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]

Shubham LakhmapurePosted Oct 30, 2023, 5:50 AM
Dear Anant, Will you please share c# code of RSA/ECB/PKCS1Padding.
Anant VernekarPosted Jul 11, 2021, 2:45 AM