Updated App Security (markdown)
parent
c3331cc068
commit
c6813461a7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue