Skip to content

A Python module for encryption and decyrtion. It currently uses a moddified version of the Ceaser Cypher where each letter is seperatly encrpted using a different key. In future I have plans to use a different encryption scheme.

License

Notifications You must be signed in to change notification settings

Arucarn/pycrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycrypt

A Python module for encryption and decyrtion. It currently has two different encryption methods. The first is a regular Caesar cypher where the alphabet is shifted and all input text is encrypted using one key. The second is a Caesar cypher where a different alphabet shift is used for each letter, resulting in a much longer key, depending on the input.

##How to use pycrypt.

About

A Python module for encryption and decyrtion. It currently uses a moddified version of the Ceaser Cypher where each letter is seperatly encrpted using a different key. In future I have plans to use a different encryption scheme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages