Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ crypt libraries in boost or any else [closed]

I would like to ask if boost has some libraries useful for crypting tasks.

well if boost does not have such libs I would like to hear what crypt libraries would you recommend.(some widly used libs)

thank you.

like image 831
codekiddy Avatar asked Nov 23 '11 13:11

codekiddy


1 Answers

You could take a look at OpenSSL, libtomcrypt, crypto++. There are many more of them for sure.

like image 134
rsc Avatar answered Sep 20 '22 15:09

rsc