Encrypt data using a block cipher.
Overload List | Name | Description |
---|
  | Encrypt(Byte, Byte, Byte, CipherAlgorithm, Mode) |
Encrypt data block in byte array.
|
  | Encrypt(String, String, String, CipherAlgorithm, Mode) |
Encrypt data block as hex-encoded string.
|
  | Encrypt(Byte, Byte, Byte, CipherAlgorithm, Mode, Padding, CipherOpts) |
Encrypt data in a byte array using the specified block cipher algorithm, mode and padding.
|
  | Encrypt(String, String, String, CipherAlgorithm, Mode, Padding, CipherOpts) |
Encrypt hex-encoded data using specified block cipher algorithm, mode and padding.
|
Top
See Also