summaryrefslogtreecommitdiff
path: root/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml
diff options
context:
space:
mode:
authorPaul Buetow (centauri) <puppet@mx.buetow.org>2015-05-23 22:00:37 +0100
committerPaul Buetow (centauri) <puppet@mx.buetow.org>2015-05-23 22:00:37 +0100
commit2fab3867d291514b6666a8bd582fe8ae4896a1c0 (patch)
tree996160703a47ac88c61d2496187118a5fc0675b8 /pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml
parentee1d9d4243e970d102ea4f57bfacb379e5b25b3a (diff)
parente43a989acd2055661bb2d93454f2f7aa4e6e5177 (diff)
Merge
Diffstat (limited to 'pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml')
-rw-r--r--pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml
new file mode 100644
index 0000000..06f443f
--- /dev/null
+++ b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Tutorial for storing files</pagetitle>
+ <text>Please read the "tutorial for storing passwords" first. Afterwards you may go on with this tutorial. This tutorial expects you to have understood the basics of pwgrep.</text>
+ <text>Besides of storing passwords into a single file, pwgrep can also be used for storing a collection of files, which is very usefull for storing certificate files etc. Like passwords, all files stored within pwgrep are encrypted using GPG. The command pwfls will list all files currently stored in your database:</text>
+ <cimg href="?document=images/7.png"/>
+ <text>pwfadd adds a specific file to the database:</text>
+ <cimg href="?document=images/8.png"/>
+ <cimg href="?document=images/9.png"/>
+ <text>pwfls will show you that it has been added successfully:</text>
+ <cimg href="?document=images/10.png"/>
+ <text>In order to decrypt a specific stored file you have to use pwfcat:</text>
+ <cimg href="?document=images/11.png"/>
+ <text>File deletion can be accomplished using pwfdel:</text>
+ <cimg href="?document=images/12.png"/>
+ <text>In general you can decrypt/store/encrypt any specific file format (as well as binary files).</text>
+</content>