Class Encrypter.RijndaelSimple
Simple Rijndael (AES) helper that encrypts and decrypts strings to and from Base64
using CBC mode and a password-derived key, with most cryptographic parameters fixed as constants.
Inheritance
Encrypter.RijndaelSimple
Assembly: Reportman.Drawing.dll
Syntax
public static class Encrypter.RijndaelSimple
Methods
View Source
DeCrypt(string, string)
Declaration
public static string DeCrypt(string encryptedText, string key)
Parameters
Returns
View Source
Decrypt(string, string, string, string, int, string, int)
Declaration
public static string Decrypt(string textoEncriptado, string passBase, string saltValue, string hashAlgorithm, int passwordIterations, string initVector, int keySize)
Parameters
Returns
View Source
Encrypt(string, string)
Declaration
public static string Encrypt(string textToEncrypt, string key)
Parameters
Returns
View Source
Encrypt(string, string, string, string, int, string, int)
Declaration
public static string Encrypt(string textoQueEncriptaremos, string passBase, string saltValue, string hashAlgorithm, int passwordIterations, string initVector, int keySize)
Parameters
Returns