SecurityUtilsAesEncrypt Method |
Name | Description | |
---|---|---|
AesEncrypt(Byte, Byte) |
Encrypts data using the 256-bit AES algorithm.
| |
AesEncrypt(Byte, String) |
Encrypts data using the 256-bit AES algorithm.
| |
AesEncrypt(String, String) |
Encrypts data using the 256-bit AES algorithm.
| |
AesEncrypt(Byte, SecurityUtilsBase64Variant, String) |
Encrypts data using the 256-bit AES algorithm.
| |
AesEncrypt(String, SecurityUtilsBase64Variant, String) |
Encrypts data using the 256-bit AES algorithm.
|