iocane icon indicating copy to clipboard operation
iocane copied to clipboard

An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid

Results 2 iocane issues
Sort by recently updated
recently updated
newest added

Adds derivation flags to the payload, as well as SHA-512 PBKDF2 support. Addresses: buttercup/buttercup-core#325

Support password derivation using argon2id. Requires that the `rounds` parameter of the output string support being encoded as a string to include argon config. Libraries: * Browser: [argon2-browser](https://github.com/antelle/argon2-browser) * [Webpack](https://github.com/antelle/argon2-browser/tree/master/examples/webpack)...