public class SaltingEncryptor extends Object implements Encryptor
The implementation works correctly with decrypting both salted and non-salted passwords, so after enabling no migration of the existing passwords will be needed. Nevertheless, new encrypted passwords will be salted.
| Constructor and Description |
|---|
SaltingEncryptor(Encryptor delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeEncryptionKey() |
String |
decrypt(String encryptedPassword) |
String |
encrypt(String password) |
public SaltingEncryptor(Encryptor delegate)
public boolean changeEncryptionKey()
changeEncryptionKey in interface EncryptorCopyright © 2023 Atlassian. All rights reserved.