Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomised Key Generation

A Python project exploring secure cryptographic key generation using ECDH, multiple entropy sources, HKDF-SHA512, and AES-256-GCM.

Features

  • ECDH key exchange using SECP256R1 (P-256)
  • Multiple entropy sources
  • HKDF-SHA512 key derivation
  • AES-256-GCM encryption and decryption
  • Experimental image-based key generation

How It Works

ECDH Shared Secret
       +
System Entropy
       +
Secrets Entropy
       +
User Timing Entropy
       ↓
   HKDF-SHA512
       ↓
  AES-256 Key
       ↓
  AES-256-GCM

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages