andrewkiluk / RSA-Library

This is a C library for RSA encryption. It provides three functions for key generation, encryption, and decryption.
MIT License
378 stars 145 forks source link

How many bits long are the keys? #6

Open j4cobgarby opened 6 years ago

j4cobgarby commented 6 years ago

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

desertkun commented 5 years ago

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