Packages and Binaries:

python3-ciphey

Automated decryption/decoding/cracking tool (Python 3)
This package contains a fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.

This package installs the library for Python 3.

Installed size: 289 KB
How to install: sudo apt install python3-ciphey

Dependencies:
  • pylint
  • python3
  • python3-base58
  • python3-base62
  • python3-base91
  • python3-cipheycore
  • python3-cipheydists
  • python3-click
  • python3-flake8
  • python3-loguru
  • python3-mock
  • python3-platformdirs
  • python3-pywhat
  • python3-rich
  • python3-yaml
ciphey
root@kali:~# ciphey --help
Usage: ciphey [OPTIONS] [TEXT_STDIN]

  Ciphey - Automated Decryption Tool

  Documentation: https://github.com/Ciphey/Ciphey/wiki

  Discord (support here, we're online most of the day):
  https://discord.ciphey.online/

  GitHub: https://github.com/ciphey/ciphey

  Ciphey is an automated decryption tool using smart artificial intelligence
  and natural language processing. Input encrypted text, get the decrypted
  text back.

  Examples:

      Basic Usage: ciphey -t "aGVsbG8gbXkgbmFtZSBpcyBiZWU="

Options:
  -t, --text TEXT            The ciphertext you want to decrypt.
  -q, --quiet                Decrease verbosity
  -g, --greppable            Only print the answer (useful for grep)
  -v, --verbose
  -C, --checker TEXT         Use the given checker
  -c, --config TEXT          Uses the given config file. Defaults to
                             platformdirs.user_config_dir('ciphey',
                             'ciphey')/'config.yml'
  -w, --wordlist TEXT        Uses the given wordlist
  -p, --param TEXT           Passes a parameter to the language checker
  -l, --list-params BOOLEAN  List the parameters of the selected module
  --searcher TEXT            Select the searching algorithm to use
  -b, --bytes                Forces ciphey to use binary mode for the input
  --default-dist TEXT        Sets the default character/byte distribution
  -m, --module PATH          Adds a module from the given path
  -A, --appdirs              Print the location of where Ciphey wants the
                             settings file to be
  -f, --file FILENAME
  --help                     Show this message and exit.



Updated on: 2026-Sep-03