GithubHelp home page GithubHelp logo

gerogewood / toolsfx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leon406/toolsfx

0.0 0.0 0.0 5.41 MB

包含编解码,编码转换,加解密, 哈希,MAC,签名,二维码功能,ctf

License: ISC License

Kotlin 99.79% Shell 0.11% Batchfile 0.10%

toolsfx's Introduction

ToolsFx

English|中文

Visitors 👀

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


Function

Encoding

  • base64
  • urlBase64
  • base16/32/36/58/62/85/91/92
  • base58check
  • UrlEncode
  • Unicode
  • binary/octal/decimal/hex
  • custom base serial dict

encode

String Process(eg. Split)

encode_split

Encoding Transfer (not raw data)

  • Transfer

encode

Digest(Hash)

support file, big file which is larger than 8Gi

  • md serial
  • sha1
  • sha2serial
  • sha3
  • SM3
  • RIPEMD
  • whirpool
  • Tiger
  • etc.

hash

MAC

HMAC

  • md serial
  • sha1
  • sha2serial
  • sha3
  • SM3
  • RIPEMD
  • whirpool
  • Tiger
  • etc.

CMAC

  • AESCMAC
  • BLOWFISHCMAC
  • DESCMAC
  • DESEDECMAC
  • SEED-CMAC
  • Shacal-2CMAC
  • SM4-CMAC
  • Threefish-256CMAC / Threefish-512CMAC / Threefish-1024CMAC

GMAC

POLY1305

  • POLY1305
  • POLY1305-AES
  • POLY1305-ARIA
  • POLY1305-CAMELLIA
  • POLY1305-CAST6
  • POLY1305-NOEKEON
  • POLY1305-RC6
  • POLY1305-SEED
  • POLY1305-SERPENT
  • POLY1305-SM4
  • POLY1305-Twofish

Symmetric Crypto(block cipher)

Encrypt Algorithm

  • DES/3DES
  • AES
  • SM4
  • Blowfish
  • Twofish
  • RC2
  • etc.

support mode

  • ECB
  • CBC
  • OFB(n)
  • CFB(n)
  • SIC (also known as CTR)
  • CTS (equivalent to CBC/WithCTS)
  • CCM (AEAD)
  • EAX (AEAD)
  • GCM (AEAD)
  • OCB (AEAD)

support padding scheme

  • No padding
  • PKCS5/7
  • ISO10126/ISO10126-2
  • ISO7816-4/ISO9797-1
  • X9.23/X923
  • TBC
  • ZeroByte
  • withCTS (if used with ECB mode)

sym

Symmetric Crypto (stream cipher)

  • RC4
  • HC128/HC256
  • ChaCha
  • Salsa20
  • XSalsa20
  • VMPC
  • Grainv1
  • Grain128
  • Zuc128
  • Zuc128

Asymmetric Crypto RSA

  • support pkcs1 /pkcs8 key
  • supprot 512/1024/2048/3072/4096 bit
  • support plain text length longer than key size
  • support public key encryt and private key encrypt
  • support openssl pkcs1/pkcs8 privte key format
  • support certification cer file
  • support pem and pk8 format 🆕

sym

public key decrypt hex encoded data

sym

Digital Signature

  • RSA serial
  • DSA
  • ECDSA
  • EC
  • EdDSA(ED448/ED25192)
  • SM2
  • other

Others

  • Qrcode
  • String Process
  • TBD

Features

  • support drag file
  • Symmetirc Crypto support base64/hex encoded key, iv
  • Digest and Symmetirc Crypto support multi files
  • i18n
  • CTF releated
  • PBE
  • module configable,support online url

bouncycastle document

Downloads

github release

gitte mirror(for Chinese user)

download boost https://leon.lanzoui.com/b0d9av2kb code:52pj

Issues, PRs are welcome!!!

Version Choose

  • with jre environment
    • jdk8 choose suffix with jdk8
    • jdk11+ choose suffix with jdk11
  • 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

How to Run

  • Linux/Mac OS double click ToolsFx in directory bin
  • 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

CHANGE LOG

see changelog.md

CREDIT

bouncy castle

tornadofx

badge maker

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

toolsfx's People

Contributors

leon406 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.