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/home.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pwgrep.buetow.org/content/home.xml (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml new file mode 100644 index 0000000..68399f1 --- /dev/null +++ b/pwgrep.buetow.org/content/home.xml @@ -0,0 +1,27 @@ + + + pwgrep + Managing passwords... + + + 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: + + + Encryption of all the passwords. + Versioning of all the passwords. No loss of old passwords. + 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. + The versioning system to use can be configured (Subversion by default) + Besides of passwords, pwgrep can also be used for storing a collection of files like certificates + 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) + Automatic local backup of all database changes (Still access to old data after editing the password database and the network connection to the versioning system is not accessible) + No need of a GUI (can be used through a SSH session) + Using only open source software + Running on all *NIX and alike systems + Very easy and straight forward to use + + + If you wanna stay in touch please + subscribe via freecode. + + + -- cgit v1.2.3 From 3e48337c7fcb4c1cbb7f54a14858147dbcf0f89e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 23 Mar 2013 22:27:29 +0100 Subject: quick commit --- pwgrep.buetow.org/content/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index 68399f1..b688b81 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -10,7 +10,7 @@ Encryption of all the passwords. Versioning of all the passwords. No loss of old passwords. 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. - The versioning system to use can be configured (Subversion by default) + The versioning system to use can be configured (Git by default) Besides of passwords, pwgrep can also be used for storing a collection of files like certificates 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) Automatic local backup of all database changes (Still access to old data after editing the password database and the network connection to the versioning system is not accessible) -- cgit v1.2.3 From d8ff2f6ac838bcb3b3399e8d449d93b723ff3583 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Jul 2013 21:23:38 +0200 Subject: foo --- pwgrep.buetow.org/content/home.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index b688b81..dcefb4d 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -13,11 +13,10 @@ The versioning system to use can be configured (Git by default) Besides of passwords, pwgrep can also be used for storing a collection of files like certificates 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) - Automatic local backup of all database changes (Still access to old data after editing the password database and the network connection to the versioning system is not accessible) + 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) No need of a GUI (can be used through a SSH session) Using only open source software Running on all *NIX and alike systems - Very easy and straight forward to use If you wanna stay in touch please -- cgit v1.2.3 From a49808a3db65f62d9aa240ba29cd211dac676c3f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:29:02 +0200 Subject: fix --- pwgrep.buetow.org/content/home.xml | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index dcefb4d..7ea0bf1 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -1,26 +1,26 @@ - pwgrep - Managing passwords... - - - 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: - - - Encryption of all the passwords. - Versioning of all the passwords. No loss of old passwords. - 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. - The versioning system to use can be configured (Git by default) - Besides of passwords, pwgrep can also be used for storing a collection of files like certificates - 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) - 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) - No need of a GUI (can be used through a SSH session) - Using only open source software - Running on all *NIX and alike systems - - - If you wanna stay in touch please - subscribe via freecode. - + pwgrep + Managing passwords... + + + 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: + + + Encryption of all the passwords. + Versioning of all the passwords. No loss of old passwords. + 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. + The versioning system to use can be configured (Git by default) + Besides of passwords, pwgrep can also be used for storing a collection of files like certificates + 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) + 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) + No need of a GUI (can be used through a SSH session) + Using only open source software + Running on all *NIX and alike systems + + + If you wanna stay in touch please + subscribe via freecode. + -- 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 --- pwgrep.buetow.org/content/home.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index 7ea0bf1..ae1e9ad 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -1,9 +1,9 @@ - + pwgrep Managing passwords... - + 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: @@ -23,4 +23,3 @@ subscribe via freecode. - -- cgit v1.2.3 From af9b789320a1913afa4821defb11a53f9c49db89 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sat, 26 Apr 2014 21:06:10 +0200 Subject: Best of all is never to have been born. Second best is to die soon. --- pwgrep.buetow.org/content/home.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index ae1e9ad..3ae486e 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -2,6 +2,14 @@ pwgrep Managing passwords... + + + Important notice: + The development of pwgrep has been stalled. You may use another password manager like Keepass with kpcli. Go to + http://dev.buetow.org + for other projects of mine. + + 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: -- cgit v1.2.3 From 926bc98bfb6ff456efd7483dfa8cf043cffc7035 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 10:58:45 +0200 Subject: remove references to freshmeat aka freecode --- pwgrep.buetow.org/content/home.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pwgrep.buetow.org/content/home.xml') diff --git a/pwgrep.buetow.org/content/home.xml b/pwgrep.buetow.org/content/home.xml index 3ae486e..e15b6d3 100644 --- a/pwgrep.buetow.org/content/home.xml +++ b/pwgrep.buetow.org/content/home.xml @@ -26,8 +26,4 @@ Using only open source software Running on all *NIX and alike systems - - If you wanna stay in touch please - subscribe via freecode. - -- cgit v1.2.3