Skip to content

Library written in Python to crypt, decrypt and crack messages using various ciphers.

License

Notifications You must be signed in to change notification settings

mathieubrd/starcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library written in Python to crypt, decrypt and crack messages using various ciphers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages