Hi, I need help on how to do RSA encryption using Openssl in C language. Is there a code snippet on how to do this? Also, how do I extract or get the key from RSA_generate_key_ex()? Is the key generated from this function a private/public key
Thanks, Adrian