From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml (limited to 'pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml') 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..8d8b1b9 --- /dev/null +++ b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml @@ -0,0 +1,18 @@ + + + Tutorial for storing files + 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. + 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: + + pwfadd adds a specific file to the database: + + + pwfls will show you that it has been added successfully: + + In order to decrypt a specific stored file you have to use pwfcat: + + File deletion can be accomplished using pwfdel: + + In general you can decrypt/store/encrypt any specific file format (as well as binary files). + + -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- .../content/Tutorials.sub/20.Files.xml | 31 +++++++++++----------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml') diff --git a/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml index 8d8b1b9..06f443f 100644 --- a/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml +++ b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml @@ -1,18 +1,17 @@ - + - Tutorial for storing files - 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. - 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: - - pwfadd adds a specific file to the database: - - - pwfls will show you that it has been added successfully: - - In order to decrypt a specific stored file you have to use pwfcat: - - File deletion can be accomplished using pwfdel: - - In general you can decrypt/store/encrypt any specific file format (as well as binary files). + Tutorial for storing files + 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. + 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: + + pwfadd adds a specific file to the database: + + + pwfls will show you that it has been added successfully: + + In order to decrypt a specific stored file you have to use pwfcat: + + File deletion can be accomplished using pwfdel: + + In general you can decrypt/store/encrypt any specific file format (as well as binary files). - -- cgit v1.2.3