Home

Awesome

<div align=center><img src="art/tb.png"/></div> <h1 align="center">ToolsFx</h1> <p align="center"> <a href="https://github.com/Leon406/ToolsFx/releases/latest"><img src="https://img.shields.io/github/release/Leon406/ToolsFx.svg"/></a> <a href="https://github.com/Leon406/ToolsFx/actions/workflows/app-test.yml"><img src="https://github.com/Leon406/ToolsFx/actions/workflows/app-test.yml/badge.svg"/></a> <a href="https://github.com/Leon406/ToolsFx/actions/workflows/detekt.yml"><img src="https://github.com/Leon406/ToolsFx/actions/workflows/detekt.yml/badge.svg"/></a> <img src="https://img.shields.io/badge/language-kotlin-orange.svg"/> <a href="changelog.md"><img src="https://img.shields.io/badge/updates-%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97-brightgreen"/></a> <img src="https://img.shields.io/badge/license-ISC-green"/> <img src="https://img.shields.io/github/downloads/Leon406/Toolsfx/total"/> <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RfiFeARrf_XDHsT0_TzwbWPIpxDTCx4Z&jump_from=webapi&authKey=zDsFRjKKhpfstcAP/XouVrrFO7m+vfjU3S7j5ZuXo1SnxTpPKIQyLX2da+bowY1P"><img border="0" src="https://pub.idqqimg.com/wpa/images/group.png" alt="ToolsFx交流群" title="ToolsFx交流群"></a> <a href="https://gitter.im/ToolsFx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/ToolsFx/community.svg"/></a> </p> <p align="center"> <a href="README.md">English</a>|<a href="README-zh.md">中文</a> </p> <h4 align="center">Visitors :eyes:</h4> <p align="center"><img src="https://profile-counter.glitch.me/Leon406_ToolsFx/count.svg" alt="ToolsFx :: Visitor's Count" /> <img width=0 height=0 src="https://profile-counter.glitch.me/Leon406/count.svg" alt="Leon406:: Visitor's Count" /> </p>

Function

Encoding wiki

encode

one key decode

String Process(e.g. Split)

encode_split

Encoding Transfer (not raw data)

encode

Digest(Hash)

support file, big file which is larger than 8Gi

hash

MAC

HMAC

CMAC

GMAC

POLY1305

Symmetric Crypto(block cipher)

Encrypt Algorithm

<details> <summary>support mode</summary> <ul> <li>ECB</li> <li>CBC</li> <li>OFB(n)</li> <li>CFB(n)</li> <li>SIC (also known as CTR)</li> <li>CTS (equivalent to CBC/WithCTS)</li> <li>CCM (AEAD)</li> <li>EAX (AEAD)</li> <li>GCM (AEAD)</li> <li>OCB (AEAD)</li> </ul> </details> <details> <summary>support padding scheme</summary> <ul> <li>No padding</li> <li>PKCS5/7</li> <li>ISO10126/ISO10126-2</li> <li>ISO7816-4/ISO9797-1</li> <li>X9.23/X923</li> <li>TBC</li> <li>ZeroByte</li> <li>withCTS (if used with ECB mode)</li> </ul> </details>

sym

Symmetric Crypto (stream cipher)

Asymmetric Crypto RSA

sym

Digital Signature

Classical Crypto (for CTF)

ctf rsa_nec

PBE

pbe

misc模块

Others

Features

bouncy castle document

Downloads

GitHub release

gitte mirror(for Chinese user)

download boost https://leon.lanzoui.com/b0d9av2kb code:52pj plugin download https://leon.lanzoub.com/b0d9w4cof 提取码:ax63

Issues, PRs are welcome!!!

Version Choose

How to Run

How to Config

When Application is running ,it will generate ToolsFx.properties automatically , just modify the value. Below are the details.

keyvalue
isEnableClassicalClassical module switch,default is false
isEnablePBEPBE module switch,default is false
isEnableSignatureSignature module switch,default is true
isEnableMacMAC module switch,default is true
isEnableSymmetricStreamSymmetric( Stream) module switch,default is true
isEnableQrcodeQrcode module switch,default is true
isEnableInternalWebviewInternal Browser switch,default is false
offlineModeoffline mode, hide online functions,default is false
uiScaleApplication UI scale rate, default is -1
extUrlsInternal Browser favourite urls, spit with comma

PLUGIN

CHANGE LOG

see changelog.md

CREDIT

bouncy castle

tornadofx

JetBrains

badge maker

DONATE

donate (now only support alipay and wechat pay)

Stargazers over time

Stargazers over time

LICENSE

ISC License

Copyright (c) 2021, Leon406

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Go Top