nimcrypto icon indicating copy to clipboard operation
nimcrypto copied to clipboard

Add support for Argon2

Open PMunch opened this issue 1 year ago • 1 comments

I'm doing some maintenance on libkeepass as I want to add support for the new KDBX4 format. As part of this I migrated from nimAES and nimSHA2 to nimcrypto, but for KDBX4 I also need Argon2. Are there any plans for adding Argon2 support to this library?

PMunch avatar Apr 11 '23 21:04 PMunch

Sorry for long response, but yeah now i can say argon2 will be supported https://github.com/cheatfate/nimcrypto/pull/74

cheatfate avatar Dec 22 '23 09:12 cheatfate