Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: gnupg-user.xml
Date: Thu, 03 Jan 2008 19:05:34
Message-Id: E1JAVNa-0006t0-EX@stork.gentoo.org
1 scen 08/01/03 19:05:22
2
3 Modified: gnupg-user.xml
4 Log:
5 Version 1.10, revision 1.45 of EN CVS
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/it/gnupg-user.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gnupg-user.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gnupg-user.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/gnupg-user.xml?r1=1.19&r2=1.20
13
14 Index: gnupg-user.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/gnupg-user.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- gnupg-user.xml 13 Dec 2007 22:24:40 -0000 1.19
21 +++ gnupg-user.xml 3 Jan 2008 19:05:21 -0000 1.20
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gnupg-user.xml,v 1.19 2007/12/13 22:24:40 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/gnupg-user.xml,v 1.20 2008/01/03 19:05:21 scen Exp $ -->
27
28 <guide link="/doc/it/gnupg-user.xml" lang="it">
29 <title>Guida Utente a GnuPG in Gentoo</title>
30 @@ -39,8 +39,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.9</version>
35 -<date>2007-09-22</date>
36 +<version>1.10</version>
37 +<date>2007-12-29</date>
38
39 <chapter>
40 <title>Introduzione</title>
41 @@ -602,6 +602,24 @@
42 </body>
43 </section>
44 <section>
45 +<title>Cifrare e decifrare senza chiavi</title>
46 +<body>
47 +
48 +<p>
49 +È anche possibile cifrare file usando password piuttosto che chiavi. Ovviamente,
50 +la password stessa funziona come chiave - sarà usata come <e>cifrario
51 +simmetrico</e>. Per cifrare il file basta usare l'argomento <c>--symmetric</c>
52 +per <c>gpg</c>, decifrando poi con lo stesso comando discusso in precedenza.
53 +</p>
54 +
55 +<pre caption="Cifrare i file usando una password">
56 +$ <i>gpg --output document.gpg --symmetric document</i>
57 +<comment>(GnuPG richiederà una password e la verifica di tale password)</comment>
58 +</pre>
59 +
60 +</body>
61 +</section>
62 +<section>
63 <title>Caratteristiche avanzate</title>
64 <body>
65
66 @@ -1050,4 +1068,4 @@
67 </body>
68 </section>
69 </chapter>
70 -</guide>
71 \ No newline at end of file
72 +</guide>
73
74
75
76 --
77 gentoo-commits@g.o mailing list