Updated App Security (markdown)

Dominik Schürmann 2016-08-16 10:04:52 +02:00
parent c3331cc068
commit c6813461a7
1 changed files with 1 additions and 1 deletions

@ -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.