All Projects → ffffffff0x → CryptionTool

ffffffff0x / CryptionTool

Licence: MIT license
一个CTF+渗透测试工具框架,集成常见加解密,密码、编码转换,端口扫描,字符处理等功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CryptionTool

haiti
🔑 Hash type identifier (CLI & lib)
Stars: ✭ 287 (+362.9%)
Mutual labels:  hash, ctf, ctf-tools
BerylEnigma
一个为渗透测试与CTF而制作的工具集,主要实现一些加解密的功能。
Stars: ✭ 329 (+430.65%)
Mutual labels:  crypto, ctf, ctf-tools
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (+770.97%)
Mutual labels:  hash, ctf, ctf-tools
Crypto
封装多种CTF和平时常见加密及编码C#类库
Stars: ✭ 20 (-67.74%)
Mutual labels:  crypto, ctf, ctf-tools
TomatoTools
TomatoTools 一款CTF杂项利器,支持36种常见编码和密码算法的加密和解密,31种密文的分析和识别,支持自动提取flag,自定义插件等。
Stars: ✭ 66 (+6.45%)
Mutual labels:  crypto, ctf, ctf-tools
Crypton
Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
Stars: ✭ 995 (+1504.84%)
Mutual labels:  crypto, ctf, ctf-tools
axion
A toolkit for CTFs
Stars: ✭ 15 (-75.81%)
Mutual labels:  ctf, ctf-tools
Libchaos
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines). 🔬
Stars: ✭ 1,619 (+2511.29%)
Mutual labels:  crypto, hash
Bcrypt
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
Stars: ✭ 207 (+233.87%)
Mutual labels:  crypto, hash
xeca
PowerShell payload generator
Stars: ✭ 103 (+66.13%)
Mutual labels:  ctf, ctf-tools
Write Ups
📚 VoidHack CTF write-ups
Stars: ✭ 45 (-27.42%)
Mutual labels:  crypto, ctf
Ctf All In One
CTF竞赛权威指南
Stars: ✭ 2,807 (+4427.42%)
Mutual labels:  crypto, ctf
jerseyctf-2021-challenges
JerseyCTF 2021
Stars: ✭ 22 (-64.52%)
Mutual labels:  ctf, ctf-tools
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (+98.39%)
Mutual labels:  crypto, hash
2018 Qwb Ctf
2018强网杯CTF___题目整理
Stars: ✭ 106 (+70.97%)
Mutual labels:  crypto, ctf
Crypto Async
Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
Stars: ✭ 161 (+159.68%)
Mutual labels:  crypto, hash
Siphash Js
A Javascript implementation of SipHash-2-4
Stars: ✭ 90 (+45.16%)
Mutual labels:  crypto, hash
Nsec
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
Stars: ✭ 217 (+250%)
Mutual labels:  crypto, hash
CTF-CryptoTool
CTF-CryptoTool is a tool written in python, for breaking crypto text of CTF challenges. It tries to decode the cipher by bruteforcing it with all known cipher decoding methods easily. Also works for the cipher which does not have a key.
Stars: ✭ 38 (-38.71%)
Mutual labels:  ctf, ctf-tools
kar98k public
pwn & ctf tools for windows
Stars: ✭ 24 (-61.29%)
Mutual labels:  ctf, ctf-tools

本软件正在使用新UI框架重制,项目地址为https://github.com/RyuZUSUNC/BerylEnigma 欢迎提供建议与意见。

简介: 一个CTF+渗透测试工具框架,主要实现功能在加解密和编码这块,在软件使用过程中发现问题或建议欢迎提交 issue.

请使用JDK版本8及以上的JDK运行本软件

本软件使用Java 8编写,双击即可启用

不定期更新


目前支持的功能

工具

  • 网络工具
    • Port Scan(端口扫描)
    • WebDirectory Scan(WDB目录扫描)
  • 文本处理
    • Case Convert(大小写转换)
    • Text Replace(文字替换)
    • Text Separate(文本分隔)

加解密/编解码

  • 现代
    • 认证
      • NTLM-HASH
      • JWT
    • AES(Test)
    • Hash
      • MD5
      • MD5-16
      • MD2
      • MD4
      • SHA-1
      • SHA-224
      • SHA-256
      • SHA-384
      • SHA-512
    • SM3
    • SM4
  • 古典
    • Atabash(埃特巴什码)
    • ROT13
    • Rail Fence(栅栏密码)
    • Vigenere(维吉尼亚密码)
  • 编码
    • ASCII
    • Base64
    • Base Conversion
    • Base Conversion 2(以分割符为界一次转换多个)
    • HEX
    • HTML Character Entity
    • Morse Code
    • URL
    • Unicode

待实现...

  • DES,3DES
  • SM2
  • LM
  • 更多的文本处理

界面展示


免责声明

本人编写的工具,仅供学习和研究使用,请勿使用文中的技术源码用于非法用途,任何人造成的任何负面影响,与本人无关.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].