 | CryptoHelper Methods |
The CryptoHelper type exposes the following members.
Methods
| Name | Description |
---|
  | NewKey | |
  | SimpleDecrypt(Byte, Byte, Byte, Int32) | |
  | SimpleDecrypt(String, Byte, Byte, Int32) | |
  | SimpleDecryptWithPassword(Byte, String, Int32) | |
  | SimpleDecryptWithPassword(String, String, Int32) | |
  | SimpleEncrypt(Byte, Byte, Byte, Byte) | |
  | SimpleEncrypt(String, Byte, Byte, Byte) | |
  | SimpleEncryptWithPassword(Byte, String, Byte) | |
  | SimpleEncryptWithPassword(String, String, Byte) | |
Top
See Also