Storing Passwords Securely With Bcrypt and Java

Storing passwords are not something easy to come up with when we need to satisfy all the data protection laws, and it is getting even tougher with the rise of the GDPR, the new European regulation in data privacy. Therefore, we have to make sure all our sensitive data is encrypted and, to do that, we can use hashing.

Read full news article on Dzone