java.lang.Object
com.aoapps.security.UnixCrypt
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore.static StringDeprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore.static voidDeprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore.
-
Method Details
-
crypt
Deprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore. Please useUnixCrypt.crypt(java.lang.String) -
crypt
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.This is not secure anymore. Please useUnixCrypt
-

UnixCrypt.