메소드 | 설명 | |
---|---|---|
Decrypt ( string cipherText ) : string |
Decrypts a string previously encrypted with 256-bit AES
|
|
Encrypt ( string plainText ) : string |
Encrypts a string using AES 256-bit encryption
|
메소드 | 설명 | |
---|---|---|
GenerateEncryptionKey ( ) : byte[] | ||
GetEncryptionKey ( ) : byte[] | ||
LoadEncryptionKey ( ) : byte[] | ||
SaveEncryptionKey ( byte keyBytes ) : void |
public static Decrypt ( string cipherText ) : string | ||
cipherText | string | |
리턴 | string |