Skip to content

iosusan/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

crypto

random crypto related scripts

cesar.py

A basic implementation of a cesar encoding decoder. Provide an encoded word or phrase, and you will get all the possibilities shifting through the whole letter set

i.e. ''' $ python cesar.py 1 xxxxxxxx 2 yyyyyyyy 3 zzzzzzzz [..] '''

euclid.py

An implementation of the euclidean algorythm to find the greatest common divisor between two numbers. Provide two numbers and you will get the calculated GCD

i.e. ''' $ python euclid.py 462 1071 The GCD betweem 1071 and 462 is 21 '''

About

random crypto related scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages