CoBreak
This script was made by Breaker
The CoBreak script is an cipher and cryptography tool made with the purpose of facilitating the encryption of data or others, it includes parameters to brute force the hashes through dictionaries
GitHub Stats
Installation
Cipher
- Base64
- Base32
- Base16
- Ascii85
- Cesar
- Binaries
hashes
- MD4
- MD5
- SHA-1
- SHA-224
- SHA-256
- SHA-384
- SHA-512
- RIPEMD-160 ### Installation in termux
$ apt update
$ apt upgrade
$ apt install git
$ apt install ruby
$ git clone https://github.com/BreakerBox/CoBreak.git/
$ cd CoBreak
$ bundle install
$ ruby CoBreak.rb --help
Installation in others
$ git clone https://github.com/BreakerBox/CoBreak.git/
$ cd CoBreak
$ bundle install
$ ruby CoBreak --help
Version
CoBreak
Ruby
License
This project is licensed under the (GNU GENERAL PUBLIC LICENSE) - see the LICENSE file for details