Skip to content

vesax/RSA-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RSA-Algorithm Encryption/Decryption

This RSA Algorithm was written using Python.

This implementation of RSA Algorithm provides users with the ability to generate public and private keys since it is an asymmetrical algorithm. By asymmetrical I mean that we use two different keys for encryption and decryption of the message. The public key is shared publicly, but the private key is kept confindential. With this code, users can generate their prime numbers which leads to calculating their other components which help with encryption and decryption.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages