Skip to content
RSA

RSA

Topics: C

An implementation of the RSA algorithm ( https://en.wikipedia.org/wiki/RSA_(cryptosystem) ). Including key generation and file encryption. It supports 2048 bit keys and only uses the standard C libraries i.e. I implemented the large integer arithmetic functions myself.