โก Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes โก
Translations
๐ฉ๐ช DE
๐ซ๐ท FR
๐ญ๐บ HU
๐ฎ๐ฉ ID
๐ฎ๐น IT
๐ณ๐ฑ NL
๐ง๐ท PT-BR
๐ท๐บ RU
๐จ๐ณ ZH
๐น๐ญ TH
โก๏ธ
Documentation |
Discord |
Installation Guide
โฌ
๏ธ
Fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.
python3 -m pip install ciphey --upgrade |
docker run -it --rm remnux/ciphey |
sudo port install ciphey |
brew install ciphey |
Linux | Mac OS | Windows |
---|---|---|
Input encrypted text, get the decrypted text back.
โWhat type of encryption?โ
Thatโs the point. You donโt know, you just know itโs possibly encrypted. Ciphey will figure it out for you.
Ciphey can solve most things in 3 seconds or less.
Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography.
If you donโt know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
The technical part. Ciphey uses a custom built artificial intelligence module (AuSearch) with a Cipher Detection Interface to approximate what something is encrypted with. And then a custom-built, customisable natural language processing Language Checker Interface, which can detect when the given text becomes plaintext.
No neural networks or bloated AI here. We only use what is fast and minimal.
And thatโs just the tip of the iceberg. For the full technical explanation, check out our documentation.
Name | โก Ciphey โก | ๐ข CyberChef ๐ข |
---|---|---|
Gif | ||
Time | 2 seconds | 6 seconds |
Setup |
|
|
Note The gifs may load at different times, so one may appear significantly faster than another.
A note on magic CyberChefโs most similar feature to Ciphey is Magic. Magic fails instantly on this input and crashes. The only way we could force CyberChef to compete was to manually define it.
We also tested CyberChef and Ciphey with a 6gb file. Ciphey cracked it in 5 minutes and 54 seconds. CyberChef crashed before it even started.
Name | โก Ciphey โก | ๐ก๏ธ Katana ๐ก๏ธ | ๐ข CyberChef Magic ๐ข |
---|---|---|---|
Advanced Language Checker | โ | โ | โ |
Supports Encryptions | โ | โ | โ |
Releases named after Dystopian themes ๐ | โ | โ | โ |
Supports hashes | โ | โ | โ |
Easy to set up | โ | โ | โ |
Can guess what something is encrypted with | โ | โ | โ |
Created for hackers by hackers | โ | โ | โ |
If youโre having trouble with installing Ciphey, read this.
Installation Guide | Documentation | Discord | Docker Image (from REMnux) |
---|---|---|---|
๐ Installation Guide | ๐ Documentation | ๐ฆ Discord | ๐ Docker Documentation |
There are 3 ways to run Ciphey.
ciphey -f encrypted.txt
ciphey -- "Encrypted input"
ciphey -t "Encrypted input"
To get rid of the progress bars, probability table, and all the noise use the quiet mode.
ciphey -t "encrypted text here" -q
For a full list of arguments, run ciphey --help
.
You can import Cipheyโs main and use it in your own programs and code. from Ciphey.__main__ import main
Ciphey was invented by Bee in 2008, and revived in 2019. Ciphey wouldnโt be where it was today without Cyclic3 - president of UoLโs Cyber Security Society.
Ciphey was revived & recreated by the Cyber Security Society for use in CTFs. If youโre ever in Liverpool, consider giving a talk or sponsoring our events. Email us at [email protected]
to find out more ๐ค
Major Credit to George H for working out how we could use proper algorithms to speed up the search process.
Special thanks to varghalladesign for designing the logo. Check out their other design work!
Donโt be afraid to contribute! We have many, many things you can do to help out. Each of them labelled and easily explained with examples. If youโre trying to contribute but stuck, tag @bee-san โจ
Alternatively, join the Discord group and send a message there (link in contrib file) or at the top of this README as a badge.
Please read the contributing file for exact details on how to contribute โจ
By doing so, youโll get your name added to the README below and get to be apart of an ever-growing project!
The contributions will be used to fund not only the future of Ciphey and its authors, but also Cyber Security Society at the University of Liverpool.
GitHub doesnโt support โsponsor this project and weโll evenly distribute the moneyโ, so pick a link and weโll sort it out on our end ๐ฅฐ
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!