Overload | Description |
---|---|
EncryptAES(String) | Encrypts the given plain text using AES encryption |
EncryptAES(String,String) | Encrypts the given plain text using AES encryption. Gets the encryption key from given pass-phrase. |
EncryptAES(String,Byte[]) | Encrypts the given plain text using AES encryption. Uses the given encryption key data. |