Ciphey v5.14 releases: automated decryption tool
Ciphey
Ciphey is an automated decryption tool. 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. It uses a deep neural network with a simple filtration system to approximate what something is encrypted with. And then a custom-built, customizable natural language processing Language Checker Interface, which can detect when the given text becomes plaintext. It can solve most things in about 2 seconds.
Features
- 20+ encryptions supported such as hashes, encodings (binary, base64), and normal encryptions like Caesar cipher, Transposition, and more.
- Deep neural network for targetting the right decryption resulting in decryptions taking less than 3 seconds. If Ciphey cannot decrypt the text, it will use the neural network analysis to give you information on how to decrypt it yourself.
- Custom-built natural language processing module Ciphey can determine whether something is plaintext or not. It has incredibly high accuracy, along with being fast.
- Multi-Language Support at present, only English.
- Supports hashes & encryptions Which the alternatives such as CyberChef do not.
- C++ core Blazingly fast.
Changelog v5.14
What’s Changed
- Updated
__main__
to be smarter (#652) @bee-san - Added linking & description to Cipheys pywhat (#645) @bee-san
- Add click tests & fix greppable bug with
pywhat
(#654) @bee-san - Update pywhat requirement from >=0.2.5,<1.1.0 to >=0.2.5,<1.2.0 (#650) @dependabot
- Remove unnecessary newline (#649) @swanandx
- Update pywhat requirement from ^0.2.5 to >=0.2.5,<1.1.0 (#647) @dependabot
- Remove yaspin and replace it with Rich (#638) @bee-san
Install
python3 -m pip install -U ciphey
Use
Copyright 2020 Brandon Skerritt