C# Class Encryption.EncryptionUtils

Provides a friendly wrapper around the RijndaelSimple class
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
Decrypt ( string text ) : string

Decrypts a string

Encrypt ( string text ) : string

Encrypts a string

EncryptionUtils ( string initVector, string passPhrase, string salt ) : Microsoft.Win32
RegistryGetValueAndDecrypt ( string keyNameSuffix, object defaultValue ) : string

Method Details

Decrypt() public méthode

Decrypts a string
public Decrypt ( string text ) : string
text string String to be decrypted
Résultat string

Encrypt() public méthode

Encrypts a string
public Encrypt ( string text ) : string
text string String to be encrypted
Résultat string

EncryptionUtils() public méthode

public EncryptionUtils ( string initVector, string passPhrase, string salt ) : Microsoft.Win32
initVector string
passPhrase string
salt string
Résultat Microsoft.Win32

RegistryGetValueAndDecrypt() public méthode

public RegistryGetValueAndDecrypt ( string keyNameSuffix, object defaultValue ) : string
keyNameSuffix string
defaultValue object
Résultat string