Awesome
<p align="center"> <img src="./assets/img/BE_Banner.png" width="70%"> </p> <p align="center"> <a href="https://github.com/ffffffff0x/BerylEnigma/releases/latest"><img src="https://img.shields.io/github/v/release/ffffffff0x/BerylEnigma"/></a> <img src="https://img.shields.io/github/license/ffffffff0x/BerylEnigma" /> <img src="https://img.shields.io/github/downloads/ffffffff0x/BerylEnigma/total" /> <img src="https://img.shields.io/github/languages/top/ffffffff0x/BerylEnigma?color=%23ac6a30" /> </p> <p align="center"> <a href="README.md">English</a> | <a href="README-zh.md">中文</a> </p>Description
A CTF + penetration testing toolkit, mainly to achieve some common encryption and coding functions, in the process of using the software found problems or suggestions are welcome to submit issues and also welcome to submit new feature requirements.
Software is developed based on JDK17, using the JAVAFX UI framework and the JFoenixUI component architecture. See the development documentation for details.
The Beryl (['berəl])
in the name is the name of a gem/mineral and Enigma ([ɪ'nɪɡmə])
has the meaning of an enigma and also refers to a cipher machine.
View
<p align="center"> <img src="assets/img/03-en.png" width="48%"> <img src="assets/img/04-en.png" width="48%"> <img src="assets/img/01-en.png" width="48%"> <img src="assets/img/02-en.png" width="48%"> </p>Download
Visit releases
MAC users should place it in the application path to load bcprov's package
FAQ
Some older versions of macOS may not work
Q: in macOS, You may encounter "XXX is corrupted and cannot be opened..."
A: You can try changing Settings -> Privacy & Security -> Security -> Allow programs downloaded from to Any source.
Package
- Install and configure JDK17 and Maven environment on your computer
- Clone ffffffff0x/BerylEnigma project
- Run the packaging script for the corresponding system in the
jpackage
directory - The packaged software folder is stored in the
target
directory
Function
Encryption/Decoding
- Modern
- Authentication
- HTLM-hash
- JWT
- SymmetricCipher
- BlockCipher
- hash
- HMAC
- Authentication
- Classical
- ROT13
- FenceCode
- Atbash
- Vigenre
- CaesarCode
- Coding
- URL
- ASCII
- BaseEncoding
- Base64
- Base16
- Base32
- Base58
- Base62
- Base85
- Base91
- Base92
- BrainFuck
- HEX
- HTML entity encoding
- Unicode
- MorseCode
- Mathematical binary conversion
TextModify
- TextReplace
- TextSeparate
- CaseConvert
- LineSplicing
RedTeam
- TargetFinishing
- DomainSplit
- ReverseShellGenerator
- PayloadConverter
Practical
- MoneyConvert(chinese)
- TimeStamp
ImageTools
- PixelReplacement
- QRCode
To-Do List
- RedTeam - Target Generation
- RedTeam - Dictionary Generation
- UI - Number of input characters
- Code - Global Events
- Function - History
- Function - Select Language (now is auto)
- TextEdit - MessyCodeRecovery
Disclaimer11s
All files in this project are for study and research purposes only, please do not use the files in the project for illegal purposes, and any negative impact caused by anyone is not my responsibility.
Special Thanks
Special thanks to JetBrains for their support to this project.