autodoc.git
/
traditional_manual
/
chapter_21.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_21.html:27194:
<dd class='body--doc'><p>Decode strings according to <b><a href='http://pike.lysator.liu.se/rfc4648.xml'>RFC 4648</a></b> base64url encoding.</p> </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>MIME.decode_base64</code></p> </dd></dl> <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span>
+
<span class='homogen--name'><b>decode_crypt64</b></span>
+
</dt>
+
<dd><p><code><code class='datatype'>string(8bit)</code> <b><span class='method'>decode_crypt64</span>(</b><code class='datatype'>string(7bit)</code> <code class='argument'>encoded_data</code><b>)</b></code></p></dd>
+
+
<dt class='head--doc'>Description</dt>
+
<dd class='body--doc'><p>This function decodes data encoded using the <tt>crypt64</tt>
+
encoding.</p>
+
<p> This is an ad hoc encoding similar to <tt>base64</tt> that several
+
password hashing algorithms use for entries in the password database.</p>
+
</dd>
+
<dt class='head--doc'>Note</dt>
+
<dd class='body--doc'><p>This is NOT a MIME-compliant encoding, and MUST NOT
+
be used as such.</p>
+
</dd>
+
<dt class='head--doc'>See also</dt>
+
<dd class='body--doc'><p><code>MIME.encode_crypt64()</code></p>
+
</dd></dl>
+
+
+
<hr />
+
<dl class='group--doc'>
+
<dt class='head--type'><span class='homogen--type'>Method</span>
<span class='homogen--name'><b>decode_qp</b></span> </dt> <dd><p><code><code class='datatype'>string</code> <b><span class='method'>decode_qp</span>(</b><code class='datatype'>string</code> <code class='argument'>encoded_data</code><b>)</b></code></p></dd> <dt class='head--doc'>Description</dt> <dd class='body--doc'><p>This function decodes data encoded using the <tt>quoted-printable</tt> (a.k.a. quoted-unreadable) transfer encoding.</p> </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>MIME.encode_qp()</code>, <code>MIME.decode()</code></p>