ToolsFx icon indicating copy to clipboard operation
ToolsFx copied to clipboard

基于kotlin+tornadoFx的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,大数运算,压缩,二维码功能,ctf等实用功能,支持插件

Results 5 ToolsFx issues
Sort by recently updated
recently updated
newest added

enhancement
feature request

师傅是否能增加jwt的加解密功能呢,测试的时候经常会用到 可以参考这个在线工具:https://cloud.codegen.cc/app/v1.5.1/#/board/ext/view?id=JWTEncoder 或者按照https://jwt.io/ 这个站实现功能也可以 真的很需要这个功能,希望师傅可以添加一下

feature request

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/app-test.yml...

dependency

如有疑问,请不要单独提issue,统一在此issue回复 提问前,请多看几遍README 和 [wiki]( https://github.com/Leon406/ToolsFx/wiki)

question

**ToolsFx版本及构建日期(如v1.15.1.beta2 2022-12-13):** **系统版本及位数(Windows/OSX/ Linux /x86/x64/ arm):** windows10 **Java版本(jdk 1.8.0 x86 oracle/openjdk):** 1.8 **操作步骤(如运行ToolsFx.bat):** 对称加密算法中选择CCM模式, **问题现象(如闪退):** 不能正常得出结论,出错 **报错信息(命令行运行ToolsFx.bat/ToolsFx):** encrypt error: java.security.InvalidAlgorithmParameterException: nonce must have length from 7 to 13 octets at...