Show / Hide Table of Contents

Class Encrypter

A simple encrypter helps you to avoid storing sensitive test data

Inheritance
Object
Encrypter
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
public static class Encrypter

Methods

| Edit this page View Source

Encrypt(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
String original

Plain text to be encrypted.

Returns
Type Description
String

Encrypted data converted into Base64 string format.

  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.