Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Botan vs OpenSSL vs Crypto++ for cryptography [closed]

I want to use a cryptography library to implement RSA, DSA and others. Can anyone suggest which is better if you have used it.

like image 334
ashmish2 Avatar asked Jan 06 '11 10:01

ashmish2


1 Answers

Crypto++ and OpenSSL both implement needed functionality, but, I think crypto++ will be easier to use since it has less code.

like image 136
Nickolay Olshevsky Avatar answered Nov 13 '22 12:11

Nickolay Olshevsky