Create a certificate signing request(CSR) with your public key . 认证签名的一种方法是先将您的公钥 证书作为“可信任”项导入它们的密钥仓库中。 One way they can do this is by first importing your public key certificate into their keystore as a"trusted" entry. 现在,那些拥有您的公钥 的人可以使用它加密秘密数据。 Now, those who have your public key can encrypt the secret data with it. 如果您希望各种人员向您的帐户转帐,您可以与他们分享您的公钥 。 When you want various people to transfer money to your account, you share your public key with them.
我可以加密该文档(使用我的私钥和您的公钥 )然后把它发送给您。 I can then encrypt the document(using my private key and your public key ) and send it to you. 该CA将对您这个请求者进行认证(通常是离线的),然后返回它们所签名的证书,用于认证您的公钥 。 The CA authenticates you, the requestor(usually offline), and returns a certificate, signed by them, authenticating your public key . 私钥的持有者发送了命令(因为您的公钥 成功对其进行了解密). The owner of the private key sent the command(because your public key successfully decrypted it). 如果您选择假的电子邮箱,那么其他人要找到您的公钥 就更困难了。 If you choose a bogus email address, it will be more difficult for others to find your public key . 申请中包含输入到向导中的信息,还包括您的公钥 和用您的私钥签名的信息。 The request contains the information entered into the wizard and also your public key and information signed with your private key. . 同理,为了让某人发送给你加密的电子邮件,他们必须获得您的公钥 。 In order for someone to send you an encrypted email, you have to give them your public key . 接下来您自己可以创建命令的散列,然后使用您的公钥 对服务器的加密版本进行解密。 You can then hash the command yourself, and then decrypt the encrypted version from the server using your public key . 同理,为了让某人发送给你加密的电子邮件,他们必须获得您的公钥 。 Similarly, in order for someone to send you encrypted email, they must obtain a copy of your public key . 大多数情况下,您发送您的证书请求(包括您的公钥 ),您公司证明材料以及费用到一个证书颁发机构(CA)。 In most cases, you send your certificate request(including your public key ), proof of your company's identity, and payment to a CA. A public key is an address to which other users send you money.如果您的公钥 没有暴露,那么Shor算法将毫无用处。 If you have not exposed your public key , Shor's algorithm is useless. Other people use your public key to authenticate and/or decrypt your communications. 相反,它是存储您的公钥 和私钥,从而帮助您发送和接收资金。 Instead, it saves your public and private keys, which in turn helps you send and receive money. 接下来,您必须将您的公钥 (~\.ssh\id_ed25519.PUB)移动到远程服务器上目录~\. Next, you must move your public key (~\. ssh\id_ed25519. pub) into a text file called authorized_keys in the directory~\. 假设您要创建一个密钥仓库以管理您的公钥 /私钥对来自您所信任实体的证书。 Suppose you want to create a keystore for managing your public /private key pair and certificates from entities you trust. 显然,当您拥有某个数字证书时,您的公钥 可供任何想给您发送加密邮件的人访问与使用。 When you have a Digital Certificate, your public key is available for anyone that wants to send you encrypted mail. Notice that you can see both your private and public keys here:. 它允许您确认其他人是否接收过您的 真实公钥 ,有没有进行篡改。 It allows you to confirm to others that they have received your actual public key without any tampering. Your new public /private key pair is generated and downloaded to your machine; 纸质钱包-这可以像打印纸,其中包含您 生成的公钥 和私钥一样简单。 Paper wallet- this can be as simple as a printed sheet of paper that contains your generated public and private keys. Your public key is essentially your wallet which holds balances.The public key is used as your identifier.The public address is where you receive your funds from other users. 从打印机出来的 一张纸将包含您的公钥 和私钥以及用于扫描它们的QR码。 The sheet of paper that will come out of your printer will hold both your private keys and your public , and QR-codes to scan them.
Display more examples
Results: 29 ,
Time: 0.0183