mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Document KOpenPGP mitigations
This commit is contained in:
parent
aa4ffbaba5
commit
bfd67abab7
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ class Policy(
|
||||||
AlgorithmSuite.defaultAlgorithmSuite)
|
AlgorithmSuite.defaultAlgorithmSuite)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decide, whether to sanitize public key parameters when unlocking OpenPGP secret keys.
|
* Decide, whether to sanitize public key parameters when unlocking OpenPGP secret keys. OpenPGP
|
||||||
* OpenPGP v4 keys are susceptible to a class of attacks, where an attacker with access
|
* v4 keys are susceptible to a class of attacks, where an attacker with access to the locked
|
||||||
* to the locked key material (e.g. a cloud email provider) might manipulate unprotected
|
* key material (e.g. a cloud email provider) might manipulate unprotected public key parameters
|
||||||
* public key parameters of the key, leading to potential secret key leakage.
|
* of the key, leading to potential secret key leakage.
|
||||||
*
|
*
|
||||||
* @see [Key Overwriting (KO) Attacks against OpenPGP](https://www.kopenpgp.com/)
|
* @see [Key Overwriting (KO) Attacks against OpenPGP](https://www.kopenpgp.com/)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue