Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该主题的基本设置是什么?假设我有一个 QByteArray,我需要用简单的密码对其进行加密。该应用程序必须可移植到 Linux、Windows 和 Mac。我必须在 QT 项目中包含 mcrypt.h 和 mcrypt.c 吗?然后在另一段代码中解密 只是一个非常简单的设置
您可能想查看 Qt Cryptographic Architecture (QCA)
http://delta.affinix.com/qca/
应该做你需要的,是基于 QT 的,并且是跨平台的。