C# Class Membership.Utils.Encryption.TripleDESEncyption

Inheritance: Membership.Utils.Encryption.Base.AbstractEncryption
Mostrar archivo Open project: serdarb/Membership-Service

Public Methods

Method Description
Decrypt ( string textToDecrypt ) : string

Decripts given text with TripleDES

Encrypt ( string textToEncrypt ) : string

Encripts given text with TripleDES

Method Details

Decrypt() public method

Decripts given text with TripleDES
public Decrypt ( string textToDecrypt ) : string
textToDecrypt string Text to Decrypt
return string

Encrypt() public method

Encripts given text with TripleDES
public Encrypt ( string textToEncrypt ) : string
textToEncrypt string Text to Encypt
return string