[This is preliminary documentation and is subject to change.]
A helper class for cryptography.
Inheritance Hierarchy
RageCryptographyHelper
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The CryptographyHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DecryptRijndael |
Decrypts the specified byte array using AES (Advanced Encryption Standard).
| |
| EncryptRijndael |
Encrypts the specified byte array using AES (Advanced Encryption Standard).
| |
| GenerateMD5Hash(Stream) |
Generates an MD5 (Message Digest 5) checksum from the specified stream.
| |
| GenerateMD5Hash(String) |
Generates an MD5 (Message Digest 5) checksum from the specified text.
| |
| GenerateMD5Hash(String, Encoding) |
Generates an MD5 (Message Digest 5) checksum from the specified text.
| |
| GenerateSHA1Hash(Stream) |
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified stream.
| |
| GenerateSHA1Hash(String) |
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA1Hash(String, Encoding) |
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA256Hash(Stream) |
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified stream.
| |
| GenerateSHA256Hash(String) |
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA256Hash(String, Encoding) |
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA384Hash(Stream) |
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified stream.
| |
| GenerateSHA384Hash(String) |
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA384Hash(String, Encoding) |
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA512Hash(Stream) |
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified stream.
| |
| GenerateSHA512Hash(String) |
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified text.
| |
| GenerateSHA512Hash(String, Encoding) |
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified text.
|
See Also