Skip to content

Commit 8199c56

Browse files
daiaziusbrianchandotcom
authored andcommitted
LPD-43475 Add new method to interface to get the full encryption algorithm, including rounds, from already encrypted strings
1 parent d27fb5f commit 8199c56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

portal-kernel/src/com/liferay/portal/kernel/security/pwd/PasswordEncryptor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ public String encrypt(
5050
String encryptedPassword, boolean upgradeHashSecurity)
5151
throws PwdEncryptorException;
5252

53+
public String getFullAlgorithmConfiguration(String encryptedPassword);
54+
5355
}

0 commit comments

Comments
 (0)