Updated OpenPGP Security (markdown)
parent
9070be6f97
commit
9ede007606
|
@ -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)
|
* 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
|
* We never use MD5 for generating signatures
|
||||||
* No verification of signatures with MD5 hashes
|
* 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
|
* Sensible key generation defaults: SHA-256 with AES-256 where possible, preferred ciphers up to date
|
||||||
|
|
||||||
### ToDo?
|
### ToDo?
|
||||||
|
|
Loading…
Reference in New Issue