D
D
DarkByte20152016-11-04 13:01:28
Qt
DarkByte2015, 2016-11-04 13:01:28

How to implement encryption?

Does Qt have built-in encryption capabilities? If not, what libraries can you recommend that can be used in C ++ that implement the encryption capability. They are primarily interested in AES 256 and 128, but maybe some other modern algorithms.
P.S. Or maybe there is something in stl at all? Well, or in boost ...
upd. I found it myself soon after. Crypto++ seems to be what you need.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2017-05-19
@DarkByte2015

Crypto++ everything is there including SSL and PKI :)
If you need something simpler - then the TomCrypt library https://github.com/libtom/libtomcrypt
has AES for all modes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question