Beispiel #1
0
 public static bool R5InitCryptConf(string password)
 {
     aesCryptUtil = new AESCryptUtil();
     aesCryptUtil.SetPassword(password);
     return true;
 }
Beispiel #2
0
 public static bool R5FinalCryptConf()
 {
     aesCryptUtil = null;
     return(true);
 }
Beispiel #3
0
 public static bool R5FinalCryptConf()
 {
     aesCryptUtil = null;
     return true;
 }
Beispiel #4
0
 public static bool R5InitCryptConf(string password)
 {
     aesCryptUtil = new AESCryptUtil();
     aesCryptUtil.SetPassword(password);
     return(true);
 }