Digest.List (gb.openssl)

Static Property Read List As String[]

Return a list of all supported algorithm names on the current system. The mapping from a name to the actual algorithm is done by OpenSSL internally. The gb.openssl component does not have control over it in any way.

Example

Use "gb.openssl"
Print Digest.List.Join()
BLAKE2b512,BLAKE2s256,MD4,MD5,MD5-SHA1,RIPEMD160,SHA1,SHA224,SHA256,SHA3-224,SHA3-256,SHA3-384,SHA3-512,SHA384,SHA512,SHA512-224,SHA512-256,SHAKE128,SHAKE256,SM3,whirlpool