summaryrefslogtreecommitdiff
path: root/README
blob: 5fd61258c616fb7a77572285e0e63cc1bb9941e5 (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
27
======================
Simple Password Store
by Jason Donenfeld
   Jason@zx2c4.com
======================

This is a very simple password store that encrypts passwords using gpg and
places the encrypted password in a directory. It can generate new passwords
and keep track of old ones.

Please see the man page for considerable more documentation and examples.

You may read the man page without installing the package by one of these
commands:

- Show it in man:

    $ man ./man/pass.1

- Produce an HTML page:

    $ groff -mandoc -T html ./man/pass.1 > pass-man-page.html

- Produce a PDF document:

    $ groff -mandoc ./man/pass.1 > pass-man-page.ps
    $ ps2pdf pass-man-page.ps
4bd2c4b70c862250&follow=1'>DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14