예제 #1
0
 private void DecodeUserToken()
 {
     _strUID = CipherAES.DecryptText(_userToken, _accessKey);
 }
예제 #2
0
 protected void btnButton1_Click(object sender, EventArgs e)
 {
     usertoken = CipherAES.EncryptText(account.Text, accesskey.Text);
 }