https://github.com/doorbash/diffie-hellman-aes-cbc-demo
DiffieHellman & AES CBC demo : Alice talks to Bob secure
https://github.com/doorbash/diffie-hellman-aes-cbc-demo
Last synced: 15 days ago
JSON representation
DiffieHellman & AES CBC demo : Alice talks to Bob secure
- Host: GitHub
- URL: https://github.com/doorbash/diffie-hellman-aes-cbc-demo
- Owner: doorbash
- Created: 2016-01-23T15:18:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T17:33:31.000Z (over 10 years ago)
- Last Synced: 2026-01-02T07:20:21.210Z (4 months ago)
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diffie-Hellman and AES-CBC algorithms
#DiffieHellman
Alice sends her public key to Bob
then Bob sends his public key to Alice
now both of them generate their shared secret keys and ..
#AES-CBC
and use the shared secret key to encrypt their messages using AES-CBC algorithm