hi,

1. Now I have a full collection of password hashes:
bcrypt
pbkdf2
scrypt
2. yescrypt and Argon2 are candidates in the future.
Every hash works slower and slower already.
3. I've implement local password hasher pilpwd as (pbkdf2+sha256)
4. Ideas for future online minimalism version: https+native+Argon2 as mimic
of
https://getvau.lt/
https://www.pwdhash.com/
https://lesspass.com/#/

All code are here:
https://bitbucket.org/mihailp/tankfeeder/src/aea7dd71f485f5b6631f1d00afa04ce9f0b35948/crypto/?at=default

Mike

Reply via email to