How to create EVP_PKEY from public key string in C
I am trying to perform string data encryption in C using OpenSSL with a public key shared with me. I have searched online but I haven’t had much success finding helpful information.
I am trying to perform string data encryption in C using OpenSSL with a public key shared with me. I have searched online but I haven’t had much success finding helpful information.