Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 496 Bytes

CS155

Algorithms mentioned in Introduction to Cryptography (CSC15005)

VNUHCM - University of Science, Fall 2021.

All source codes are in Python and licensed under the terms of The GNU GPL v3.0.

RSA

Rivest-Shamir-Adleman asymmetric cryptosystem, implemented in Python.

DLP

DLP stands for Discrete Logarithm Problem

  • Diffie Hellman (symmetric)
  • ElGamal (asymmetric)

Symmetric

Matrix Cipher implementation

DSA

Digital Signature Algorithm, implemented with naive RSA.