fun decryptCbc(ciphertext: Ciphertext, key: ByteArray): ByteArray
Decrypts the given ciphertext using the given key under AES CBC with PKCS5 padding.
Return Plaintext