java.lang.Object
com.aoapps.security.UnixCrypt
Deprecated.
-
Method Summary
-
Method Details
-
crypt
Deprecated.This is not secure anymore. Please useUnixCrypt.crypt(java.lang.String)
-
crypt
Deprecated.This is not secure anymore. Please useUnixCrypt.crypt(java.lang.String, java.lang.String)
Encrypts String into crypt (Unix) code.- Parameters:
key
- the key to be encryptedsetting
- the salt to be used- Returns:
- the encrypted String
-
main
Deprecated.This is not secure anymore. Please useUnixCrypt
-
UnixCrypt
.