Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gnupg-user.xml
Date: Sat, 29 Dec 2007 12:12:59
Message-Id: E1J8aYU-0001Ha-UJ@stork.gentoo.org
1 swift 07/12/29 12:12:42
2
3 Modified: gnupg-user.xml
4 Log:
5 #203331 - Add symmetric cypher information to the GnuPG guide
6
7 Revision Changes Path
8 1.44 xml/htdocs/doc/en/gnupg-user.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnupg-user.xml?r1=1.43&r2=1.44
13
14 Index: gnupg-user.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- gnupg-user.xml 23 Sep 2007 03:00:53 -0000 1.43
21 +++ gnupg-user.xml 29 Dec 2007 12:12:42 -0000 1.44
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.43 2007/09/23 03:00:53 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnupg-user.xml,v 1.44 2007/12/29 12:12:42 swift Exp $ -->
28
29 <guide link = "/doc/en/gnupg-user.xml">
30 <title>GnuPG Gentoo User Guide</title>
31 @@ -25,8 +25,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.9</version>
36 -<date>2007-09-22</date>
37 +<version>1.10</version>
38 +<date>2007-12-29</date>
39
40 <chapter>
41 <title>Introduction</title>
42 @@ -570,6 +570,24 @@
43 </body>
44 </section>
45 <section>
46 +<title>Encrypting and decrypting without keys</title>
47 +<body>
48 +
49 +<p>
50 +It is also possible to encrypt files using passwords instead of keys. Well, the
51 +password itself will function as the key - it will be used as a <e>symmetric
52 +cypher</e>. You can encrypt the file using <c>gpg</c>'s <c>--symmetric</c>
53 +argument; decrypting uses the same command as we talked about before.
54 +</p>
55 +
56 +<pre caption="Encrypting files using a password">
57 +$ <i>gpg --output document.gpg --symmetric document</i>
58 +<comment>(GnuPG will ask for a passphraze and a passphraze verification)</comment>
59 +</pre>
60 +
61 +</body>
62 +</section>
63 +<section>
64 <title>Advanced Features</title>
65 <body>
66
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list