S
S
Sergey Savostin2014-09-05 17:32:03
Qt
Sergey Savostin, 2014-09-05 17:32:03

Is there an easy way to add the ability to encrypt/decrypt a string using AES to a Qt application?

We need something extremely simple and light, preferably without tambourines and statically assembled under MacOS, Win and Linux.
TinyAES is an ideal option, but it looks like it's full of holes and without a tambourine is only assembled under Win. It also builds under MacOs, but when executing (!) The code throws out so many errors that I can’t figure it out.
Crypto++ monster is still the same. I did not find a way to pull out only AES from there.
OpenSSL is also a monster.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2014-09-05
@Taraflex

Some of my shit code based on rsdn.ru/forum/src/2477194.1
https://yadi.sk/d/PuLUjKRpb7Jve needs editing

E
EXL, 2014-09-06
@EXL

You can also see QCA .
And here is the code on StackOverflow using Crypto++.
But the truth is, these are all cumbersome decisions. Therefore, only your own crutches or tearing out the necessary files from libraries, which is not buzzing.

I
Ighor July, 2014-12-10
@IGHOR

For me it's easier to use OpenSSL.
You can peek at the code from my Qt Bitcoin Trader project

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question