Skip to content

buckley-w-david/python-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-crypto

Originally this repository was for an assignment to impliment RC5 in my Computer Security course at the Univeristy of Guelph.

In the interest of public good since I occasionally notice people stumbling across this repo, I've since refactored it so it's a least not quite so bad as it was when originally implimented, however the code is still pretty terrible.

Usage

Poetry is a pretty great dependency management and packaging tool, I use it. If you want to use this for some reason, I suggest checking it out. Once you have it up just run poetry dev and it'll be setup and ready.

The package has an incredibly basic CLI, that will be accessable once you've installed the package. It is called crypto.
Run crypto --help for usage instructions.


References: RC5 algorithm primarily implimented from description on https://en.wikipedia.org/wiki/RC5

About

RC5 cryptography implementation for cis4110

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages