Skip to content

schumannd/monocrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

monocrypt

Simple monalphabetic encryption and decryption tool

Python > 2.6 required:

how to use this monoalphabetic encryption tool

encryption: python monoCrypt.py [/path/to/clearTextFile]

decryption: python monoCrypt.py [/path/to/cypherFile] [/path/to/keyFile]

Warning

This tool writes cypher text to cypher.txt and the key to key.txt in the same directory. So be aware of that! it might overwrite existing files.

Same goes for the clear text which goes into clear.txt

About

Simple monalphabetic encryption and decryption tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages