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 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.
公开-私有密匙对可以同时用于对双方之间交换的信息进行加密和签名,假设交换双方都可以访问对方的公开密匙。
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.
每一个设备有一个公钥和一个私钥,公钥是公开的,私钥只有设备自己知道。
The service provider may request more information from the client before it registers the public key (and optionally the private key as well).
服务提供程序在注册公钥(还可能同时包括私钥)之前,可以向客户机请求更多的信息。
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由两个密钥组成-公钥和私钥-用于认证用户和加密数据。
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结尾的文件中)和私钥。
First, we will use the Keytool to create a keystore, in which there will be a pair of keys (the public key and the private key).
首先,我们使用Keytool创建一个keystore,它包含一对密匙(公共密匙和私有密匙)。
In Listing 1, -genkey indicates a public and private key pair entry, as well as an X.509 v1 self-signed, single-element certificate chain that includes the generated public key.
在清单1中,- genkey表示一个公共、私有密钥对项,以及一个X . 509v 1自签署的单个元素证书链,其中包含生成的公共密钥。
As discussed in "Axis2 WS-Security signing and encryption," you use your private key to sign messages and the recipient's public key to encrypt messages.
正如在“Axis2WS - Security签名和加密”中所介绍的,您可以使用您的私钥对消息进行签名,并使用接收者的公钥对消息进行加密。
SSH (and SCP and SFTP) tests your private key against the remote public key.
ssh(以及scp和sftp)可以使用您的私钥对远程公钥进行测试。
ssh-keygen -f /tmp/key -t dsa will give you a private key in a file called key and a public key in a file called key.pub.
ssh-keygen-f /tmp/key-tdsa可以在文件 key 中生成一个私钥,在文件 key.pub 中生成一个公钥。
The default will be called id_rsa (which is the private key) and id_rsa.pub (which is the public key).
默认文件名为id_rsa(这是私钥)和id_rsa.pub(这是公钥)。
Create private-public key pairs using a strong passphrase and password protection for the private key (never generate a password-less key pair or a password-less passphrase key-less login).
为私有密钥使用一个强大的口令和密码保护来创建公私密钥对(绝不要生成一个无密码的密钥对或一个无密码口令无密钥的登录)。
应用推荐