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

Algorithms mentioned in Introduction to Cryptography (CSC15005)

License

Notifications You must be signed in to change notification settings

trhgquan/CS155

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.