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.
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.
You could take a look at OpenSSL, libtomcrypt, crypto++. There are many more of them for sure.
As far as I know Boost doesn't cover crypting (yet) but I ask something comparable and CryptLib and OpenSSL were mentioned.