simonharris / pysectoys

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.7%Language:Makefile 0.3%