vncore / com.venuenext.vncore.security / Crypto / decryptCbc

decryptCbc

fun decryptCbc(ciphertext: Ciphertext, key: ByteArray): ByteArray

Decrypts the given ciphertext using the given key under AES CBC with PKCS5 padding.

Return
Plaintext