source: archive/pycryptodome.xml

trunk
Last change on this file was 60f566d9, checked in by Douglas R. Reno <renodr@…>, 7 months ago

Archive pycryptodome.

It was only used by Samba previously, and Samba has moved to
Cryptography.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY pycryptodome-download-http "https://github.com/Legrandin/pycryptodome/archive/v&pycryptodome-version;/pycryptodome-&pycryptodome-version;.tar.gz">
8 <!ENTITY pycryptodome-download-ftp " ">
9 <!ENTITY pycryptodome-md5sum "37301ba099375e05db0dfb4d1800d6fe">
10 <!ENTITY pycryptodome-size "16 MB">
11 <!ENTITY pycryptodome-buildsize "54 MB">
12 <!ENTITY pycryptodome-time "0.1 SBU">
13]>
14
15 <!-- Begin pycryptodome -->
16 <sect2 id="pycryptodome" xreflabel="PyCryptodome-&pycryptodome-version;">
17
18 <title>PyCryptodome-&pycryptodome-version;</title>
19
20 <indexterm zone="pycryptodome">
21 <primary sortas="a-pycryptodome">pycryptodome</primary>
22 </indexterm>
23
24 <sect3 role="package">
25 <title>Introduction to the PyCryptodome Module</title>
26
27 <para>
28 <application>PyCryptodome</application> is a collection of both secure
29 hash functions (such as SHA256 and RIPEMD160), and various encryption
30 algorithms (AES, DES, RSA, ElGamal, etc.), and is a drop-in replacement
31 for PyCrypto.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pycryptodome-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pycryptodome-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pycryptodome-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pycryptodome-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pycryptodome-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pycryptodome-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect3>
71
72 <sect3 role="installation">
73 <title>Installation of PyCryptodome</title>
74
75 <para>
76 To build <application>PyCryptodome</application> as a Python 3
77 module, run the following command:
78 </para>
79
80&build-wheel;
81
82 <para>
83 To install the module, run the following command as the &root; user:
84 </para>
85
86<screen role="root"><userinput>&install-wheel; pycryptodome</userinput></screen>
87
88 </sect3>
89
90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91 href="../../../xincludes/pip3-cmd-explain.xml"/>
92
93 <sect3 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>
103 None
104 </seg>
105 <seg>
106 None
107 </seg>
108 <seg>
109 /usr/lib/python&python3-majorver;/site-packages/Crypto
110 /usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;.dist-info
111 </seg>
112 </seglistitem>
113 </segmentedlist>
114
115 </sect3>
116
117 </sect2>
Note: See TracBrowser for help on using the repository browser.