Skip to content
#

decipher

Here are 80 public repositories matching this topic...

GUI-based password/hash cracking tool. Supports both CPU / GPU cracking, built on top of hashcat as a backend, Supports 20+ hash algorithms and five attack modes, including a GPT-2 style model that generates likely password candidates.

  • Updated Aug 31, 2026
  • Python

⚡ A modern, regex-only YouTube signature deciphering library written in Python. Fully dynamic parser – no JavaScript, no execution, no AST. Latest obfuscation fully supported.

  • Updated Jun 30, 2025
  • Python

The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than …

  • Updated Aug 14, 2021
  • C++

Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.

  • Updated Oct 3, 2020
  • Python

Add this topic to your repo

To associate your repository with the decipher topic, visit your repo's landing page and select "manage topics."

Learn more