Skip to content
/ ciphers Public

A couple of basic ciphers, including Caesar, polyalphabetic, and One Time Pad. Written in python.

Notifications You must be signed in to change notification settings

dexhug/ciphers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my repository on ciphers. Constructive feedback is welcomed.

I try to make everything as clear and concise as possible, with well-commented code and a readable structure. Please let me know if you find anything to be confusing.

Completed ciphers:

- Caesar cipher
- Polyalphabetic cipher
- One Time Pad

Other Material:

- prime.py: A simple program exploring some of the basic methods of finding prime numbers, including a Fermat test and a Sieve of Eratosthenes.

About

A couple of basic ciphers, including Caesar, polyalphabetic, and One Time Pad. Written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages