Hello to all. I'm really new in openssl.

In my application I will use openssl to encrpypt some password strings
using rsa. I've generated the pair of keys with openssl command line
and now I want to use this pair to crypt and encrypt these strings.

It's really a basic doubt: How can I parse a file with the public key
to a struct which I can use to encrypt the string. Maybe just a
simple_example.c... :-) And also an example about decrypt using the
private key, of course :-)

I'm reading this page:
http://www.openssl.org/docs/crypto/rsa.html
but manuals aren't good to a beginner :-)

Thx and sorry for my bad English :-)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to