Ed25519 Private Key (PEM) — SAMPLE
Deterministic SAMPLE Ed25519 private key for SSH/TLS tooling tests.
-----BEGIN PRIVATE KEY-----
MC4CAQAwBQYDK2VwBCIEIJ4wPHCocX8jQQjyvFsitoUfR3NY73LbaZg4a1IM8vfV
-----END PRIVATE KEY-----
Specifications
- Algorithm
- Ed25519
- Format
- PKCS#8 PEM
- Sample Only
- true
- Seed
- 47001
What is a .key file?
A .key file holds a private key, usually PEM-encoded in PKCS#8 (BEGIN PRIVATE KEY) or a key-type-specific format. It is the secret half of a TLS or SSH identity and must normally be protected — the examples here are published, sample-only keys that must never be used in production.
How to use this file
Use an example .key to test PEM key parsers, PKCS#8 decoders, and key-format converters (for example PEM to DER or OpenSSH). These are deliberately published sample keys — for parser testing only, never for real use.
How to use this file for testing
“Ed25519 Private Key (PEM) — SAMPLE” is a deterministic Novus Examples fixture for Certificate & key testing. Self-signed X.509 certificates (PEM, CRT, DER), a CSR, RSA and Ed25519 keys, an SSH public key, a PKCS#12 bundle, and an htpasswd file — all published sample-only material, for testing certificate parsers, TLS tooling, keystore importers, and PEM/DER decoders.
Documented properties for this file: seed 47001 · Ed25519 · PKCS#8 PEM. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
This is published, SAMPLE-only security material — never a real secret. Point certificate, key, or token parsers at it, test PEM/DER decoding and PKCS handling, and confirm your tooling reads the documented fields; any sample password is printed on this page.
This is a published, sample-only certificate/key. Parse it, verify the chain or signature, and test PEM↔DER conversion — never deploy it anywhere real.
Related files
- jsonCRL Metadata JSON — SAMPLESAMPLE CRL metadata JSON (no binary CRL) for revocation-list UI and loader tests.

- keyEncrypted PKCS#8 RSA Key — SAMPLEPassword-encrypted SAMPLE PKCS#8 private key (password printed in specs) for decrypt-import tests.

- csrPKCS#10 CSR — Security SAMPLEPKCS#10 certificate signing request SAMPLE for CSR parsers and CA tooling smoke tests.

- p12PKCS#12 Bundle (.p12) — SAMPLESAMPLE PKCS#12 keystore (password `novus-sample-wg`) for keystore importer tests. Not byte-stable.

- crtX.509 Certificate (.crt) — Security SAMPLESame SAMPLE certificate as .crt (PEM bytes) for tools that expect the CRT extension.

- derX.509 Certificate (DER) — Security SAMPLEDER-encoded twin of the Wave G SAMPLE certificate for binary X.509 decoders.

Generated by generation/security_wave_g.py. Free for any use, no attribution required — license.