andrewkiluk / RSA-Library

This is a C library for RSA encryption. It provides three functions for key generation, encryption, and decryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How many bits long are the keys?

j4cobgarby opened this issue · comments

I can't quite work it out from the source code, thanks!

64 bits. More importantly, it offers no padding. You can pretty much use xor 0xAA it would be as much secure.