starekrow / lockbox

Encrypted storage with built-in key management facilities
MIT License
95 stars 6 forks source link

make hmac algo configurable #11

Closed KJLJon closed 6 years ago

KJLJon commented 6 years ago

I think the HMAC hashing algorithm should be configurable and included in the export function. For example, if I wanted to use sha512 instead of sha256

starekrow commented 6 years ago

Makes sense. The constructor can gain another argument, and the hash can go in with the next export version bump.