Class Encrypter
A simple encrypter helps you to avoid storing sensitive test data
Inheritance
System.Object
Encrypter
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
public static class Encrypter
Methods
| Improve this Doc View SourceEncrypt(String)
Encrypt original text with the default encryption key and store the encrypted data into base64 string
Declaration
public static string Encrypt(string original)
Parameters
Type | Name | Description |
---|---|---|
System.String | original | Plain text to be encrypted. |
Returns
Type | Description |
---|---|
System.String | Encrypted data converted into Base64 string format. |