Method | Description | |
---|---|---|
DecryptText ( string input ) : string | ||
EncryptText ( string input ) : string |
Method | Description | |
---|---|---|
AES_Decrypt ( byte bytesToBeDecrypted, byte passwordBytes ) : byte[] | ||
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[] | ||
Start ( ) : void | ||
Update ( ) : void |
public static DecryptText ( string input ) : string | ||
input | string | |
return | string |
public static EncryptText ( string input ) : string | ||
input | string | |
return | string |