Hashing
The following procedures and examples deal with the creation, encoding, decoding and signing of hashes:
- Creating a CALG_SSL3_SHAMD5 Hash
- Creating an HMAC
- Example C Program: Creating and Hashing a Session Key
- Example C Program: Duplicating a Hash
- Encoding and Decoding a Hashed Message
- Example C Program: Encoding and Decoding a Hashed Message
- Example C Program: Signing a Hash and Verifying the Hash Signature
- Example C Program: Creating an MD5 Hash From File Content