# ToolsFx **Repository Path**: wl606/ToolsFx ## Basic Information - **Project Name**: ToolsFx - **Description**: No description available - **Primary Language**: Kotlin - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-05-02 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

ToolsFx

English|中文

Visitors :eyes:

ToolsFx :: Visitor's Count Leon406:: Visitor's Count

------ ## Function ### Encoding - [x] base64 - [x] urlBase64 - [x] base16/32/36/45/58/62/85/91/92/100 - [x] base58check - [x] UrlEncode - [x] Unicode - [x] js hex(\x61)/js octal(\140) - [x] binary/octal/decimal/hex - [x] custom base serial dict - [x] puny code - [x] quote printable - [x] uuEncode - [x] xxEncode - [x] escape/escapeAll ![encode](./art/encode.gif) **String Process(e.g. Split)** ![encode_split](./art/encode_split.gif) ### Encoding Transfer (not raw data) - [x] Transfer ![encode](./art/encode_transfer.gif) ### Digest(Hash) support file, big file which is larger than 8Gi - [x] md serial - [x] sha1 - [x] sha2serial - [x] sha3 - [x] SM3 - [x] RIPEMD - [x] whirlpool - [x] Tiger - [x] etc. ![hash](./art/hash.gif) ### MAC #### HMAC - [x] md serial - [x] sha1 - [x] sha2serial - [x] sha3 - [x] SM3 - [x] RIPEMD - [x] whirpool - [x] Tiger - [x] etc. #### CMAC - [x] AESCMAC - [x] BLOWFISHCMAC - [x] DESCMAC - [x] DESEDECMAC - [x] SEED-CMAC - [x] Shacal-2CMAC - [x] SM4-CMAC - [x] Three-fish-256CMAC / Three-fish-512CMAC / Three-fish-1024CMAC #### GMAC #### POLY1305 - [x] POLY1305 - [x] POLY1305-AES - [x] POLY1305-ARIA - [x] POLY1305-CAMELLIA - [x] POLY1305-CAST6 - [x] POLY1305-NOEKEON - [x] POLY1305-RC6 - [x] POLY1305-SEED - [x] POLY1305-SERPENT - [x] POLY1305-SM4 - [x] POLY1305-Twofish ### Symmetric Crypto(block cipher) #### Encrypt Algorithm - [x] DES/3DES - [x] AES - [x] SM4 - [x] Blowfish - [x] Twofish - [x] RC2 - [x] etc.
support mode
support padding scheme
![sym](./art/sym.gif) ### Symmetric Crypto (stream cipher) - [x] RC4 - [x] HC128/HC256 - [x] ChaCha/ChaCha20/ChaCha20-Poly1305 - [x] Salsa20 - [x] XSalsa20 - [x] VMPC - [x] Grain v1 - [x] Grain128 - [x] Zuc128 ### Asymmetric Crypto RSA - [x] support pkcs1 /pkcs8 key - [x] support 512/1024/2048/3072/4096 bit - [x] support plain text length longer than key size - [x] support public key encrypt and private key encrypt - [x] support openssl pkcs1/pkcs8 private key format - [x] support certification cer file - [x] support pem and pk8 format :new: ![sym](./art/asy.gif) ### Digital Signature - [x] RSA serial - [x] DSA - [x] ECDSA - [x] EC - [x] EdDSA(ED448/ED25192) - [x] SM2 - [ ] other ### Classical Crypto (for CTF) - [x] caesar - [x] rot5/rot13/rot18/rot47 - [x] affine - [x] virgenene - [x] atbash - [x] morse - [x] qwe keyboard - [x] polybius - [x] bacon 24/bacon 26 - [x] one time pad - [x] socialist core value - [x] ADFGX/ADFGVX - [x] Auto Key - [x] rail-fence normal /rail-fence w-type - [x] playfair - [x] brainfuck/troll/ook - [x] Braille - [x] alphabet index - [x] 01248 - [x] BubbleBabble - [x] Element Periodic Table - [x] PawnShop Cipher - [x] Handy code - [x] Beaufort - [x] Porta Cipher - [x] Bifid/Trifid/FourSquare Cipher - [x] Gronsfeld Cipher - [x] Gray code - [x] Buddha Says(佛曰) - [x] Hill Cipher - [x] 新佛曰/兽曰/熊曰(online) - [x] rabbit - [x] aaencode/jjencode ![ctf](./art/ctf.gif) ### PBE ![pbe](./art/pbe.gif) ### Others - [x] Qrcode/OCR - [x] String Process - [x] Big Integer Calculator - [ ] TBD ### Features - [x] support drag file - [x] Symmetric Crypto support base64/hex encoded key, iv - [x] Digest and Symmetric Crypto support multi files - [x] i18n - [x] CTF related - [x] PBE - [x] module configurable,support online url [bouncy castle document](https://www.bouncycastle.org/specifications.html) ## Downloads [GitHub release](https://github.com/Leon406/ToolsFx/releases) [gitte mirror(for Chinese user)](https://gitee.com/LeonShih/ToolsFx) download boost https://leon.lanzoui.com/b0d9av2kb code:52pj plugin download https://leon.lanzoub.com/b0d9w4cof 提取码:ax63 ### Issues, PRs are welcome!!! ## Version Choose - with jre environment - jdk8 choose suffix with jdk8 - jdk11+ choose suffix with jdk11 & also need to config javafx environment - w/o jre environment(Windows user only) - 64bit Windows x64 (jre11) - 32/64bit Windows x86 (jre8,have no idea, choose this) - beta (jar file) copy jar file to lib directory and delete ToolsFx-xxx.jar or app-xx.jar ## How to Run - Linux/macOS double-click ToolsFx in root directory - Windows double-click ToolsFx.bat or vbs file(remove black command window) ## How to Config When Application is running ,it will generate ToolsFx.properties automatically , just modify the value. Below are the details. | key | value | | ----------------------- | ------------------------------------------------- | | isEnableClassical | Classical module switch,default is false | | isEnablePBE | PBE module switch,default is false | | isEnableSignature | Signature module switch,default is true | | isEnableMac | MAC module switch,default is true | | isEnableSymmetricStream | Symmetric( Stream) module switch,default is true | | isEnableQrcode | Qrcode module switch,default is true | | isEnableInternalWebview | Internal Browser switch,default is false | | extUrls | Internal Browser favourite urls, spit with comma | ## [PLUGIN](README-plugin.md) - ApiPost Network Debug Tools ## CHANGE LOG see [changelog.md](changelog.md) ## CREDIT [bouncy castle](https://github.com/bcgit/bc-java) [tornadofx](https://github.com/edvin/tornadofx) [badge maker](https://shields.io/) ## Stargazers over time [![Stargazers over time](https://starchart.cc/Leon406/ToolsFx.svg)](https://starchart.cc/Leon406/ToolsFx) ## 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](#top)