Skip to content

jeckles/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crypto

Some cool cryptography projects...

numtheory.py

– Implements one function which solves the Eulers Totient for a given number

rsa_solver.py

– Given encryption exponent and modulus n, solves for the decryption exponent by factoring n using a p - 1 approach

pollighellman.py

- Solves discrete log using the Pollig Hellman algorithm of 90 digit modulus and base

About

Some cool cryptography projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages