/CS153

Algorithms mentioned in Applied Cryptography (CSC15003)

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

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.