summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-05 19:16:38 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-05 19:16:38 +0200
commit4a5bd9ab2adbb59f37d1037ba8648bcad5068369 (patch)
tree4928d86736e44d3084de08b539222638ac239537 /README.md
parent1605e3b8ae4e9ef911469abf58a1e97def509d0d (diff)
More spacing and markup
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85bd35fe..75e656a6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
QtPass
======
-QtPass is a gui for [pass](http://www.passwordstore.org/)
+QtPass is a GUI for [pass](http://www.passwordstore.org/)
Features
--------
@@ -16,6 +16,7 @@ Security considerations
-----------------------
Using this program will not magically keep your passwords secure against
compromised computers even if you use it in combination with a smartcard.
+
It does protect future and changed passwords though against anyone with access to
your password store only but not your keys.
Used with a smartcard it also protects against anyone just monitoring/copying
@@ -25,6 +26,7 @@ Once you plug in your smartcard and enter your PIN (or due to CVE-2015-3298
even without your PIN) all your passwords available to the machine can be
decrypted by it, if there is malicious software targeted specifically against
it installed (or at least one that knows how to use a smartcard).
+
To get better protection out of use with a smartcard even against a targeted
attack I can think of at least two options:
* The smartcard must require explicit confirmation for each decryption operation.