AESEncryption Manager
Encryption / Decryption service using the AES algorithm example for nullbeans.com https://nullbeans.com/how-to-encrypt-decrypt-files-byte-arrays-in-java-using-aes-gcm/#Generating_an_AES_key
Constructors
AESEncryptionManager
Link copied to clipboard
Functions
decrypt Data
Link copied to clipboard
fun decryptData(sharedPref: SharedPreferences, encryptPassword: String?, encryptedData: ByteArray): ByteArray
Content copied to clipboard
This method will decrypt the given data
encrypt Data
Link copied to clipboard
fun encryptData(sharedPref: SharedPreferences, encryptPassword: String?, data: ByteArray): ByteArray
Content copied to clipboard
This method will encrypt the given data