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

Latest commit

 

History

History
19 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 432 Bytes

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.