Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

qtOpenSsl

Light Qt wrapper for crypto functions provided by OpenSSL

The purpose of the project is (currently) just for me to explore the OpenSSL library functions.

Qt provides access to the hash functions: See QCryptographicHash http://doc.qt.io/qt-5/qcryptographichash.html However, reversible encryption is not covered.