From c6813461a76499c1380fce6b672d0d35a17a1716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 16 Aug 2016 10:04:52 +0200 Subject: [PATCH] Updated App Security (markdown) --- App-Security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App-Security.md b/App-Security.md index f635330..edad0d5 100644 --- a/App-Security.md +++ b/App-Security.md @@ -34,7 +34,7 @@ It is not required cryptographically, but prevents simple stealing of your keys. * In OpenKeychain, go to the main key list -> Overflow menu -> "Export all keys" -> check "Also export secret keys". ### Passphrase Cache -Uses [Passphrase class](https://github.com/open-keychain/open-keychain/blob/development/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/Passphrase.java) to cache passphrases and clear them after timeout from memory +Uses [Passphrase class](https://github.com/open-keychain/open-keychain/blob/master/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/Passphrase.java) to cache passphrases and clear them after timeout from memory #### Attack scenarios Assumption: Attacker somehow can access the device physically.