Exemple #1
0
 public string createToken(string uid)
 {
     return(Des.DESEnCode(uid + "_" + getTimestamp(), DES_Key));
 }