Class PasswordUtil
java.lang.Object
com.bluebell.greenhouse.platform.util.security.PasswordUtil
Service for reading and generating passwords.
- Version:
- 1.0.1
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringencryptPassword(String password) Encrypts a plain-text password.static StringreadPassword(String password) Decrypts a password into plain-text.
-
Method Details
-
encryptPassword
-
readPassword
-