summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-05 19:02:43 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-05 19:02:43 +0200
commit976216e292b4c2a98afd4651d079a3ae442aff10 (patch)
tree5c58d00080d87a5fef20e3527c2a3bf5fd7a90bd
parentb5504332acc3f91f9399b1f47a50c6756af18dec (diff)
parent62e4285efb108d122ae8aafafb7dbc3e6029c25b (diff)
Merge branch 'master' into develop
-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
---------------