reef-pi icon indicating copy to clipboard operation
reef-pi copied to clipboard

Store hashed password

Open hectorespert opened this issue 1 year ago • 0 comments

Persist hashed password in the database instead a plain password to improve security

I choose the 'bcrypt' hash algorithms because it's easy to implement: https://snyk.io/blog/secure-password-hashing-in-go/

hectorespert avatar Aug 16 '24 21:08 hectorespert