请输入您要查询的字词:

 

单词 public key encryption
释义
public key encryption

Computer
  • A type of cryptography where one of a pair of keys is used to encrypt a message and the other is used to decrypt it. It does not matter which key is used to encrypt and which to decrypt: both combinations will work; however, attempting to encrypt and decrypt with the same key will not work. The two keys are integers that are related mathematically, but—crucially—it must not be viable to deduce the other key if only one is known. In computational terms this means that it must be proven that there does not exist an algorithm to calculate the second key efficiently from the first, and that the range of possible integers must be large enough to make a brute force attack impractical.

    In usage, a given key pair belongs to a specific person or organization. One key of the pair, the public key, can be distributed freely; the other, the private key, must be kept secret by the owner. The keys can then be used in one of two ways:

    1. (1) Anybody wishing to send confidential data encrypts it with the recipient’s public key. It can then only be decrypted by the recipient’s private key, which only the recipient possesses.

    2. (2) Anybody wishing to add a digital signature to data encrypts the signature with their private key. If the signature is valid when decrypted with the signer’s public key, a user can be confident that the data indeed originated with the signer and has not been altered (see also certificate).


Internet
  • An alternative to symmetric key encryption. It uses two keys: a public key and a private key. The former, as the name suggests, can be made generally available The latter is used by the receiver of the message. The receiver of a message broadcasts the public key; this is used to encrypt a message; the receiver then uses the private key to apply decryption to the message in order to convert it to its original form.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/12/26 4:35:21