~eau/passwd

v0.2.0 5 years ago .tar.gz browse log

v0.2.0:
        * added key'd hash ability (using sha3-256/384 instead sha1/sha256) based on facebook key'd hmac salt/hash using
          SetKey() on the profile before any operation.
        * fixed the build.
        * added some tests for key'd hashes.
        * minor code rearrangement.
        * can be used concurrently lock-free.
        * bugfixes and code cleaning.
        * initial key'd hash tests & compatibility tests.

v0.1.3 5 years ago .tar.gz browse log

prepare to tag v0.1.3

v0.1.2 5 years ago .tar.gz browse log

module update

v0.1.1 5 years ago .tar.gz browse log

version 0.1.1 release

v0.1.0 5 years ago .tar.gz browse log

bumped a bit argon2id default, default seems to run is roughly ~190ms with 64M
need to observer a bit for concurrent logins, but as long as you're not in MaskedParams,
you will still be able to Compare without issue the format does not change.

Branches