public class Base64Cipher extends Object implements Cipher
Base64 to obfuscate data.
Warning! Data obfuscated using this cipher are not secure. If attacker knows the obfuscated password they can decrypt it easily. When using this cipher consider limiting access to the configuration file to increase security level.
| Constructor and Description |
|---|
Base64Cipher() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedData)
Decodes encryptedData using
Base64 |
String |
encrypt(String plainTextData)
Encodes plainTextData using
Base64 |
Copyright © 2019 Atlassian. All rights reserved.