Showing
1 changed file
with
15 additions
and
2 deletions
... | ... | @@ -25,8 +25,21 @@ really wanted my credentials stored in a way that I can access them |
25 | 25 | without clicking to some kind of GUI. |
26 | 26 | |
27 | 27 | Also these tools don't use a GUI they rely on an running X server instance |
28 | -because password values are copied into the X clipboard via xclip. For | |
29 | -more dependencies look under [DEPENDENCIES](#DEPENDENCIES). | |
28 | +because password values are copied into the X clipboard via | |
29 | +[xclip](https://github.com/astrand/xclip). The data will be encrypted with | |
30 | +[GnuPG](https://www.gnupg.org/) using my private key. Usually my credentials | |
31 | +for that key are already cached within a running **gpg-agent** instance. | |
32 | +The storage backend is an [SQLite](https://www.sqlite.org/) (>= 3.6.19) | |
33 | +database. The default database file to use can be set with the | |
34 | +**AMNGRDB** environment variable and the GnuPG recipient should be set | |
35 | +in the **AMNGRID** environment variable. (See [OPTIONS](#options)) | |
36 | + | |
37 | +After downloading this either via git clone or as an archive just do | |
38 | +a *make install*. This will install all files under the */usr* **PREFIX**. | |
39 | +If you want to install somewhere else just do | |
40 | +*PREFIX=/path/to/go make install*. | |
41 | + | |
42 | +For usage see [DESCRIPTION](#description). | |
30 | 43 | |
31 | 44 | ## NAME |
32 | 45 | ... | ... |
Please
register
or
login
to post a comment