Click or drag to resize

Encryption Methods

The Encryption type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBase64Decode
Base64 decoding.
Public methodStatic memberDESDecrypt
Decrypt a DES encrypted message with a password.
Public methodStatic memberDESEncrypt
Encrypt a string using DES encryption with a password.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGenerateSha1Hash
Generates the sha1 hash.
Public methodStatic memberGetDecryptedSha1HashData
Gets the decrypted sha1 hash data.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetHashedIP
Gets IP address as a hashed string
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTripleDESDecrypt
Decrypts a TripleDES encrypted string.
Public methodStatic memberTripleDESEncrypt
Encrypts a string using TripleDES encryption.
Top
See Also