- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《电子商务》 湖南商学院计算机与电子工程系 stonebiao * 《电子商务》 湖南商学院计算机与电子工程系 stonebiao * 《电子商务》 湖南商学院计算机与电子工程系 stonebiao * 《电子商务》 湖南商学院计算机与电子工程系 stonebiao * Secret-key cryptography is a cost-effective and computer-efficient way to encrypt and decrypt information. The slide shows how secret-key cryptography is used in the computer environment. First, the key is used to encrypt the plain text. As cipher text, the encrypted message is routed across the network (for example, the Internet) to its destination. Upon arrival of the message, the recipient uses the same key to decrypt it. Secret-key cryptography has two serious drawbacks: The two parties may be known to each other only through communications over a network; therefore, they probably have no secure way to exchange the key. To assure security, each pair of correspondents needs a different secret key. This causes a horrendous key management problem. For example, a network of 10 people would require 45 different keys, a network of 100 people would require 4,950 different keys, a network of 1,000 people would need 499,500 keys, and so on. Clearly, it would be impractical for a company to maintain unique keys for numerous users. 《电子商务》 湖南商学院计算机与电子工程系 stonebiao * The difficulty of delivering the key and managing many keys led to the development of public-key cryptography. With public-key cryptography, each user has a public key and a private key. Anything encrypted by the public key can be decrypted only with the private key and vice versa. The private key is kept strictly confidential and is known only to the owner. The public key is widely known because it is published in a directory that is accessible by anyone who wishes to communicate with the key holder in a secure manner. For example, if Alice wants to send a confidential message to Bob, she obtains his public key from the directory, encrypts the message, and sends it to Bob. When Bob receives the encrypted message, he can decrypt it by using his private key. In
文档评论(0)