 | CryptoHelper Class |
Inheritance Hierarchy
Namespace:
EDK4Net.Security
Assembly:
EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntaxpublic static class CryptoHelper
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
Fields
See Also