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 String
Deprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore.static String
Deprecated, for removal: This API element is subject to removal in a future version.This is not secure anymore.static void
Deprecated, 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
.