aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 7910df0ea6c78e0e88db6296ff059497d491b0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LockPassword - a simple terminal password manager, using GnuPG to encrypt passwords.

Project page in world wide web: http://git.joursoir.net/lock-password/

Please see the man page for documentation and examples.

Dependencies:
* GnuPG
  https://www.gnupg.org/
* GPGME
  https://www.gnupg.org/software/gpgme/

=== TO-DO LIST ===

Feel free to sumbit patches.

* Track password changes using git: https://libgit2.org/
* Re-encrypt passwords when GPG key is changed.
* Refactor tree-printing routine.
* Use Wayland library to copy text to the clipboard (currently `wl-copy` application is used).
* Make `liblpass` which contains functions for interacting with the password manager.
* Add support for MinGW and other systems.