patmull / diffie-hellman-aes-sha

Code used for demonstrating the principle of Diffie-Hellman key exchange alghorithm with AES and SHA256.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffie-Hellman key exchange alghorithm with AES and SHA256

This code was created for demonstrating the principle of Diffie-Hellman key exchange alghorithm alongisde with encrypting the key with AES and SHA256.

REMAINDER: This code serves education purposes only. It should be not used as a silution for encryption of highly exposed security demanding applications!

For understanding basics of this alghorithm, I recommend this great Medium article

alt text

About

Code used for demonstrating the principle of Diffie-Hellman key exchange alghorithm with AES and SHA256.


Languages

Language:Python 100.0%