EE-305 Project. Implementing subjects: prime algorithms, mod function, asymmetric relations (public-key encryption),
Go to file
HeshamTB 7facaf1207
Split words in message into a list of strings and encrypt each.
This should allow unlimited length of any message.
2020-04-17 17:31:34 +03:00
.gitignore New keys folder and global variables. 2020-04-17 05:21:58 +03:00
126-bit-key A 128-bit key pair saved. Took 15 minutes to generate on (Intel i7-4710MQ (8) @ 3.500GHz) single thread. 2020-04-16 09:51:08 +03:00
encodetest.py test file. Consider writing 'words' to file instead of saving 2020-04-17 04:43:03 +03:00
rsa.py Split words in message into a list of strings and encrypt each. 2020-04-17 17:31:34 +03:00