probing SEcurity de NETwork

Repository for exploring cryptographic algorithms/techniques and their applications in regards to security of network. This includes from scratch implementations of:

  1. Transposition cipher in C and FASM
  2. AES128 in Python
  3. RSA in C using <gnu/gmp.h>
  4. Public Key Distribution Authority (PKDA) in C using RSA
  5. GNU/GMP’s mpz t in C and C++
  6. Diffie-hellman in C++

RepositoryLicense GPL-3.0

Go to top File an issue