CryptoSys API
Library Manual
Aes192 Class
Aes192.Decrypt Method
(Byte[], Byte[], Mode, Byte[])
Decrypt data in byte array
Aes192.Decrypt Method
(String, String, Mode, String)
Decrypt hex-encoded data string
Aes192.Decrypt Method
(String, String, Mode, String, EncodingBase)
Decrypt encoded data string
Aes192.Dispose Method
Dispose of this object and clear any key schedules
Aes192.Encrypt Method
(Byte[], Byte[], Mode, Byte[])
Encrypt data in byte array
Aes192.Encrypt Method
(String, String, Mode, String)
Encrypt hex-encoded data string
Aes192.Encrypt Method
(String, String, Mode, String, EncodingBase)
Encrypt encoded data string
Aes192.FileDecrypt Method
(String, String, Byte[], Mode, Byte[])
Decrypt a file
Aes192.FileDecrypt Method
(String, String, Byte[], Mode, Byte[], CipherFileOption)
Decrypt a file with advanced options
Aes192.FileDecrypt Method
(String, String, String, Mode, String)
Decrypt a file passing key and IV as hex strings
Aes192.FileEncrypt Method
(String, String, Byte[], Mode, Byte[])
Encrypt a file
Aes192.FileEncrypt Method
(String, String, Byte[], Mode, Byte[], CipherFileOption)
Encrypt a file with advanced options
Aes192.FileEncrypt Method
(String, String, String, Mode, String)
Encrypt a file passing key and IV as hex strings
Aes192.InitDecrypt Method
(Byte[], Mode, Byte[])
Initializes with key, mode and IV ready to start decrypting
Aes192.InitDecrypt Method
(String, Mode, String)
Initializes with hex key, mode and hex IV ready to start decrypting
Aes192.InitEncrypt Method
(Byte[], Mode, Byte[])
Initializes with key, mode and IV ready to start encrypting
Aes192.InitEncrypt Method
(String, Mode, String)
Initializes with hex key, mode and hex IV ready to start encrypting
Aes192.Instance Method
Create the one and only instance
Aes192.Pad Method
(Byte[])
Pads byte array to correct length for ECB and CBC encryption
Aes192.Pad Method
(String)
Pads hex-encoded string to correct length for ECB and CBC encryption
Aes192.Unpad Method
(Byte[])
Removes the padding from an encryption block
Aes192.Unpad Method
(String)
Removes the padding from a hex-encoded encryption block
Aes192.Update Method
(Byte[])
Transform byte input data with previously initialized key, mode and direction
Aes192.Update Method
(String)
Transform hex string data with previously initialized key, mode and direction
Aes192.ErrCode Property
[
Contents
] [
Index
]
[
PREV: Aes128 Class...
] [
Contents
] [
Index
]
[
NEXT: Aes256 Class...
]