/ctf-utils

From useful utils for CTF

Primary LanguagePythonMIT LicenseMIT

CTF Utils

Crypto Tools

Self Made

  • Caeser Cipher (+ cracker)
  • Vigenere Cipher (+ cracker)
  • Affline Cipher (+ cracker)
  • Columnar Transposition Cipher (+ cracker)
  • Substitution Cipher (use https://www.guballa.de/substitution-solver)
  • Word Substitution Cipher

Info

Kasiski examinations can be stopped with anti-kasiski processing to reduce repeat words by added a character like -

After finding the key length use https://www.dcode.fr/vigenere-cipher

Detect Language: https://www.cortical.io/freetools/detect-language/ (Use assignment 10 from 331 if needed)

License

License: MIT