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

trhgquan/CS153

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS153 - Applied Cryptography

VNUHCM - University of Science, Spring 2022.

All source codes are in C++, licensed under the terms of The GNU GPL v3.0.

AES

Implementation of AES Key Expanding algorithm.

BigInt

BigInt's implementation, with naive multiplication.

MD5

MD5 implementation from scratch.

MillerRabin

Prime Check with Miller-Rabin algorithm.

Trust Negotiation

Presentation slides and report.