Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 413 Bytes

File metadata and controls

15 lines (12 loc) · 413 Bytes

Starcipher

Library written in Python to crypt, decrypt and crack messages using various ciphers. Starcipher supports custom dictionnaries and works with the ASCII table.

This project is licensed under the terms of the MIT license.

Supported ciphers

  • Caesar
  • Vigenère
  • Affine

Supported cracking methods

  • Caesar: brute-force
  • Vigenère: the Kasiski examination
  • Affine: brute-force