1.解...的密码[暗号]
1.to change information that was in a code that could not be read or understood into a form that can be read and understood
1.The service decrypts the ticket with its long-term key, recovers the session key, which is in turn used to decrypt the authenticator.
服务用它的长期密钥解密这个票据,获得被轮流用来加密验证者的会话密钥。
2.Next , the code example encrypts a copy of a byte array, saves it to a file, loads the data back from the file, and then decrypts the data .
接下来,代码示例对字节数组的副本进行加密,将加密后的副本保存到文件中,从该文件加载回数据,然后对数据进行解密。
3.When receiving private messages, it is always the receiving Queue Manager that decrypts the message body.
接收私有消息时,总是由接收队列管理器解密消息正文。
4.The ssh client, on receiving the SSHPub from server, decrypts it with its private key and sends the accesskey(AK) back to server.
当从服务器收到SSHPub时,ssh客户机用它的私有密钥执行解密并把accesskey(AK)发送回服务器。
5.Calling this constructor with the correct password decrypts the private key and saves it to a key container.
使用正确的密码调用此构造函数可解密私钥,并将其保存到密钥容器。
6.This procedure decrypts an XML element using the Advanced Encryption Standard (AES) algorithm, also known as Rijndael.
此过程使用高级加密标准(AES)算法(又称为Rijndael)对XML元素进行解密。
7.The server receives the encrypted exchange key and decrypts it with its private key.
服务器接接收加密交换密匙并使用其私有密匙进行解密。
8.The receiving application then decrypts the message upon receipt, converting from ciphertext back to plain text.
接着,接收应用程序一接收到消息就对其解密,将它从密文转换回明文。
9.However, the user who requested the page can still view the view state data because SSL decrypts the page to display it in the browser.
但是,请求该页的用户仍然能够查看视图状态数据,因为SSL会解密该页以便在浏览器中显示它。
10.At the client, WS-Security receives the response, validates the digital signature, and decrypts the message.
WS-Security在客户机接收响应,验证数字签名和解密消息。