Is storing password hashed in a JSON file safe?
07/07/19, 3:22 AM
Hello, internet.
I'm using something called bcrypt to hash passwords. The issue is that I don't want to use something fancy to store all these hashes. I need to store these hashes to compare the password the user entered with the hash.