Cryptography Class |
Namespace: AskiaPortalCmn.Security
The Cryptography type exposes the following members.
Name | Description | |
---|---|---|
Decrypt(String, String) |
Decrypt the specified string value
with the specified password,
using the AesManaged algorithm.
| |
DecryptT(String, String) |
Decrypt the specified string value
with the specified password,
using a SymmetricAlgorithm
| |
DecryptDictionary(String, String) |
Decrypt the specified value to a dictionary
with the specified password,
using the AesManaged algorithm.
| |
DecryptDictionaryT(String, String) |
Decrypt the specified dictionary value
with the specified password,
using a SymmetricAlgorithm.
| |
Encrypt(String, String) |
Encrypt the specified string value
with the specified password,
using the AesManaged algorithm.
| |
EncryptT(String, String) |
Encrypt the specified string value
with the specified password,
using a SymmetricAlgorithm.
| |
EncryptDictionary(IDictionaryString, String, String) |
Encrypt the specified dictionary value
with the specified password,
using the AesManaged algorithm.
| |
EncryptDictionaryT(IDictionaryString, String, String) |
Encrypt the specified dictionary value
with the specified password,
using a SymmetricAlgorithm.
| |
Hash |
Standard Hash algorithm.
|