Skip to content

Collect RSA and ECC keys #1

Description

@quapka

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions