mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 23:14:06 +08:00
1 line
1.6 KiB
HTML
1 line
1.6 KiB
HTML
<div class="body" role="main"><div class="section" id="cryptographic-services"><h1><span class="yiyi-st" id="yiyi-9">15.</span><span class="yiyi-st" id="yiyi-10">加密服务</span></h1><p id="index-0"><span class="yiyi-st" id="yiyi-11">本章中描述的模块实现加密性质的各种算法。</span><span class="yiyi-st" id="yiyi-12">它们可由安装人员自行决定。</span><span class="yiyi-st" id="yiyi-13">在Unix系统上,<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>模块也可以使用。</span><span class="yiyi-st" id="yiyi-14">这里有一个概述:</span></p><div class="toctree-wrapper compound"><ul><li class="toctree-l1"><span class="yiyi-st" id="yiyi-17"><a class="reference internal" href="hashlib.html">15.1. <code class="docutils literal"><span class="pre">hashlib</span></code> - 安全散列和消息摘要</a></span><ul><li class="toctree-l2"><span class="yiyi-st" id="yiyi-15"><a class="reference internal" href="hashlib.html#hash-algorithms">15.1.1. 哈希算法</a></span></li><li class="toctree-l2"><span class="yiyi-st" id="yiyi-16"><a class="reference internal" href="hashlib.html#key-derivation">15.1.2. 密钥派生</a></span></li></ul></li><li class="toctree-l1"><span class="yiyi-st" id="yiyi-18"><a class="reference internal" href="hmac.html">15.2. <code class="docutils literal"><span class="pre">hmac</span></code> — 用于消息验证的加密哈希</a></span></li></ul></div></div></div> |