Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 345 Bytes

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
  • ...