1.

Does Spring Security Support Password Hashing? What Is Salting?

Answer»

Yes, Spring Security provides support for password hashing. The SALT is USED to prevent DICTIONARY ATTACKS against the key in the event your encrypted data is compromised.

Yes, Spring Security provides support for password hashing. The salt is used to prevent dictionary attacks against the key in the event your encrypted data is compromised.



Discussion

No Comment Found