Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 304 Bytes

File metadata and controls

6 lines (4 loc) · 304 Bytes

RSA

Cryptosystem

Here i proved how files of different sizes can be shared by generating public andprivate keys with the implementation of the RSA algorithmand SHA256.

Cryptodome library function is imported which contains all the cryptographic functions suitable for the python environment.