blob: 46447056c222edee692420c8be1b77e97abffd34 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Translate between binary data and a human-readable
collection of words.
The PGP Word List consists of two phonetic alphabets, each
with one word per possible byte value. A string of bytes
is translated with these alphabets, alternating between
them at each byte.
The PGP words corresponding to the bytes @5B 1D CA 6E@
are "erase breakaway spellbind headwaters", for example.
For further information, see
<http://en.wikipedia.org/wiki/PGP_word_list Wikipedia>.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|