GithubHelp home page GithubHelp logo

redhatproductsecurity / diffie-hellman-primes Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 53.0 424.94 MB

A collection of Diffie-Hellman primes generated by random people, no idea if they are legitimate or not.

License: GNU General Public License v2.0

diffie-hellman-primes's Introduction

Diffie-Hellman-Primes

A collection of Diffie-Hellman primes generated by random people, no idea if they are legitimate or not.

So it occurs to me that we have no corpus of data on Diffie Helman primes. With this in mind I would like to create one. Openssl command line can easily create them, using either the 2 (default) or 5 generator (explained at http://security.stackexchange.com/questions/54359/what-is-the-difference-between-diffie-hellman-generator-2-and-5 )

For example the following code:

#!/bin/bash
for i in `seq 1 1000`;
do
  openssl dhparam 2048 -text >> $i
done

will generate 100 2048 bit primes. If you can ideally simply commit the files to the following github repo, simply create a directory in the root with your name/whatever you want to call it (nothing rude please) and have a "2048" directory for the 2048 bit primes and a "4096" directory for the 4096 bit primes I would appreciate it. If you use a tool other than OpenSSL command line to generate the primes please make a note of it (especially any command line options used) in a .txt file in the root of your data directory. My goal is to collect a few million primes of each size so we have some real data to work with.

diffie-hellman-primes's People

Contributors

aufi avatar bachradsusi avatar bknowles avatar ddworken avatar dmlloyd avatar eharney avatar encukou avatar jbastian avatar jpkrohling avatar jpopelka avatar jumanjiman avatar kurtseifried avatar lordqwerty avatar lubomir avatar martinzilak avatar matthewdavis avatar miabbott avatar mmilata avatar nhorman avatar olea avatar p0pr0ck5 avatar robert-scheck avatar ryansb avatar sappleton avatar skontar avatar smarthi avatar snehring avatar tinnyx avatar uberspot avatar vashirov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

diffie-hellman-primes's Issues

2048 bit or 4096 bit primes?

Do you have any preference for which we focus on? Right now I'm focusing on 4096 bit primes since they are significantly harder to find (so most other people aren't finding them), but if preferred I can go back to a 50-50 split of processing power between the two.

Archiving this repository

Hello!

In an effort to clean up the open repositories of the @RedHatProductSecurity organization, we're considering archiving this repository. There has been no new activity in this repo for the last five years and the data set of collected DH primes seems fairly substantial as is (for w/e purpose they may be used for).

If you disagree with marking this repository as archived, please reply in this issue.

Also, if anyone has a legitimate use case for this collection of DH primes, we'd love to hear about it!

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.