QtCryptoHash:轻量级的Qt C ++库,提供QCryptographicHash不支持的某些加密哈希算法

时间:2024-02-26 08:55:15
【文件属性】:

文件名称:QtCryptoHash:轻量级的Qt C ++库,提供QCryptographicHash不支持的某些加密哈希算法

文件大小:63KB

文件格式:ZIP

更新时间:2024-02-26 08:55:15

hashing c-plus-plus qt cross-platform dll

QtCryptoHash QtCryptoHash是一个Qt C ++库,它提供了一种从Qt库计算QCryptographicHash类不支持的加密哈希的方法。 产品特点 支持Tiger-192 , RipeMD-160和Whirlpool算法 简单的界面,与类相同,但已重命名为 与Qt 5.x一起使用 支持MSVC , MinGW , GCC和Clang 基本用法 字符串哈希计算 # include " qcryptohash.hpp " ... QByteArray stringHash = QCryptoHash::hash( " abc " , QCryptoHash::TIGER


【文件预览】:
QtCryptoHash-master
----.gitignore(803B)
----LICENSE(18KB)
----doc()
--------QCryptoHash.md(3KB)
----common.pri(436B)
----QtCryptoHash.pro(88B)
----README.md(3KB)
----build.py(3KB)
----appveyor.yml(3KB)
----lib()
--------src()
--------include()
--------lib.pro(1KB)
----test()
--------tst_qcryptohash.cpp(5KB)
--------test.pro(433B)

网友评论