syam sundar

syam sundar

  • 1.5k
  • 182
  • 6.4k

RSA/ECB/PKCS1Padding Using C#

Jul 4 2021 7:07 PM

Looking for SymmetricKeyEncrypted 32 Byte String  


   i) Encode the 32 byte (character) key  to base64 format.
   ii) Apply RSA/ECB/PKCS1Padding to encrypt the 32 byte (character) key (after base 64 encoding)

this encryption based on Public Key [pem File]

 


Answers (2)