HMAC is a method for constructing a message authentication code based on a cryptographic hash function.

learn more… | top users | synonyms

2
votes
0answers
97 views

Single-purpose symmetric encryption scheme for single files

I'm writing a simple password manager program that will encrypt/decrypt a single file (it's size will most likely stay under a few K). This is my initial file format design: ...