An open API service indexing awesome lists of open source software.

https://github.com/govindjeevan/rsa-diffie-hellman-hybrid


https://github.com/govindjeevan/rsa-diffie-hellman-hybrid

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# NTC Mini Project

## RSA-DIFFIE HELMAN HYBRID

### Contributors:
Govind Jeevan 16CO221

Palak Singhal 16CO129

### Advantages Of RSA Algorithm
- It uses Public Key encryption which means that
the text will be encrypted with someone's Public
Key (which everyone knows about) but only the
person intended for can read it, by using their
private key (which only they know about).
- Use of public key in RSA provides digital
signatures that cannot be repudiated.
- Ciphering & deciphering algorithm are same.