Encryption Methods |
The Encryption type exposes the following members.
| Name | Description | |
|---|---|---|
| Base64Decode |
Base64 decoding.
| |
| DESDecrypt |
Decrypt a DES encrypted message with a password.
| |
| DESEncrypt |
Encrypt a string using DES encryption with a password.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateSha1Hash |
Generates the sha1 hash.
| |
| GetDecryptedSha1HashData |
Gets the decrypted sha1 hash data.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHashedIP |
Gets IP address as a hashed string
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TripleDESDecrypt |
Decrypts a TripleDES encrypted string.
| |
| TripleDESEncrypt |
Encrypts a string using TripleDES encryption.
|