C# 클래스 Encryption.EncryptionUtils

Provides a friendly wrapper around the RijndaelSimple class
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
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

메소드 상세

Decrypt() 공개 메소드

Decrypts a string
public Decrypt ( string text ) : string
text string String to be decrypted
리턴 string

Encrypt() 공개 메소드

Encrypts a string
public Encrypt ( string text ) : string
text string String to be encrypted
리턴 string

EncryptionUtils() 공개 메소드

public EncryptionUtils ( string initVector, string passPhrase, string salt ) : Microsoft.Win32
initVector string
passPhrase string
salt string
리턴 Microsoft.Win32

RegistryGetValueAndDecrypt() 공개 메소드

public RegistryGetValueAndDecrypt ( string keyNameSuffix, object defaultValue ) : string
keyNameSuffix string
defaultValue object
리턴 string