Hello
This is something specific, we are migrating some process to C#, but there is some Encryt/Decrypt code in PB that we would want to have something similar with c#, could someone tells us how to translate this section? same public/private keys, data...
thanks
lblb_data= inv_CoderObject.Base64decode(as_data)
// Decrypt data using RSA
lblb_decrypt = inv_CrypterObject.AsymmetricDecrypt(RSA!,lblb_data, ab_pvkey) //ab_pvkey = private key in blob variable
ls_text = string(lblb_decrypt, EncodingANSI!)
Regards,
Francisco