0

where can i find the openssl/rsa examples as they said in the link
OpenSSL: RSA Encryption/Decryption, key generation & key persistance

Community
  • 1
  • 1
sana
  • 125
  • 5
  • 15

1 Answers1

2

Download source code of OpenSSL and unpack the archive. Look at the directories inside:

  1. [source-dir]/apps
  2. [source-dir]/demos (I especially recommend to look at files in: [source-dir]/maurice)

I hope that helps.

sirgeorge
  • 6,331
  • 1
  • 28
  • 33