Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect RSA and ECC keys #1

Open
quapka opened this issue Mar 8, 2019 · 0 comments
Open

Collect RSA and ECC keys #1

quapka opened this issue Mar 8, 2019 · 0 comments

Comments

@quapka
Copy link
Owner

quapka commented Mar 8, 2019

Key generation

Number of keys and key sizes

  • 106 RSA-512b keys
  • 104 RSA-1024b, 104 RSA-2048b
  • 106 ECDSA (NIST P-256) keys

File formats

RSA:

CSV Format, hexadecimal coding
id;n;e;p;q;d;t1;
id – simple counter: 1, 2 ….
n – modulus
e – public exponent
p – first prime
q – second prime
d – private exponent
t1 – time to generate key (ns)

ECC:

CSV Format, hexadecimal coding
id;e;d;t1;
id – simple counter: 1, 2 ….
e – public key
d – private key
t1 – time to generate key (ns)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant