public key
[计] 公开密钥
2025-09-08 18:27 浏览次数 15
[计] 公开密钥
1. a cryptographic element that is the publicly shared half of an encryption code and that can be used only to encode messages
public c key公开密码匙
weak public-key弱公钥
Public-key Cipher公开密钥密码
Public-key cryptography[计] 公钥密码学
public boolean key up键盘被松开的处理函数
public password key公开密钥
Public-Key hncryption公钥加密
public-key certificateIn cryptography, a public key certificate (also known as a digital certificate or identity certificate) is an electronic document that uses a digital signature to bind a public key with an identity — information such as the name of a person or an organization, their address, and so forth. The certificate can be used to verify that a public key belongs to an individual.
the identity may be represented as the name of the recipient, the public key certificate of the recipient, or in some other way.
该身份可以用接收方的名字、接收方的公用密钥证书或以其它方式来表示。
the public key must be stored on the target machine to complete the public-private key combination.
为了完成公共-私有密钥组合,必须把公共密钥存储在目标机器上。
this is a technology for mutually authenticating the identities of http servers and clients based on their public key certificates.
这是一种基于http服务器和客户机的公用密钥证书对它们的身份进行双向验证的技术。
anyone with access to the public key can use it to encrypt messages, which can then be decrypted only by the key owner.
任何访问这个公开密匙的人都可以用它加密消息,而只有密匙所有者才能够对消息解密。
if the permissions of the .ssh/ folder or private or public key files themselves change, it could prevent the ssh password-less access from occurring.
如果.ssh/文件夹的权限或私有或公共密钥文件本省改变,它会阻止无ssh密码的访问发生。
that leaves the issue of how you get the public key in a way that maintains security.
这产生了一个问题,如何在保证安全性的情况下获得公开密匙。
digital signatures rely on public key cryptography.
数字签名依赖于公共密钥加密学。
the pair consists of the private key and the public key (private, public).
这对加密密钥由私有密钥和公有密钥(私有,公共)组成的。
the trusted third party vouches for the public key and identifying information by issuing the certificate with its signature.
可信的第三方通过使用其自己的签名发出证书,为公开密匙和识别信息做证明。
to sign a release-mode application, you first must generate the private and public key pair and public-key certificate.
要签署一个发布模式的应用程序,首先必须生成私有、公共密钥对和公共密钥证书。
for this purpose, i recommend using a common private key and the corresponding public key certificate for soap-dsig and ssl.
为实现这一目的,我建议在soap-dsig和ssl 中使用一个公共专用密钥和相应的公用密钥证书。
the only way to guarantee that the public key signature is from the owner is for the owner to hand you the key on a disk, in person.
保证公共密钥签名来自所有者的惟一方法是,密钥的所有者亲自把磁盘上的密钥交给您。
this is a great option for storing a public key that is difficult to retrieve without physical access to the server.
这是存储公开密钥的一种主要方式,在不能物理访问服务器的时候是不能获取到这些密钥的。
if you are prompted for a password, rectify the problem by installing your public key on the remote host and try again.
如果系统提示输入密码,那么在远程主机上安装公共密钥并再次尝试连接。
anyone receiving the message can use the same hash algorithm on that message, then decrypt the supplied encrypted digest using your public key and compare the two values.
任何接收此消息的人都可以对该消息使用相同的散列算法,然后使用您的公开密匙解密附带的已加密摘要,并比较两者的值。
application signing begins by generating a private and public key pair and a related public-key certificate, also known as a public-key certificate.
应用程序签名首先是生成一个私有、公共密钥对和一个相关公共密钥证书,简称为公共密钥证书。
extract the public key of the new certificate.
提取这个新证书的公共密匙。
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服务为客户机生成一个密钥对,将密钥对的公钥注册到它自己,然后将密钥对的私钥发送给客户机,供其使用。
the sender uses the recipient「s public key (available via published digital certificates) to encrypt the message. the recipient then uses his private key to decrypt the message.
发送方使用接收方的公开密钥(可以通过公开的数字证书得到)加密消息,然后接收方使用私钥解密消息。
an instance that is created from an image can mount a persistent disk, have ip addresses assigned to it, and it can be accessed using ssh public key authentication.
从镜像创建的实例可以挂载持久的磁盘,可以给它分配ip地址,还可以使用ssh公共密钥身份验证访问它。
this password check is done even if the user is following the public key or host-based authentication.
即使用户采用公共密钥或基于主机的身份验证,也会执行这个密码检查。
someone who receives an encrypted message that」s purportedly from you can use your public key to decrypt the message and compare it with some expected value.
据称从您那里收到已加密消息的人可以使用您的公共密匙来解密消息并与预期值进行比较。