CryptographyHelper Class

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

A helper class for cryptography.
Inheritance Hierarchy

SystemObject
  RageCryptographyHelper

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static class CryptographyHelper

The CryptographyHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDecryptRijndael
Decrypts the specified byte array using AES (Advanced Encryption Standard).
Public methodStatic memberEncryptRijndael
Encrypts the specified byte array using AES (Advanced Encryption Standard).
Public methodStatic memberGenerateMD5Hash(Stream)
Generates an MD5 (Message Digest 5) checksum from the specified stream.
Public methodStatic memberGenerateMD5Hash(String)
Generates an MD5 (Message Digest 5) checksum from the specified text.
Public methodStatic memberGenerateMD5Hash(String, Encoding)
Generates an MD5 (Message Digest 5) checksum from the specified text.
Public methodStatic memberGenerateSHA1Hash(Stream)
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified stream.
Public methodStatic memberGenerateSHA1Hash(String)
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA1Hash(String, Encoding)
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA256Hash(Stream)
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified stream.
Public methodStatic memberGenerateSHA256Hash(String)
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA256Hash(String, Encoding)
Generates a SHA-256 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA384Hash(Stream)
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified stream.
Public methodStatic memberGenerateSHA384Hash(String)
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA384Hash(String, Encoding)
Generates a SHA-384 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA512Hash(Stream)
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified stream.
Public methodStatic memberGenerateSHA512Hash(String)
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified text.
Public methodStatic memberGenerateSHA512Hash(String, Encoding)
Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified text.
Top
See Also

Reference