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

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

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