From cd2ee5fbc7580d116ab3e20949894a83912d662d Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 12 May 2015 09:44:49 +0200 Subject: GCC warning added --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'README.md') 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 ------------ -- cgit v1.2.3