Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 717 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 717 Bytes

RSA-Encryption

RSA (Rivest–Shamir–Adleman) is an algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of the keys can be given to anyone. The other key must be kept private. It is also a key pair (public and private key) generator. RSA involves a public key and private key. The public key can be known to everyone- it is used to encrypt messages. Messages encrypted using the public key can only be decrypted with the private key. The private key needs to be kept secret. Calculating the private key from the public key is very difficult.