ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/catcrypt2.htm

66 lines
3.0 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<!-- Begin Header Records ========================================== -->
<!-- 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. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- 030131 JETAYLOR new for V5R3 -->
<!-- 030501 JETAYLOR replaced API and Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- 031106 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<title>Encryption and Decryption APIs</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
</script>
<a name="Top_Of_Page"></a>
<h2>Encryption and Decryption APIs</h2>
<p>The Encryption and Decryption APIs allow you to store information or to communicate
with other parties while preventing uninvolved parties from understanding the
stored information or understanding the communication. Encryption transforms
understandable text (cleartext) into an unintelligible piece of data (ciphertext).
Decrypting restores the cleartext from the ciphertext. Both processes involve a
mathematical formula (algorithm) and secret data (key).
</p>
<p>The Encryption and Decryption APIs include:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="qc3decdt.htm">Decrypt Data</A> (QC3DECDT, Qc3DecryptData) restores encrypted data to a clear (intelligible) form.</li>
<li><A HREF="qc3encdt.htm">Encrypt Data</A> (QC3ENCDT, Qc3EncryptData) protects data privacy by scrambling clear data into an unintelligible form.</li>
<li><A HREF="qc3trndt.htm">Translate Data</A> (QC3TRNDT, Qc3TranslateData) translates data from encryption under one key to encryption under another key</li>
</ul>
<!--***************API END PASTE***************-->
<br>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> |
<a href= "catcrypt.htm">Cryptographic Services APIs</a> |<a href=
"aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>