Example #1
0
 private string Encrypt(string clearText)
 {
     return(EntityHelper.Encrypt(clearText));
 }
Example #2
0
 private string Decrypt(string cipherText)
 {
     return(EntityHelper.Decrypt(cipherText));
 }