WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

DeterministicEncryption..::..Decrypt Method (array<Byte>[]()[][])

Decrypts the specified cipher bytes using AES encryption.

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public byte[] Decrypt(
	byte[] cipherBytes
)

Parameters

cipherBytes
Type: array<Byte>[]()[][]
The cipher bytes to decrypt.

Return Value

The decrypted data as a byte array.

Remarks


This method decrypts data using AES in CBC mode with PKCS7 padding. It requires the cipherBytes parameter to contain valid encrypted data.