Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 602 Bytes

Private-Key-Encryption

Diffie - Hellman key exchange algorithm

Diffie-Hellman key exchange, also called exponential key exchange, is a method of digital encryption that uses numbers raised to specific powers to produce decryption keys on the basis of components that are never directly transmitted, making the task of a would-be code breaker mathematically overwhelming.

The Problem

But as a truly random cannot be generated by a computer, the key generated is not exactly random and hence can be compromised.

Solution

We generate the key using random movement of pointer by the user.