Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

is there any alternative of OpenSSL ?

i will highly Appreciate your concern thanks!

I am looking for looking for something on MSDN public private encryption RSA.
But i found OpenSSL on youtube and google. Please help me.

i am having trouble to understand!

Thanks

What I have tried:

Nothing, But something i have tried but not succeed!
Posted
Updated 28-May-16 15:05pm
Comments
Sergey Alexandrovich Kryukov 28-May-16 20:52pm    
OpenSSL is RSA, even though RSA is a part of it. If you need just RSA, try to find RSA implementation.
If you have trouble to understand something, please ask a question related to your concerns.
Sorry, but this is not a software-finding service.

One obvious way to implement RSA is implementing it from scratch, but it would be a lot of work. Anyway, RSA algorithm is fully described. Also, I'm not sure that you need RSA, not some other public-key encryption algorithm. Anyway, you should better learn public-key encryption in general and RSA as one of such algorithms, even if you find ready-to-use implementation.

—SA

1 solution

The explanation about RSA found in the body of the question, if it is what you really mean, shows that the question formulated in the title of the question is incorrect. Besides, it would be good to know why you are asking for alternatives, that is, what's wrong with OpenSSL. Please see my comment to the question.

It's hard to understand what you don't understand, but you really need to understand the subject. So, first of all, please see:
Public-key cryptography — Wikipedia, the free encyclopedia[^] (first of all!),
RSA (cryptosystem) — Wikipedia, the free encyclopedia[^].

Let me reiterate it: this forum is not the code-finding service. What you need to do is: try to understand what you really want and why, learn some basics of cryptography, learn the possibilities cryptography offers and then correct your understanding of what you want. When this is done, you will be more familiar with the terminology, which will help you to perform Web search and find available implementations.

Possible alternatives include cryptlib, Crypto++ and LibRSA:
https://www.cs.auckland.ac.nz/~pgut001/cryptlib[^],
Crypto++ Library 5.6.3 — a Free C++ Class Library of Cryptographic Schemes[^],
https://code.google.com/archive/p/librsa[^].

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900