Closed paragonie-scott closed 8 years ago
https://github.com/aholbreich/crypto/blob/master/src/org/holbreich/crypto/examle/hash/SHA2HashingExample.java
Someone reading this code might walk away with the incorrect idea that SHA256 is fine for password storage.
Better recommendations include: bcrypt, scrypt, and Argon2i.
Nice hint. thx
I somehowe lost the the e-mail related to this issue here. But fixed now. Thank you for feedback!
https://github.com/aholbreich/crypto/blob/master/src/org/holbreich/crypto/examle/hash/SHA2HashingExample.java
Someone reading this code might walk away with the incorrect idea that SHA256 is fine for password storage.
Better recommendations include: bcrypt, scrypt, and Argon2i.