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.tar.gz (6.2 MB view details)

Uploaded Source

Built Distributions

Ciphey-3.8-py3.8.egg (6.2 MB view details)

Uploaded Egg

Ciphey-3.8-py3-none-any.whl (6.2 MB view details)

Uploaded Python 3

File details

Details for the file Ciphey-3.8.tar.gz.

File metadata

  • Download URL: Ciphey-3.8.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for Ciphey-3.8.tar.gz
Algorithm Hash digest
SHA256 e4434b93dff184b2532a896ccf640a22b424d07a302299913d5763b9b685b222
MD5 9b19a7afac5e9a8405bfba771fabdb82
BLAKE2b-256 4b093654589b32e381ad23d0db0a34abe9210023ebd593921aabd31fa5128c38

See more details on using hashes here.

File details

Details for the file Ciphey-3.8-py3.8.egg.

File metadata

  • Download URL: Ciphey-3.8-py3.8.egg
  • Upload date:
  • Size: 6.2 MB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for Ciphey-3.8-py3.8.egg
Algorithm Hash digest
SHA256 0e85439f088fe3942bb05e9af31465fba27588694ec5c6b49fe28e74ec717d99
MD5 70509900182e0ad36e174aa3a2dc866a
BLAKE2b-256 0ed86a89b54a913957d330b099bf56f676d2177b6ae034c21a7a2bc37e5520e5

See more details on using hashes here.

File details

Details for the file Ciphey-3.8-py3-none-any.whl.

File metadata

  • Download URL: Ciphey-3.8-py3-none-any.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for Ciphey-3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 85323fe9828678696f270b9020140c4d8587d5b5db0bf15fc785d0f66de316f8
MD5 75be3d8802228def90111f7fd0ec79ce
BLAKE2b-256 9033f352134f64f29c2117d80c94d5ac6ea9faba4a3544205907784ae100c5c1

See more details on using hashes here.

Supported by

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