diff options
Diffstat (limited to 'pwgrep.buetow.org')
22 files changed, 0 insertions, 155 deletions
diff --git a/pwgrep.buetow.org/OLDPROJECT b/pwgrep.buetow.org/OLDPROJECT deleted file mode 100644 index 34f1803..0000000 --- a/pwgrep.buetow.org/OLDPROJECT +++ /dev/null @@ -1 +0,0 @@ -PWGrep is a console based password manager programmed in bash using GnuPG, Subversion, and some AWK. diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml deleted file mode 100644 index 51346ad..0000000 --- a/pwgrep.buetow.org/content/50.Download.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Download</pagetitle> - <textheader>Download from git repository</textheader> - <text> - <noop>Go to </noop> - <namedlink href="http://github.com/snonux/!!HOSTNAME!!">http://github.com/snonux/!!HOSTNAME!!</namedlink> - </text> -</content> diff --git a/pwgrep.buetow.org/content/98.contact.xml b/pwgrep.buetow.org/content/98.contact.xml deleted file mode 100644 index 4c2f856..0000000 --- a/pwgrep.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Contact me</pagetitle> - <text> - <noop>Please use the contact methods listed </noop> - <namedlink href="http://contact.buetow.org">on this site</namedlink> - <noop> :)</noop> - </text> -</content> diff --git a/pwgrep.buetow.org/content/99.license.xml b/pwgrep.buetow.org/content/99.license.xml deleted file mode 100644 index 4c8004a..0000000 --- a/pwgrep.buetow.org/content/99.license.xml +++ /dev/null @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>License</pagetitle> - <text> - <noop>pwgrep is (C) by Paul C. Buetow.</noop> - </text> - <text> - <noop> - All rights reserved. - </noop> - <newline/> - <newline/> - <noop> - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - </noop> - <newline/> - <newline/> - <noop> - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - </noop> - <newline/> - <newline/> - <noop> - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - </noop> - <newline/> - <newline/> - <noop> - * Neither the name of P. B. Labs nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - </noop> - <newline/> - <newline/> - <noop> -THIS SOFTWARE IS PROVIDED BY Paul C. Buetow ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL Paul C. Buetow BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - </noop> - </text> -</content> diff --git a/pwgrep.buetow.org/content/Tutorials.sub/10.Passwords.xml b/pwgrep.buetow.org/content/Tutorials.sub/10.Passwords.xml deleted file mode 100644 index d503edc..0000000 --- a/pwgrep.buetow.org/content/Tutorials.sub/10.Passwords.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Tutorial for storing passwords</pagetitle> - <text>First check out pwgrep from git and edit the configuration parameters in its header. Also setup a versioning repository (e.g. svn) for your password database storage (preferable using some encryption for checkout/update operations such as SSL or SSH). Afterwards you may go on with the usage of pwgrep itself:</text> - <text>Please note that the current version of pwgrep is configured to work with git. The rest of this tutorial however should work as with svn.</text> - <text>The database file is divided in several records. Each record begins with its name followed by several lines holding all the secret information. The (actually very simple) format of the database file is as follows:</text> - <code> -some record name here - after a tabulator some secret information - more secret information -another record name here - secret username: foo - secret password is bla - you can write as many secret infos as you wish -. -. -secret stuff - password: hello world - username: mr. universe -. -. -</code> - <text>The database is not stored in plain text. It is encrypted using GnuPG (database.gpg).</text> - <text>I can only search for the record names of a database file. For example if I want to see my secret username and password which is stored in the database.gpg file it will look like this:</text> - <cimg href="?document=images/1.png"/> - <text>After entering the password of my secret GnuPG key I will receive the information requested:</text> - <cimg href="?document=images/2.png"/> - <text>pwgrep will print out automatically all records matching my search string. Not only the first one it finds.</text> - <text>I can use pwedit for the case I want to add something to the database or just to edit/delete something of the current database:</text> - <cimg href="?document=images/3.png"/> - <cimg href="?document=images/4.png"/> - <text>After editing, pwgrep will automatically wipe all temporally files securely and it will commit the new version into the versioning system (In this case subversion is being used. But others can be configured as well). pwgrep is using Vim (with swapping and backuping disabled) in order to edit the database file. If you want to use a different editor, you should make sure NOT to produce temporally files. If you produce temporally files, at least they should get wiped securely from the hard disk.</text> - <cimg href="?document=images/5.png"/> - <cimg href="?document=images/6.png"/> - <text>If you want to look up your secret ebay stuff, just search for it with</text> - <code> ~/svn/pwgrep$ pwgrep ebay</code> - <text>Since pwgrep v0.5 it's possible to specify the offline option, which causes pwgrep not use versioning at all (usable if there is no connection to the subversion or CVS server available):</text> - <code> ~/svn/pwgrep$ pwgrep -o ebay</code> - <text>All commands support the -o option</text> -</content> diff --git a/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml b/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml deleted file mode 100644 index 06f443f..0000000 --- a/pwgrep.buetow.org/content/Tutorials.sub/20.Files.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?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> diff --git a/pwgrep.buetow.org/content/Tutorials.sub/home.xml b/pwgrep.buetow.org/content/Tutorials.sub/home.xml deleted file mode 100644 index 5b89810..0000000 --- a/pwgrep.buetow.org/content/Tutorials.sub/home.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>Tutorials...</pagetitle> - <text>...for using pwgrep.</text> -</content> diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml deleted file mode 100644 index b4995cf..0000000 --- a/pwgrep.buetow.org/content/home.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> -<content> - <pagetitle>pwgrep</pagetitle> - <textheader>Managing passwords...</textheader> - <text> - <rimg href="?document=images/gnupg.png" title="GnuPG"/> - <noop>In order to manage my passwords I wrote myself a small bash/awk script which manages a database file using encryption of GnuPG. Those are the benefits of pwgrep:</noop> - </text> - <enumeration> - <enumitem>Encryption of all the passwords.</enumitem> - <enumitem>Versioning of all the passwords. No loss of old passwords.</enumitem> - <enumitem>Since a versioning system is used, the password database can be used on several hosts at once (automatic synchronization). Even several user can share the same password database. The versioning system will keep track of who was changing which entries and at which time.</enumitem> - <enumitem>The versioning system to use can be configured (Git by default)</enumitem> - <enumitem>Besides of passwords, pwgrep can also be used for storing a collection of files like certificates</enumitem> - <enumitem>The file shredding command for secure deleting of temporary files can be configured (shred on Linux and destroy or rm -P on FreeBSD by default)</enumitem> - <enumitem>Automatic local backup of all database changes (Still access to old data after editing the password database if the network connection to the versioning system is not accessible)</enumitem> - <enumitem>No need of a GUI (can be used through a SSH session)</enumitem> - <enumitem>Using only open source software</enumitem> - <enumitem>Running on all *NIX and alike systems</enumitem> - </enumeration> -</content> diff --git a/pwgrep.buetow.org/htdocs/images/1.png b/pwgrep.buetow.org/htdocs/images/1.png Binary files differdeleted file mode 100644 index feb7def..0000000 --- a/pwgrep.buetow.org/htdocs/images/1.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/10.png b/pwgrep.buetow.org/htdocs/images/10.png Binary files differdeleted file mode 100644 index bc10967..0000000 --- a/pwgrep.buetow.org/htdocs/images/10.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/11.png b/pwgrep.buetow.org/htdocs/images/11.png Binary files differdeleted file mode 100644 index 2ea6c2f..0000000 --- a/pwgrep.buetow.org/htdocs/images/11.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/12.png b/pwgrep.buetow.org/htdocs/images/12.png Binary files differdeleted file mode 100644 index 7b78a23..0000000 --- a/pwgrep.buetow.org/htdocs/images/12.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/13.png b/pwgrep.buetow.org/htdocs/images/13.png Binary files differdeleted file mode 100644 index 9130ea5..0000000 --- a/pwgrep.buetow.org/htdocs/images/13.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/2.png b/pwgrep.buetow.org/htdocs/images/2.png Binary files differdeleted file mode 100644 index 71f8888..0000000 --- a/pwgrep.buetow.org/htdocs/images/2.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/3.png b/pwgrep.buetow.org/htdocs/images/3.png Binary files differdeleted file mode 100644 index 19d3dee..0000000 --- a/pwgrep.buetow.org/htdocs/images/3.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/4.png b/pwgrep.buetow.org/htdocs/images/4.png Binary files differdeleted file mode 100644 index 64c3efc..0000000 --- a/pwgrep.buetow.org/htdocs/images/4.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/5.png b/pwgrep.buetow.org/htdocs/images/5.png Binary files differdeleted file mode 100644 index ce406e0..0000000 --- a/pwgrep.buetow.org/htdocs/images/5.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/6.png b/pwgrep.buetow.org/htdocs/images/6.png Binary files differdeleted file mode 100644 index fa51d78..0000000 --- a/pwgrep.buetow.org/htdocs/images/6.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/7.png b/pwgrep.buetow.org/htdocs/images/7.png Binary files differdeleted file mode 100644 index 7aaddd0..0000000 --- a/pwgrep.buetow.org/htdocs/images/7.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/8.png b/pwgrep.buetow.org/htdocs/images/8.png Binary files differdeleted file mode 100644 index e28b6f8..0000000 --- a/pwgrep.buetow.org/htdocs/images/8.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/9.png b/pwgrep.buetow.org/htdocs/images/9.png Binary files differdeleted file mode 100644 index fba2c9a..0000000 --- a/pwgrep.buetow.org/htdocs/images/9.png +++ /dev/null diff --git a/pwgrep.buetow.org/htdocs/images/gnupg.png b/pwgrep.buetow.org/htdocs/images/gnupg.png Binary files differdeleted file mode 100644 index bf8abd5..0000000 --- a/pwgrep.buetow.org/htdocs/images/gnupg.png +++ /dev/null |
