https://github.com/govindjeevan/rsa-diffie-hellman-hybrid
https://github.com/govindjeevan/rsa-diffie-hellman-hybrid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/govindjeevan/rsa-diffie-hellman-hybrid
- Owner: govindjeevan
- Created: 2018-10-02T02:19:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T07:50:54.000Z (over 7 years ago)
- Last Synced: 2025-06-15T00:07:32.458Z (12 months ago)
- Language: Python
- Size: 5.29 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.