WebGlossary.info
Optimal Asymmetric Encryption Padding
- A padding scheme often used together with RSA encryption. OAEP was introduced in 1994 by Bellare and Rogaway, and subsequently standardized in PKCS#1 v2 and RFC 2437. The OAEP algorithm is a form of Feistel network which uses a pair of random oracles G and H to process the plaintext prior to asymmetric encryption. When combined with any secure trapdoor one-way permutation ƒ, this processing is proved in the random oracle model to result in a combined scheme which is semantically secure under chosen plaintext attack (IND–CPA). When implemented with certain trapdoor permutations (e.g., RSA), OAEP is also proven to be secure against chosen ciphertext attack. OAEP can be used to build an all-or-nothing transform. ← Wikipedia
- Previous term: OPFS
- Next term: Optimization
- Random term: Mipmap