Skip to content

A few toy programs implementing computer security algorithms in Python. Mainly for my own education

Notifications You must be signed in to change notification settings

simonharris/pysectoys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysectoys

A few toy programs implementing computer security-related algorithms in Python. Mainly for my own education.

Algorithms include:

  • Playfair Cipher
  • Rivest Cipher 4 (RC4)
  • Diffie-Hellman handshake
  • Linear Congruential Generator
  • Combined Linear Congruential Generator

TODO:

  • lint to 10/10
  • combined demo script
  • ...

About

A few toy programs implementing computer security algorithms in Python. Mainly for my own education

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published