nikolaj-obh / Web-Bank

0 stars 0 forks source link

Password hashing #4

Open nikolaj-obh opened 1 year ago

nikolaj-obh commented 1 year ago

Hash passwords with bcrypt to make brute force attacks harder.

nikolaj-obh commented 1 year ago

Implement salt to protect against hash/rainbow table attacks.