EE-305 Project.
Implementing subjects:
prime algorithms,
mod function,
asymmetric relations (public-key encryption),
HeshamTB
611a6c45ea
- Now can generate a 4096-bit key in seconds. However, a longer key makes the cipher way too long. Should make a padding or an encoding to reduce the cipher size with big keys. Signed-off-by: HeshamTB <hishaminv@gmail.com> |
||
---|---|---|
.gitignore | ||
126-bit-key | ||
encodetest.py | ||
MillerRabin.py | ||
rsa.py | ||
TODO |