Skip to content

anshuldutt21/Private-Key-Encryption

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.3%
  • Python 8.3%
  • Shell 0.4%