Example #1
0
 public static string EncryptString(string sCipherText, string sPassPhrase, string sSaltValue)
 {
     return(SecureLibAccess.EncryptString(sCipherText, sPassPhrase, sSaltValue));
 }
Example #2
0
 public static string EncryptString(string sCipherText, string sPassword)
 {
     return(SecureLibAccess.EncryptString(sCipherText, sPassword));
 }
Example #3
0
 public static string EncryptString(string sCipherText)
 {
     return(SecureLibAccess.EncryptString(sCipherText));
 }