… = Digest[…] (gb.openssl)

Dim hDigestMethod As .Digest.Method
hDigestMethod = Digest [ Method As String ]

Return a virtual .Digest.Method object which represents an algorithm. The method key is the OpenSSL name of the algorithm. The return value can be used to hash messages.

See also