Enum OfficeHashAlgorithmKind
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
The hash algorithms an Office encryption descriptor may name.
public enum OfficeHashAlgorithmKind
Fields
Unsupported = 0The descriptor named an algorithm DocWright does not implement.
Sha1 = 1SHA-1. Used by standard encryption and by the legacy protection hashes.
Sha256 = 2SHA-256.
Sha384 = 3SHA-384.
Sha512 = 4SHA-512. What Word writes for agile encryption.
Md5 = 5MD5. Legacy RC4 CryptoAPI only.