Method | Description | |
---|---|---|
Decrypt ( string textToDecrypt ) : string |
Decripts given text with TripleDES
|
|
Encrypt ( string textToEncrypt ) : string |
Encripts given text with TripleDES
|
public Decrypt ( string textToDecrypt ) : string | ||
textToDecrypt | string | Text to Decrypt |
return | string |
public Encrypt ( string textToEncrypt ) : string | ||
textToEncrypt | string | Text to Encypt |
return | string |