vikaskr22 commented on code in PR #723:
URL: https://github.com/apache/ranger/pull/723#discussion_r2509906172
##########
agents-common/src/test/java/org/apache/ranger/plugin/util/PasswordUtilsTest.java:
##########
@@ -72,7 +72,7 @@ public void testEncryptWithSHA1AndDESede() throws IOException
{
@Test
public void testEncryptWithSHA512AndAES128() throws IOException,
NoSuchAlgorithmException {
- String freeTextPasswordMetaData = join("PBEWITHHMACSHA512ANDAES_128",
"ENCRYPT_KEY", "SALTSALT", "4",
PasswordUtils.generateIvIfNeeded("PBEWITHHMACSHA512ANDAES_128"));
+ String freeTextPasswordMetaData = join("PBEWithHmacSHA512AndAES_128",
"ENCRYPT_KEY", "SALTSALT", "4",
PasswordUtils.generateIvIfNeeded("PBEWithHmacSHA512AndAES_128"));
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]