summaryrefslogtreecommitdiff
blob: e3ad12eae8412133cb49c3d26b55a3aed6eb5412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <longdescription>
The Python Cryptography Toolkit is a collection of cryptographic
algorithms and protocols, implemented for use from Python. Among
the contents of the package:

	* Hash functions: MD2, MD4, RIPEMD, SHA256.
	* Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
		Triple-DES, IDEA, RC5.
	* Stream encryption algorithms: ARC4, simple XOR.
	* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
	* Protocols: All-or-nothing transforms, chaffing/winnowing.
	* Miscellaneous: RFC1751 module for converting 128-key keys into
		a set of English words, primality testing.
	* Some demo programs (currently all quite old and outdated).

</longdescription>
  <longdescription lang="ja">
このPython言語のクリプトグラフィー・ツールキットは、暗号手法のアルゴリズムとプロ
トコルの集合で、Python言語から利用されるための実装です。このパッケージ内容は以下
です。


        * Hash ファンクション: MD2, MD4, RIPEMD, SHA256.
        * ブロック・エンクリプション・アルゴリズム: AES, ARC2, Blowfish, CAST, DES,
                Triple-DES, IDEA, RC5.
        * ストリーム・エンクリプション・アルゴリズム: ARC4, simple XOR.
        * 公開鍵アルゴリズム: RSA, DSA, ElGamal, qNEW.
        * プロトコル: All-or-nothing transforms, chaffing/winnowing.
        * その他: RFC1751 module for converting 128-key keys into
                a set of English words, primality testing.
        * デモ・プログラム(現在では完全に古く時代遅れなもの)

</longdescription>
</pkgmetadata>