summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-12 09:44:49 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-12 09:44:49 +0200
commite6a4a987870ca0491abfd0ca857bca0d833360ac (patch)
tree17590c225e597481c91d07ca6d2d5bb1e05c39c1 /README.md
parent84db164acb8c9c460573ef9caa629c325a6504b1 (diff)
GCC warning added
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3888978c..c81bd4fc 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,12 @@ Features
* Configurable shoulder surfing protection options
* Cross platform: Linux, BSD, OS X and Windows
* Per-folder user selection for multi recipient encryption
+* Multiple password store profiles
While QtPass will work with Qt4, currently multi-line editing is restricted to Qt5 only.
+QtPass requires GCC 4.7 or later or any other 2011 ISO C++ standard compliant compiler.
+
Security considerations
-----------------------
Using this program will not magically keep your passwords secure against
@@ -39,13 +42,27 @@ 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).
+Known issues
+------------
+* Filtering (searching) breaks the tree/model sometimes
+* Starting without a correctly set password-store folder give weird results in the tree view
+* On Mac OS X only the gpgtools MacGPG2 version works with passphrase or PIN
+
Planned features
----------------
-* WebDAV support (configuration)
-* Templates (username, url etc)
-* First use wizards to set up password-store
+* Showing path in Add and Edit screen (currently sometimes confusing where I'm adding this password)
+* Right click handlers for file/folder and content
+* First use wizards to set up password-store (and decryption key, currently always the gpg default key)
+* ~~Profiles (to allow use of multiple password stores and decryption keys) with dropdown in main screen~~
+* Password generation with options for what kind you'd like
+* Templates (username, url etc) in Add / Edit screen (configurable templates)
+* Colour coding or disabling of people you can't encrypt for (trust settings) in User management
* Colour coding folders (possibly disabling folders you can't decrypt)
+* Trayicon support
+* WebDAV (configuration) support
* Optional table view of decrypted folder contents
+* Opening of (basic auth) urls in default browser? Possibly with helper plugin for filling out forms?
+* Some other form of remote storage that allows for accountability / auditing (web API to retreive the .gpg files?)
Installation
------------