~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.1-docs-html/library/crypto.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
 
5
 
<html xmlns="http://www.w3.org/1999/xhtml">
6
 
  <head>
7
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
    
9
 
    <title>15. Cryptographic Services &mdash; Python 3.5.1 documentation</title>
10
 
    
11
 
    <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
12
 
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
 
    
14
 
    <script type="text/javascript">
15
 
      var DOCUMENTATION_OPTIONS = {
16
 
        URL_ROOT:    '../',
17
 
        VERSION:     '3.5.1',
18
 
        COLLAPSE_INDEX: false,
19
 
        FILE_SUFFIX: '.html',
20
 
        HAS_SOURCE:  true
21
 
      };
22
 
    </script>
23
 
    <script type="text/javascript" src="../_static/jquery.js"></script>
24
 
    <script type="text/javascript" src="../_static/underscore.js"></script>
25
 
    <script type="text/javascript" src="../_static/doctools.js"></script>
26
 
    <script type="text/javascript" src="../_static/sidebar.js"></script>
27
 
    <link rel="search" type="application/opensearchdescription+xml"
28
 
          title="Search within Python 3.5.1 documentation"
29
 
          href="../_static/opensearch.xml"/>
30
 
    <link rel="author" title="About these documents" href="../about.html" />
31
 
    <link rel="copyright" title="Copyright" href="../copyright.html" />
32
 
    <link rel="top" title="Python 3.5.1 documentation" href="../contents.html" />
33
 
    <link rel="up" title="The Python Standard Library" href="index.html" />
34
 
    <link rel="next" title="15.1. hashlib — Secure hashes and message digests" href="hashlib.html" />
35
 
    <link rel="prev" title="14.5. plistlib — Generate and parse Mac OS X .plist files" href="plistlib.html" />
36
 
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
37
 
    <script type="text/javascript" src="../_static/copybutton.js"></script>
38
 
    <script type="text/javascript" src="../_static/version_switch.js"></script>
39
 
    
40
 
 
41
 
 
42
 
  </head>
43
 
  <body role="document">  
44
 
    <div class="related" role="navigation" aria-label="related navigation">
45
 
      <h3>Navigation</h3>
46
 
      <ul>
47
 
        <li class="right" style="margin-right: 10px">
48
 
          <a href="../genindex.html" title="General Index"
49
 
             accesskey="I">index</a></li>
50
 
        <li class="right" >
51
 
          <a href="../py-modindex.html" title="Python Module Index"
52
 
             >modules</a> |</li>
53
 
        <li class="right" >
54
 
          <a href="hashlib.html" title="15.1. hashlib — Secure hashes and message digests"
55
 
             accesskey="N">next</a> |</li>
56
 
        <li class="right" >
57
 
          <a href="plistlib.html" title="14.5. plistlib — Generate and parse Mac OS X .plist files"
58
 
             accesskey="P">previous</a> |</li>
59
 
        <li><img src="../_static/py.png" alt=""
60
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
61
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
62
 
        <li>
63
 
          <span class="version_switcher_placeholder">3.5.1</span>
64
 
          <a href="../index.html">Documentation </a> &raquo;
65
 
        </li>
66
 
 
67
 
          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">The Python Standard Library</a> &raquo;</li> 
68
 
      </ul>
69
 
    </div>    
70
 
 
71
 
    <div class="document">
72
 
      <div class="documentwrapper">
73
 
        <div class="bodywrapper">
74
 
          <div class="body" role="main">
75
 
            
76
 
  <div class="section" id="cryptographic-services">
77
 
<span id="crypto"></span><h1>15. Cryptographic Services<a class="headerlink" href="#cryptographic-services" title="Permalink to this headline">¶</a></h1>
78
 
<p id="index-0">The modules described in this chapter implement various algorithms of a
79
 
cryptographic nature.  They are available at the discretion of the installation.
80
 
On Unix systems, the <a class="reference internal" href="crypt.html#module-crypt" title="crypt: The crypt() function used to check Unix passwords. (Unix)"><code class="xref py py-mod docutils literal"><span class="pre">crypt</span></code></a> module may also be available.
81
 
Here&#8217;s an overview:</p>
82
 
<div class="toctree-wrapper compound">
83
 
<ul>
84
 
<li class="toctree-l1"><a class="reference internal" href="hashlib.html">15.1. <code class="docutils literal"><span class="pre">hashlib</span></code> &#8212; Secure hashes and message digests</a><ul>
85
 
<li class="toctree-l2"><a class="reference internal" href="hashlib.html#hash-algorithms">15.1.1. Hash algorithms</a></li>
86
 
<li class="toctree-l2"><a class="reference internal" href="hashlib.html#key-derivation">15.1.2. Key derivation</a></li>
87
 
</ul>
88
 
</li>
89
 
<li class="toctree-l1"><a class="reference internal" href="hmac.html">15.2. <code class="docutils literal"><span class="pre">hmac</span></code> &#8212; Keyed-Hashing for Message Authentication</a></li>
90
 
</ul>
91
 
</div>
92
 
</div>
93
 
 
94
 
 
95
 
          </div>
96
 
        </div>
97
 
      </div>
98
 
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
99
 
        <div class="sphinxsidebarwrapper">
100
 
  <h4>Previous topic</h4>
101
 
  <p class="topless"><a href="plistlib.html"
102
 
                        title="previous chapter">14.5. <code class="docutils literal"><span class="pre">plistlib</span></code> &#8212; Generate and parse Mac OS X <code class="docutils literal"><span class="pre">.plist</span></code> files</a></p>
103
 
  <h4>Next topic</h4>
104
 
  <p class="topless"><a href="hashlib.html"
105
 
                        title="next chapter">15.1. <code class="docutils literal"><span class="pre">hashlib</span></code> &#8212; Secure hashes and message digests</a></p>
106
 
<h3>This Page</h3>
107
 
<ul class="this-page-menu">
108
 
  <li><a href="../bugs.html">Report a Bug</a></li>
109
 
  <li><a href="../_sources/library/crypto.txt"
110
 
         rel="nofollow">Show Source</a></li>
111
 
</ul>
112
 
 
113
 
<div id="searchbox" style="display: none" role="search">
114
 
  <h3>Quick search</h3>
115
 
    <form class="search" action="../search.html" method="get">
116
 
      <input type="text" name="q" />
117
 
      <input type="submit" value="Go" />
118
 
      <input type="hidden" name="check_keywords" value="yes" />
119
 
      <input type="hidden" name="area" value="default" />
120
 
    </form>
121
 
    <p class="searchtip" style="font-size: 90%">
122
 
    Enter search terms or a module, class or function name.
123
 
    </p>
124
 
</div>
125
 
<script type="text/javascript">$('#searchbox').show(0);</script>
126
 
        </div>
127
 
      </div>
128
 
      <div class="clearer"></div>
129
 
    </div>  
130
 
    <div class="related" role="navigation" aria-label="related navigation">
131
 
      <h3>Navigation</h3>
132
 
      <ul>
133
 
        <li class="right" style="margin-right: 10px">
134
 
          <a href="../genindex.html" title="General Index"
135
 
             >index</a></li>
136
 
        <li class="right" >
137
 
          <a href="../py-modindex.html" title="Python Module Index"
138
 
             >modules</a> |</li>
139
 
        <li class="right" >
140
 
          <a href="hashlib.html" title="15.1. hashlib — Secure hashes and message digests"
141
 
             >next</a> |</li>
142
 
        <li class="right" >
143
 
          <a href="plistlib.html" title="14.5. plistlib — Generate and parse Mac OS X .plist files"
144
 
             >previous</a> |</li>
145
 
        <li><img src="../_static/py.png" alt=""
146
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
147
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
148
 
        <li>
149
 
          <span class="version_switcher_placeholder">3.5.1</span>
150
 
          <a href="../index.html">Documentation </a> &raquo;
151
 
        </li>
152
 
 
153
 
          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li> 
154
 
      </ul>
155
 
    </div>  
156
 
    <div class="footer">
157
 
    &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
158
 
    <br />
159
 
    The Python Software Foundation is a non-profit corporation.
160
 
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
161
 
    <br />
162
 
    Last updated on Jan 22, 2016.
163
 
    <a href="../bugs.html">Found a bug</a>?
164
 
    <br />
165
 
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
166
 
    </div>
167
 
 
168
 
  </body>
169
 
</html>
 
 
b'\\ No newline at end of file'