Path: blob/master/RSA-encryption/PKCS1-v1.5-Padded-RSA/README.md
1402 views
RSA Encryption using PKCS#1-v1.5 padding
Prerequisites:
This section covers RSA encryption using PKCS1-v1.5 padding. Padding was introduced in RSA to ensure security against attacks such as cube-root (we introduce padding to ensure the ciphertext wraps around the modulus), Coppersmith's Attack, etc.