Khadgar xt
xt pushed to main at xt/ag_toolsbox 2023-07-13 10:26:04 +08:00
c083d6e8e0 doc(crypto):补充当前项目状态。
31198605fb feat(crypto):基本完成3DES加密算法功能。
Compare 2 commits »
xt pushed to main at xt/ag_toolsbox 2023-07-13 08:46:15 +08:00
188a803056 feat(crypto):基本完成DES加密算法。
xt pushed to main at xt/ag_toolsbox 2023-07-13 06:19:03 +08:00
4af28db721 featcrypto):完成AES加密算法功能。
xt pushed to main at xt/ag_toolsbox 2023-07-12 22:55:16 +08:00
5216a57797 feat(encrypt):增加通用的数据填充处理。
xt pushed to main at xt/ag_toolsbox 2023-07-12 22:00:02 +08:00
4229c1a7a5 feat(uuid):完成UUID和短UUID生成功能。
2a2283ec4c feat(hash):增加pHash图像感知哈希算法。
29cebf455c feat(hash):增加系列校验和算法实现。
0cbeaf050e doc(readme):记录当前项目的完成情况。
adba45da11 feat(serialize):基本完成Hex和Base64的编解码。
xt created branch main in xt/ag_toolsbox 2023-07-12 22:00:01 +08:00
xt created repository xt/ag_toolsbox 2023-07-12 21:59:45 +08:00
xt pushed tag 0.1.3 to xt/rs_toolsbox 2023-07-07 13:42:20 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-07 13:42:09 +08:00
51a7a48962 enhance(time):快速调整时区的函数增加泛型支持。
xt pushed tag 0.1.2 to xt/rs_toolsbox 2023-07-04 14:59:41 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-04 14:59:30 +08:00
3f86e75518 enhance(spiral):统一螺旋算法的特性,如果起始位和长度检测失败,则直接返回密文。
xt pushed tag 0.1.1 to xt/rs_toolsbox 2023-07-04 09:12:27 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-04 09:07:16 +08:00
dbcdfc426e fix(hail):尝试修复冰雹算法中可能存在的死锁问题。
xt pushed tag 0.1.0 to xt/rs_toolsbox 2023-07-04 06:00:39 +08:00
xt pushed to master at xt/rs_toolsbox 2023-07-03 22:39:35 +08:00
d1c19355a5 doc:补充一些函数的文档。
xt pushed to master at xt/rs_toolsbox 2023-07-03 22:33:18 +08:00
e6447fdd43 feat(serial):基本完成冰雹ID生成器设计,基本完成全部计划中功能设计。
3f3191fcea feat(utils):增加常用的日期时间函数。
Compare 2 commits »
xt pushed to master at xt/rs_toolsbox 2023-07-03 17:29:05 +08:00
6f20341c85 doc(crypto):修改相应的文档。
xt pushed to master at xt/rs_toolsbox 2023-07-03 17:27:30 +08:00
d9d24dbb54 feat(crypto):增加螺旋自解密加密算法支持函数。
xt pushed to master at xt/rs_toolsbox 2023-07-03 15:45:16 +08:00
9a913b4bf4 feat(rsa):基本完成RSA系列加密算法和签名算法的函数。
xt pushed to master at xt/rs_toolsbox 2023-07-02 17:56:15 +08:00
551209d4f1 feat(crypt):完成3DES加密算法的工具函数。