A very basic cipher block chaining (CBC) implementation in C. It supports extended ASCII and block sizes up to 32 bits (signed).
-
Updated
Feb 24, 2021 - C
A very basic cipher block chaining (CBC) implementation in C. It supports extended ASCII and block sizes up to 32 bits (signed).
A basic (unsafe) RSA keygen implementation in C. It supports unsigned integers up to 64 bits but thus requires __int128 support.
Add a description, image, and links to the cryptography-homework topic page so that developers can more easily learn about it.
To associate your repository with the cryptography-homework topic, visit your repo's landing page and select "manage topics."