summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-05 18:56:30 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-05 18:56:30 +0200
commit62e4285efb108d122ae8aafafb7dbc3e6029c25b (patch)
treec2bafd91dbc89161cd6141ad3049785fbbe5aca3
parent328eb828d3a05045270f9909939e42e5e75bcbbc (diff)
Added note on Qt4 and MacGPG2
Some rewording done too
-rw-r--r--README.md28
1 files changed, 20 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7d5fb27f..1d0c4655 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,17 @@
-qtpass
+QtPass
======
QtPass is a gui for [pass](http://www.passwordstore.org/)
+Features
+--------
+* Using pass or git and gpg2 directly
+* Configurable shoulder surfing protection options
+* Cross platform: Linux, BSD, OS X and Windows
+* Per-folder user selection for multi recepient encrypton
+
+While QtPass will work with Qt4, currently multi-line editing is restricted to Qt5 only.
+
Security considerations
-----------------------
Using this program will not magically keep your passwords secure against
@@ -28,12 +37,13 @@ attack I can think of at least two options:
Unfortunately I do not know of any WebDAV service with OTP support except ownCloud
(so you would have to run your own server).
-Current state
--------------
-* Using pass or directly with git and gpg2
-* Configurable
-* Cross platform
-* Per-folder user selection
+Planned features
+----------------
+* WebDAV support (configuration)
+* Templates (username, url etc)
+* First use wizards to set up password-store
+* Colour coding folders (possibly disabling folders you can't decrypt)
+* Optional table view of decrypted folder contents
Instalation
-----------
@@ -41,7 +51,9 @@ On most systems all you need is:
`qmake && make && make install`
On MacOsX:
-`qmake && make && macdeployqt QtPass.app -dmg `
+`qmake && make && macdeployqt QtPass.app -dmg`
+
+Currently seems to only work with MacGPG2
Further reading
---------------