decrypts

v.解密
常用释义
v.解密,破译:将加密的信息还原为原始信息。

扩展信息

解密
-d 表示这次要执行的是解密decrypt)操作。  提示1:导入公钥、核对公钥的指纹值、签名公钥这些操作你只需做一次,以后 …
解码
解字的解释---在线新华字典 ... 解离〖 dissociation〗 解码〖 decipher;decode;decrypt〗 解闷〖 divertoneselffromboredom〗 ...
加密解密
Right... ... Unhide File / Hide File – 显示/隐藏选中文件 Encrypt/Decrypt加密解密 Administrative Tools – 管理工具 ...
解密密文
RSA加密算法Java应用实例 |... ... String cryptograph = encrypt 生成的密文 String target = decrypt 解密密文 加密算法 Html ...
解密算法
ic卡读写器:非接触式IC卡的读写程序怎么写? ... ... 23 Rf_encrypt 加密算法 24 Rf_decrypt 解密算法 26 Rf_reset 射频头复位 ...
解密字符串
pb10中怎样实现时间限制?_PB数据库开发... ... =f_decrypt 解密字符串 =ls_installdate 安装时间2 ...
解密处理
有鉴于此,人们在传送资料之前,都会将资料进行加密处理(encrypt);然后在接收到资料后,再进行解密处理(decrypt),将资料 …

例句

The service decrypts the ticket with its long-term key, recovers the session key, which is in turn used to decrypt the authenticator.

服务用它的长期密钥解密这个票据,获得被轮流用来加密验证者的会话密钥。

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 .

接下来,代码示例对字节数组的副本进行加密,将加密后的副本保存到文件中,从该文件加载回数据,然后对数据进行解密。

接收私有消息时,总是由接收队列管理器解密消息正文。

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)发送回服务器。

使用正确的密码调用此构造函数可解密私钥,并将其保存到密钥容器。

此过程使用高级加密标准(AES)算法(又称为Rijndael)对XML元素进行解密。

服务器接接收加密交换密匙并使用其私有密匙进行解密。

接着,接收应用程序一接收到消息就对其解密,将它从密文转换回明文。

但是,请求该页的用户仍然能够查看视图状态数据,因为SSL会解密该页以便在浏览器中显示它。

At the client, WS-Security receives the response, validates the digital signature, and decrypts the message.

WS-Security在客户机接收响应,验证数字签名和解密消息。

对加密配置节解密,并将其作为字符串返回。

服务基础结构中的IPSec路由器对IP数据包进行解密,并将其转发到服务所在的计算机中进行处理。

Euripides: When a service program decrypts a ticket, how does it know that it has decrypted the ticket properly?

当服务解密一张票的时候,它如何知道它正确解密了这张票?。

特权服务解密请求,获得会话密钥,并确认客户端的身份。

The receiver then decrypts the message digest using the sender's public key, confirming that the message was indeed sent by the sender.

然后,接收方使用发送方的公钥对消息解密,确认消息确实是由发送方发送的。

After the analysis of the ATA protocol, the hard disk encryption card encrypts the written data and decrypts the read data.

通过解析ATA协议,硬盘加密卡对写入硬盘的数据进行加密,对从硬盘读出的数据进行解密。

The bulk of the data is encrypted using a symmetric key algorithm that encrypts and decrypts data using a single secure key.

数据块使用一个对称密钥算法进行加密,它使用一个密钥来实现对数据的加密和解密。

前者加密一个纯文本的字符串,返回其编码;后者解密一个加密了的字符串并返回纯文本。

ASP. NET automatically decrypts the contents of the Web. Config file when it processes the file.

ASP.NET在处理Web.config文件时会自动对该文件的内容进行解密。

客户端接收KDC的回复,然后使用自己的秘密密钥解密消息。

The secondary database server decrypts the data and processes it for its operations.

辅助数据库服务器则在解密数据之后再处理数据。

服务器从客户端接收票证,然后使用自己的秘密密钥进行解密。

接收到私有消息时,总是由接收队列管理器对消息体进行解密。

对最优不对称加密填充(OAEP)密钥交换数据进行解密。

Decrypts data with the private key of a certificate.

用证书的私钥解密数据。

The intended recipient then decrypts the message with the corresponding private key and reads it.

预期的接收者使用相应的私钥解密消息并阅读消息。

Roland decrypts the data card, but realizes that the information is incomplete.

罗兰德解开了数据卡,但是他意识到卡上的信息是不完整的。

客户端使用它的秘密密钥解密来自身份验证服务的消息。

When the server decrypts the authenticator, it checks the authenticator's lifespan and timestamp.

服务器解开验证器,它检查验证器的时间戳和有效期。

它接受用Base64编码的密码字节数组,并对它译码和解密以返回明文数据字符串。