[ Log On ]
  • Home
  • Tst
  • Cha
  • Enc
  • Code
  • IP
  • Fun
  • Sub
  • DigF
  • Cis
  • Com
  • Db
  • About
  • Netsim

Python and Crypto

[Back] On this page we will investigate some encryption principles and Python coding.

Tutorial 1

In this lab will will investigate some core principles in encryption, including GCD and random numbers. Tutorial [here]

Tutorial 2 (Padding)

In this lab we will investigate symmetric key encryption and padding. Tutorial [here]

Tutorial 3 (Hashing)

In this lab we will investigate hashing methods. Tutorial [here]