summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-07-07 14:40:41 +0000
committerNils Wallménius <nils@rockbox.org>2008-07-07 14:40:41 +0000
commit85788598acfd3b87253479c7d7a48a3b65b0367f (patch)
tree802205127dee41d6e2e508de7420040ea4355cb5 /manual
parentbd12def3938b4eb2821675ef2e86bca271176cbc (diff)
downloadrockbox-85788598acfd3b87253479c7d7a48a3b65b0367f.tar.gz
rockbox-85788598acfd3b87253479c7d7a48a3b65b0367f.zip
Manual page for the keybox plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17980 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/keybox.tex19
-rw-r--r--manual/plugins/main.tex2
2 files changed, 21 insertions, 0 deletions
diff --git a/manual/plugins/keybox.tex b/manual/plugins/keybox.tex
new file mode 100644
index 0000000000..c1183231b2
--- /dev/null
+++ b/manual/plugins/keybox.tex
@@ -0,0 +1,19 @@
1% $Id$ %
2\subsection{Keybox}
3Keybox is an encrypted password storage using the ``Tiny Encryption Algorithm''
4with a key derived using md5.
5
6\subsubsection{Using Keybox}
7To get started, start up the plugin and select \setting{Enter Keybox}.
8The first time you enter Keybox you will be prompted for a master password
9and for confirmation of the master password. The master password is the
10password that you must use to access your stored passwords.
11
12Once inside, enter the context menu by pressing \ActionStdContext.
13From the context menu you can create new entries, delete entries and edit entries.
14Each entry has a ``title'', a ``user name'' and a ``password''.
15
16Selecting \setting{Reset Keybox} from the main menu will delete the current
17list of passwords and a new, empty list will be created the next time you
18select \setting{Enter Keybox} after prompting for a new master password.
19Entries are automatically saved when the plugin is exited.
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 59eb8be2ed..3838c2e91b 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -159,6 +159,8 @@ the associated file. Viewers are stored in the
159 159
160\opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}} 160\opt{recorder,recorderv2fm,ondio}{\input{plugins/firmware_flash.tex}}
161 161
162{\input{plugins/keybox.tex}}
163
162\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}} 164\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}}
163 165
164{\input{plugins/md5sum.tex}} 166{\input{plugins/md5sum.tex}}