<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d10921395\x26blogName\x3dJAVA+%26+Internet+Application+System+De...\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://s9026234.blogspot.com/search\x26blogLocale\x3dzh_TW\x26v\x3d2\x26homepageUrl\x3dhttp://s9026234.blogspot.com/\x26vt\x3d826334064808440956', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

星期一, 5月 16, 2005

網際網路應用系統設計 作業七 ( 5/9 Homework)

3.1秘密鑰匙系統有何優缺點?

Secret key or privacy key is a system that uses the same key to decryption and encryption.

Thumb up:

It can use for self-security for encrypting data on hard drive. People won’t have the chance to steal the key when transit. For example, compressed files can encrypt by secret key.

Thumb down:

Everyone who has the key can decrypt the message. It’s not so reliable when you want to tell the key to another. The key may be compromised when transit.

http://www.linktionary.com/s/secret_key.html

http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci518887,00.html

3.2公開金鑰系統如何防止第三者竊取資料?

In a public-key cryptosystem, a user makes use of a pair of keys: a public key and a private key.

The privacy key can keep by one. It’s not necessary to tell anyone else. So we don’t have the security problem to send the message though internet. The only way to decrypt the message is the privacy key which encrypt by corresponding public key.

http://www.webopedia.com/TERM/P/public_key_cryptography.html

http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci214299,00.html

0 Comments:

張貼留言

<< Home