Updated OpenPGP Security (markdown)

Dominik Schürmann 2015-08-03 00:43:21 +02:00
parent 9070be6f97
commit 9ede007606
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@
* If a v4 key is imported with a long key id that already exists in the database, the import is canceled. (see https://github.com/coruus/cooperpair/tree/master/pgpv4 for test keys)
* We never use MD5 for generating signatures
* No verification of signatures with MD5 hashes
* Sensible list of [allowed hash algorithms, symmetric encryption algorithms](https://github.com/open-keychain/open-keychain/blob/development/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpConstants.java)
* Sensible list of [allowed hash algorithms, symmetric encryption algorithms](https://github.com/open-keychain/open-keychain/blob/master/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpConstants.java)
* Sensible key generation defaults: SHA-256 with AES-256 where possible, preferred ciphers up to date
### ToDo?