1·The means we need to create two RC4 instances: one to encrypt what our browser sends and the other to decrypt what the server sent us.
这意味这我们需要创建两个RC4实例,一个用于加密浏览器发送的消息,另一个用于解密服务器返回的消息。
2·The context acceptor, on the other hand, requires its secret key to decrypt the service ticket received from the initiator, thus authenticating the initiator.
另一方面,上下文接受者需要它的密钥来解密来自发起者的服务票证,通过这种方式认证发起者。
3·Writing the encrypted event text to disk and running the decrypt process will create a file with the unencrypted event text.
将加密后的事件文本写到磁盘,然后运行解密程序,这将创建一个不加密的事件文本文件。
4·Same secret key is used to encrypt and decrypt the messages exchanged among them.
使用同一个秘密密钥加密和解密在它们之间交换的消息。
5·Listing 5 demonstrates how you can decrypt the encrypted data if you have the right private key.
清单5示范了当您有正确的私钥时,如何对加密的数据进行解密。