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