Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ashutosh1206
GitHub Repository: ashutosh1206/crypton
Path: blob/master/RSA-encryption/PKCS1-v1.5-Padded-RSA/README.md
1402 views

RSA Encryption using PKCS#1-v1.5 padding

Prerequisites:

  1. RSA Encryption/Decryption

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.