Skip to content

cysecud/ecc_weak_keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic Curve Weak Key Analysis

A research-oriented toolkit for generating private and public keys in Elliptic Curve Cryptography (ECC) and testing weakness trough a modified version of the well known Baby-Step-Giant-Step.

Description

The purpose of this project is to explore weaknesses in elliptic curve key generation, demonstrate how improper randomness can lead to vulnerable cryptographic keys, and provide tooling for testing ECC implementations against such weaknesses. The implementation is based on the following:

Exeample of Usage

Clone the repository:

gh repo clone cysecud/ecc_weak_keys

navigate into the main.rs and start your test.

Example on Curve P256

TO DO!

Authors

Developed and maintained by:

Contributions, issues, and pull requests are welcome.

About

elliptic curve algorithm and nist curves

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors