The project is dedicated to the cryptographic system RSA.
-
Implemented Python modules for generating private and public keys.
-
Studied and compared different methods for generating prime and pseudoprime numbers.
-
Implemented Python module for encoding and decoding messages.
-
Added Python module for hacking messages.
-
Learned information about Python secrets module.