68 lines
4.7 KiB
HTML
68 lines
4.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Cryptography" />
|
|
<meta name="abstract" content="Use this information to learn what cryptography is and how digital certificates use cryptographic functions to provide security." />
|
|
<meta name="description" content="Use this information to learn what cryptography is and how digital certificates use cryptographic functions to provide security." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahurzahu4abunderstanddc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahudigsig.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahurzahu0gmssldefco.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahu0cm-cryptog_co" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Cryptography</title>
|
|
</head>
|
|
<body id="rzahu0cm-cryptog_co"><a name="rzahu0cm-cryptog_co"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Cryptography</h1>
|
|
<div><p>Use this information to learn what cryptography is
|
|
and how digital certificates use cryptographic functions to provide security.</p>
|
|
<p>Cryptography is the science of keeping data secure. Cryptography allows
|
|
you to store information or to communicate with other parties while preventing
|
|
noninvolved parties from understanding the stored information or understanding
|
|
the communication. Encryption transforms understandable text into an unintelligible
|
|
piece of data (ciphertext). Decrypting restores the understandable text from
|
|
the unintelligible data. Both processes involve a mathematical formula or
|
|
algorithm and a secret sequence of data (the key). </p>
|
|
<p>There are two types of cryptography:</p>
|
|
<ul><li>In <span class="uicontrol">shared or secret key (symmetric)</span> cryptography,
|
|
one key is a shared secret between two communicating parties. Encryption and
|
|
decryption both use the same key.</li>
|
|
<li>In <span class="uicontrol">public key (asymmetric)</span> cryptography, encryption
|
|
and decryption each use different keys. A party has pair of keys consisting
|
|
of a public key and a private key. The public key is freely distributed, typically
|
|
within a digital certificate, while the private key is securely held by the
|
|
owner. The two keys are mathematically related, but it is virtually impossible
|
|
to derive the private key from the public key. An object, such as a message,
|
|
that is encrypted with someone's public key can be decrypted only with the
|
|
associated private key. Alternately, a server or user can use a private key
|
|
to "sign" an object and the receiver can use the corresponding public key
|
|
to decrypt the digital signature to verify the object's source and integrity.</li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahurzahu4abunderstanddc.htm" title="View this information to better understand what digital certificates are and how they work. Learn about the different types of certificates and how you can use them as part of your security policy.">DCM concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzahudigsig.htm" title="A digital signature on an electronic document or other object is created by using a form of cryptography and is equivalent to a personal signature on a written document.">Digital signatures</a></div>
|
|
<div><a href="rzahurzahu0gmssldefco.htm" title="The Secure Sockets Layer (SSL), originally created by Netscape, is the industry standard for session encryption between clients and servers.">Secure Sockets Layer (SSL)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |