-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP3 (5.2.7)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP4 (5.2.8)
-
Component/s: None
-
Labels:None
-
Environment:All
PwdEncryptor does not correctly encrypt text using if the crypt algorithm is used. For example
String enc1 = PwdEncryptor.encrypt(PwdEncryptor.TYPE_CRYPT, "test", null);
String enc2 = PwdEncryptor.encrypt(PwdEncryptor.TYPE_CRYPT, "test", enc1);
enc1 and enc2 are not equal even though they should be equal.
- is related to
-
LPS-3890 PwdEncryptor doesn't work correctly with CRYPT encryption algorithm
- Closed