he3-app / he3-feedback

He3 App Feedback Forum
https://he3.app
115 stars 2 forks source link

DES 加密解密工具不符合应用场景 #350

Open careylipu opened 10 months ago

careylipu commented 10 months ago

image

DES 解密解密 是需要偏移量的,He3内带的工具无法符合实际需求。请参考以下工具修改。

参考链接 https://www.toolhelper.cn/SymmetricEncryption/DES

zhenweiwang1990 commented 10 months ago

https://github.com/he3-app/tools-example/tree/main/des-decryption https://github.com/he3-app/tools-example/tree/main/des-encryption

这两个工具是开源的,你有兴趣可以给他们增加 offset 的支持。