A user has a pair of keys: public key and private key.
用户拥有一对密钥:公钥和私钥。
The public key and private key for any given user aren't mathematically related.
任何给定用户的公钥和私钥在数学上是不能相关的。
RSA algorithm realized the generation of public key and private key, and the function of data encryption and decryption.
RSA算法的编程实现了公开密钥、私有密钥的生成,数据加密,解密功能。
But how to solve the possibility of the public key and private key holder denying the certainty of documentation is a problem, and electronic signature technology can not deal with it itself.
但是如何解决公共密钥的确定性以及私人密钥持有者否认签发文件的可能性问题,则是电子签名技术本身无法解决的问题。
You will use the private key to digitally sign the content, and send the public key along with the digitally signed message for the recipient to verify the digital signatures.
您将用私钥对内容进行数字签名,然后将公钥随着经过数字签名的消息一起发送到接收方,以便用来验证其中的数字签名。
The pair consists of the private key and the public key (private, public).
这对加密密钥由私有密钥和公有密钥(私有,公共)组成的。
The XKMS service generates a key pair for the client, registers the public key of the pair with itself, and sends the private key of the pair to the client for its use.
XKMS服务为客户机生成一个密钥对,将密钥对的公钥注册到它自己,然后将密钥对的私钥发送给客户机,供其使用。
Public-private key combination is at the heart of Public key Infrastructure (PKI), and is based on asymmetric cypher.
公钥-私钥组合是公共密钥基础设施的核心,建立在非对称密码的基础上。
For this purpose, I recommend using a common private key and the corresponding public key certificate for SOAP-DSIG and SSL.
为实现这一目的,我建议在SOAP -DSIG和SSL中使用一个公共专用密钥和相应的公用密钥证书。
Application signing begins by generating a private and public key pair and a related public-key certificate, also known as a public-key certificate.
应用程序签名首先是生成一个私有、公共密钥对和一个相关公共密钥证书,简称为公共密钥证书。
You generate a key pair, which is composed of a public key and a private key.
您生成了一个密匙对,它由一个公共密匙和一个私有密匙组成。
So public-private key pairs can be used for both encryption and signing of messages exchanged between two parties, provided each party has access to the other's public key.
公开-私有密匙对可以同时用于对双方之间交换的信息进行加密和签名,假设交换双方都可以访问对方的公开密匙。
An SSH-based identity consists of two parts: a public key and a private key.
一个基于ssh的身份包括两个部分:一个公钥和一个私钥。
Before you can do anything with digital signatures, you need to create a key pair, a public key and a private key.
在使用数字签名之前,我们需要创建一个密钥对,一个公钥和一个私钥。
To get an official digital certificate signed by a recognized certificate authority, you need to generate a public-private key pair and use the public key to create a certificate request.
要获得由权威认证机构签名的官方数字证书,需要生成一个公开-私有密匙对并使用公开密匙生成证书请求。
The security services that public key cryptography enable are based on the fact that a message encrypted using the public key can only be decrypted by the corresponding private key, and vice versa.
公钥密码启用的安全性服务是基于这样的消息解密机制,即共有密钥只能通过相应的私有密钥才能解密,反之亦然。
The public and private key scheme is interesting because data encrypted with a public key can only be decrypted with the associated private key.
公钥与私钥方案非常有趣,因为使用公钥加密的数据只能由相关私钥进行解密。
Each device has a public key, which isn't a secret, and a private key, which only that device is supposed to know.
每一个设备有一个公钥和一个私钥,公钥是公开的,私钥只有设备自己知道。
This approach involving private and public key pairs is also known as public key cryptography.
这种涉及到私钥和公钥对的方式也被称作公钥密码术。
The service provider may request more information from the client before it registers the public key (and optionally the private key as well).
服务提供程序在注册公钥(还可能同时包括私钥)之前,可以向客户机请求更多的信息。
One key of each pair is a public key and the other is a private key.
每对密钥中有一个是公钥,另一个是私钥。
The complete server certificate consists of two parts: a public key and a private key.
完整的服务器证书包括两个部分:公钥和私钥。
The message is encrypted using your private key, and only recipients that have the associated public key will be able to view the E-mail.
邮件是经过你的私钥加密的,只有拥有与之相关公钥的收件人才能查看邮件。
With PGP and other public-key encryption methods, there's no way to deduce someone's private key from the public key.
对于PGP和其他公钥加密方法,不存在从公钥推断某人私钥的方法。
It contains a public key and a private key used to encrypt the data exchanged over the SSL connection.
它包含用于加密在SSL连接上交换的数据的公钥和私钥。
The public key cannot be reverse-engineered to get the private key, and the private key is known only to the receiver.
您不能对公钥进行逆向工程以获取私钥,而且只有接收方知道私钥。
PKI consists of two keys — a public key and a private key — used to authenticate the user and encrypt the data.
PK i由两个密钥组成-公钥和私钥-用于认证用户和加密数据。
One is the private key and the other is the public key.
一个是私钥,另一个是公钥。
On a Linux or UNIX system, these private and public key pairs are stored in ASCII text files; on Windows systems, some programs store the key pairs as text files, some in the Windows registry.
在一个Linux或UNIX系统上,这些私有和公共密钥对存储在ASCII文本系统中;在Windows系统上,一些程序将密钥对存储为文本文件,一些存储在Windows注册表中。
Two files are created for each key type: the public key (in the file ending.pub) and the private key.
这将为每个密钥类型创建两个文件:公钥(在以.pub结尾的文件中)和私钥。
应用推荐