You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.crypto.passwordutil/resources/com/ibm/ws/crypto/util/internal/resources/Messages.nlsprops
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,20 @@ PASSWORDUTIL_UNSUPPORTEDENCODING_EXCEPTION.explanation=The password was not encr
49
49
PASSWORDUTIL_UNSUPPORTEDENCODING_EXCEPTION.useraction=Check the server log and if the custom password encryption is used check the custom password encryption logs for further information.
50
50
PASSWORDUTIL_INVALID_BASE64_STRING=CWWKS1859E: The password was not decrypted because a decoding error was reported.
51
51
PASSWORDUTIL_INVALID_BASE64_STRING.explanation=The encrypted password was not encoded properly.
52
-
PASSWORDUTIL_INVALID_BASE64_STRING.useraction=Make sure that the encrypted password is not truncated and encoded by using Base64 encoding.
53
-
52
+
PASSWORDUTIL_INVALID_BASE64_STRING.useraction=Make sure that the encrypted password is not truncated and encoded with Base64 encoding.
53
+
PASSWORDUTIL_EXCEPTION_FIPS130_AES128_UNAVAILABLE_ALGORITHM=CWWKS1860E: AES-128 encrypted passwords cannot be used when FIPS 140-3 is enabled. Regenerate the password with AES-256 using the securityUtility command.
54
+
PASSWORDUTIL_EXCEPTION_FIPS130_AES128_UNAVAILABLE_ALGORITHM.explanation=FIPS-130 is enabled and does not support AES-128. Use the securityUtility command to encrypt the password using AES-256.
55
+
PASSWORDUTIL_EXCEPTION_FIPS130_AES128_UNAVAILABLE_ALGORITHM.useraction=Make sure the password is encrypted with AES-256.
56
+
PASSWORDUTIL_UNAVAILABLE_ENCRYPTION_ALGORITHM_EXCEPTION=CWWKS1861E: AES password encryption failed. Check your java.security settings and add the missing algorithm.
57
+
PASSWORDUTIL_UNAVAILABLE_ENCRYPTION_ALGORITHM_EXCEPTION.explanation=An encryption algorithm is missing from your java.security file.
58
+
PASSWORDUTIL_UNAVAILABLE_ENCRYPTION_ALGORITHM_EXCEPTION.useraction=Make sure that the algorithm is added to your java.security file.
59
+
PASSWORDUTIL_UNAVAILABLE_DECRYPTION_ALGORITHM_EXCEPTION=CWWKS1862E: AES password decryption failed. Check your java.security settings and add the missing algorithm.
60
+
PASSWORDUTIL_UNAVAILABLE_DECRYPTION_ALGORITHM_EXCEPTION.explanation=An encryption algorithm is missing from your java.security file.
61
+
PASSWORDUTIL_UNAVAILABLE_DECRYPTION_ALGORITHM_EXCEPTION.useraction=Make sure that the algorithm is added to your java.security file.
54
62
55
63
# ---------------- This is an exception message ------------
56
64
PASSWORDUTIL_DUPLICATE_CUSTOM_ENCRYPTION=More than one CustomPasswordEncryption implementation is detected. Only one CustomPasswordEncryption implementation is supported. The list of detected CustomPasswordEncryption implementation is as follows:
57
65
PASSWORDUTIL_ERROR_IN_EXTENSION_MANIFEST_FILE=An error was reported while processing the extension manifest file {0}. This file was ignored. The custom encryption is not available. The error message is {1}.
58
66
PASSWORDUTIL_ERROR_MISSING_HEADER=The required header {0} was not found in the extension manifest file {1}. The custom encryption is not available.
59
67
PASSWORDUTIL_ERROR_NO_FEATURE_MANIFEST=The feature manifest file which corresponds with the extension manifest file {0} was not found. The custom encryption is not available.
60
-
PASSWORDUTIL_ERROR_UNSUPPORTED_OPERATION=The decryption operation is not supported by the hash algorithm.
68
+
PASSWORDUTIL_ERROR_UNSUPPORTED_OPERATION=The decryption operation is not supported by the hash algorithm.
0 commit comments