Table of Contents

Enum OfficeHashAlgorithmKind

Namespace
DocWright.Cryptography
Assembly
DocWright.Cryptography.dll

The hash algorithms an Office encryption descriptor may name.

public enum OfficeHashAlgorithmKind

Fields

Unsupported = 0

The descriptor named an algorithm DocWright does not implement.

Sha1 = 1

SHA-1. Used by standard encryption and by the legacy protection hashes.

Sha256 = 2

SHA-256.

Sha384 = 3

SHA-384.

Sha512 = 4

SHA-512. What Word writes for agile encryption.

Md5 = 5

MD5. Legacy RC4 CryptoAPI only.