egge313 / eggemesg

Egge's Messenger facilitates communication with strong cryptography via Tor.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Password hashing #2

Open egge313 opened 4 years ago

egge313 commented 4 years ago

Implement password hashing using argon2.

egge313 commented 2 years ago

It looks like argon2 has no good enough and trustworthy implementation. I think it might be better to put up with something like s2k.

egge313 commented 10 months ago

The reference implementation of argon seems to be good enough.