Skip to main content

Automated decryption tool using machine learning & common sense

Project description

Ciphey

Ciphey Ciphey PyPI - Downloads

What is this?

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.

Ciphey uses a deep neural network to guess what something is encrypted with, and then a custom built natural language processing module to determine the output.

Ciphey can solve most things in under 3 seconds. asciicast

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, Ciphey 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 an 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.

Getting Started

Installation

Pip

pip3 install ciphey

ciphey -t "encrypted text here" To run ciphey.

Cloning from GitHub

git clone https://github.com/brandonskerritt/ciphey cd ciphey && python3 ciphey -t "encrypted text here"``` To run ciphey

Running Ciphey

To get rid of the progress bars, probability table, and all the noise use the grep mode. ciphey -t "encrypted text here" -g For a full list of arguments, run ciphey -h.

It is also possible to pipe data into Ciphey, or to use Ciphey like ciphey 'encrypted text here'

Importing Ciphey

You can import Ciphey's main and use it in your own programs and code. This is feature is expected to expand in the next version.

FAQ

Click to expand!

Curious about the neural network or language checker?

  • The documentation is your friend at /docs

The Internal Data packet

  • Passed around in the program, it is {"lc": self.lc, "IsPlaintext?": True, "Plaintext": translated, "Cipher": "Caesar", "Extra Information": "The rotation used is {counter}"}

What new features were added?

Contributors

Contributing

Please read the contributing file.

Code Contributors

Cyclic3

Financial Contributors

iOS, iOS Filled and other icons by Icons8

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Ciphey-3.8.2.tar.gz (6.2 MB view hashes)

Uploaded Source

Built Distribution

Ciphey-3.8.2-py3-none-any.whl (6.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page