EncryptionHelper Class |
Namespace: CMS.Helpers
public static class EncryptionHelper
The EncryptionHelper type exposes the following members.
Name | Description | |
---|---|---|
DecryptData |
Decrypts data encrypted by EncryptData(String) method.
The input string is returned as is, if it is null or empty string or it was not encrypted using EncryptData(String) method.
| |
EncryptData | Obsolete.
Encrypts data using symmetric cryptography. Data can by decrypted by calling DecryptData(String) method. If null or empty string is on input, method returns it.
The encrypted data is returned as a base 64 string.
| |
VerifyVersionRSA |
Verifies RSA signed key which is used for getting Kentico version.
|