Click or drag to resize
Pdftools logo

HashAlgorithm Enumeration


Namespace: PdfTools.Crypto
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public enum HashAlgorithm
Members
Member nameValueDescription
Md51

MD5

This algorithm is considered broken and therefore strongly discouraged by the cryptographic community.
RipeMd1602

RIPEMD-160

Sha13

SHA-1

This algorithm is considered broken and therefore strongly discouraged by the cryptographic community.
Sha2564

SHA-256

Sha3845

SHA-384

Sha5126

SHA-512

Sha3_2567

SHA3-256

SHA3-256 is a new hashing algorithm and may not be supported by some applications.
Sha3_3848

SHA3-384

SHA3-384 is a new hashing algorithm and may not be supported by some applications.
Sha3_5129

SHA3-512

SHA3-512 is a new hashing algorithm and may not be supported by some applications.
See Also