645 views
0

What are the best practices for secure password storage?

 
Use java.util.Random
Store a hash and a salt
Store encrypted passwords
Use PBKDF2WithHMacSHA256
Shubham Haldkar Changed status to publish 18, October ,2022
0

Store a hash and a salt

Use PBKDF2WithHMacSHA256

Shubham Haldkar Changed status to publish 18, October ,2022
Shopping Basket