Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! Is there in Qt in-box solution for encrypting/decrypting text?
No (unless you are OK with toBase64() and fromBase64(), but it is not encryption).
You can use QtCA or OpenSSL.
@sierdzio Such a pain ...
@bogong
Depending on your needed security level, you may be intrested in SimpleCrypt