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