Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 389 Bytes

RSA

The project is dedicated to the cryptographic system RSA.

  1. Implemented Python modules for generating private and public keys.

  2. Studied and compared different methods for generating prime and pseudoprime numbers.

  3. Implemented Python module for encoding and decoding messages.

  4. Added Python module for hacking messages.

  5. Learned information about Python secrets module.