This file is indexed.

/usr/share/doc/gnupg-doc/mini-HOWTO/nl/GPGMiniHowto-4.html is in gnupg-doc 2003.04.06+dak1-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
 <TITLE>GNU Privacy Guard (GnuPG) Mini Howto (Dutch): Encrypt en decrypt</TITLE>
 <LINK HREF="GPGMiniHowto-5.html" REL=next>
 <LINK HREF="GPGMiniHowto-3.html" REL=previous>
 <LINK HREF="GPGMiniHowto.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="GPGMiniHowto-5.html">Next</A>
<A HREF="GPGMiniHowto-3.html">Previous</A>
<A HREF="GPGMiniHowto.html#toc4">Contents</A>
<HR>
<H2><A NAME="GPG-Minihowto-encrypt"></A> <A NAME="s4">4.</A> <A HREF="GPGMiniHowto.html#toc4">Encrypt en decrypt</A></H2>

<P>Nadat alles geinstalleerd is en geconfigureerd zoals we willen,
kunne we beginnen met encrypten en decrypten.</P>
<P>Tijdens het encrypten en decrypten is het mogelijk om meer dan een
prive sleutel in gebruik te hebben.
In dat geval moet je de aktieve sleutel kiezen.
Dit kan door de optie <CODE>-u UID</CODE> of de optie <CODE>--local-user UID</CODE>
te gebruiken.
Dit zorgt er voor dat de default sleutel vervangen wordt door de
aangegeven sleutel.</P>
<P>Als je de ontvanger wilt veranderen kan dat door de optie <CODE>-r</CODE>
of de optie <CODE>--recipient</CODE> te gebruiken.</P>

<H2><A NAME="ss4.1">4.1</A> <A HREF="GPGMiniHowto.html#toc4.1">Encrypten</A>
</H2>


<P>Het commando om te encrypten is
<BLOCKQUOTE><CODE>
<PRE>
gpg -e Recipient [Data]
</PRE>
</CODE></BLOCKQUOTE>

of
<BLOCKQUOTE><CODE>
<PRE>
gpg --encrypt Recipient [Data]
</PRE>
</CODE></BLOCKQUOTE>

Om het risico te voorkomen dat iemand anders beweert jou te zijn,
is het handig om alles wat je encrypt ook te signeren, zie
<A HREF="GPGMiniHowto-5.html#GPG-Minihowto-signatures">handtekeningen</A>.</P>

<H2><A NAME="ss4.2">4.2</A> <A HREF="GPGMiniHowto.html#toc4.2">Decrypten</A>
</H2>

<P>Het commando voor decrypten is:
<BLOCKQUOTE><CODE>
<PRE>
gpg [-d] [Data] 
</PRE>
</CODE></BLOCKQUOTE>

of
<BLOCKQUOTE><CODE>
<PRE>
gpg [--decrypt] [Data]
</PRE>
</CODE></BLOCKQUOTE>

Ook hier wordt <CODE>stdout</CODE> gebruikt, maar met de <CODE>-o</CODE> optie
kun je de uitvoer naar een file redigeren.</P>

<HR>
<A HREF="GPGMiniHowto-5.html">Next</A>
<A HREF="GPGMiniHowto-3.html">Previous</A>
<A HREF="GPGMiniHowto.html#toc4">Contents</A>
</BODY>
</HTML>