summaryrefslogtreecommitdiff
path: root/pwgrep.buetow.org/content/home.xml
blob: 7ea0bf109b0980071885315cf61e1d4fbd206620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>
  <text>
    <noop>If you wanna stay in touch please </noop>
    <namedlink href="http://freecode.com/projects/pwgrep">subscribe via freecode.</namedlink>
  </text>
</content>