blob: 24b4bf454c6f1689fdfc55a4bcb2f7a8329fe541 (
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
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<!--Translated using CatsCradle 3.91 [SourceID:docu_encry~KjmTI.html] //-->
<title>gpg4usb
- Documentación</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
</head>
<body>
<div style="width:800px;text-align:center;float:center">
Previo: <a href="docu_keygen.html">Generar
una llave</a> | <a href="docu.html">Principal</a> |
Siguiente: <a href="docu_decrypt.html">Descifrar
un mensaje</a>
<hr/>
<div id="content">
<h1>Cómo
cifrar un texto</h1>
<p>
Hay
tres pasos para cifrar un texto. Vamos a suponer que Alice quiere cifrar un texto
para Bobby. </p>
<h4>PASO
1: Escribir el texto</h4>
<p>
Primero,
Alice escribe su texto (se recomienda no usar tildes). </p>
<p>
<IMG SRC="img/docu/encrypt_step1.jpg" alt="escribir el texto"/>
</p>
<h4>PASO
2: Escoger la llave(s)</h4>
<p>
Segundo,
ella escoje la llave de Bobby. <b>NOTA:</b> Usted
también puede escoger múltiples llaves, de manera que el texto se cifrará para más
de una persona. Así, por ejemplo, usted podría seleccionar siempre su propia llave,
de este modo puede cifrar/descifrar sus propios textos más tarde. </p>
<p>
<IMG SRC="img/docu/encrypt_step2.jpg" alt="escoger las llaves"/>
</p>
<h4>PASO
3: Cifrar el mensaje</h4>
<p>
Finalmente,
Alice pulsa el botón 'Cifrar' para cifrar el texto. Alternativamente, ella podría
haber usado el atajo 'Ctrl+E' o usar el menú 'Cifrar -> Cifrar'. </p>
<p>
<IMG SRC="img/docu/encrypt_step3.jpg" alt="cifrar el mensaje"/>
</p>
</div>
<hr/>
Previo: <a href="docu_keygen.html">Generar
una llave</a> | <a href="docu.html">Principal</a> |
Siguiente: <a href="docu_decrypt.html">Descifrar
un mensaje</a>
</div>
</body>
</html>
|