/SecurityUtilities

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Build Status codecov

SecurityUtilities

Security Utilities provide utility classes to encode password using bcrypt password hashing algorithm. Uses 12 log rounds to genererate the random salt.

Internally uses BCrypt classes provided by the Spring security core module.

Refer to spring documentation for more information