Exemplo n.º 1
0
Arquivo: auth.cs Projeto: ben889/myb2b
 public string createToken(string uid)
 {
     return(Des.DESEnCode(uid + "_" + getTimestamp(), DES_Key));
 }