decryptAES256

open fun decryptAES256(ciphertext: ByteArray, secret: ByteArray): ByteArray

AES256 decryption if you encrypted with encryptAES256.

Return

plaintext