Kodowanie i Kryptografia
Generator par kluczy RSA / ECDSA
PEM + PKCS#8 + JWK — Web Crypto in your browser.
(click generate)
(click generate)
(click generate)
(click generate)
Notka redakcyjna
Understanding · Big primes vs elliptic curves — same job, different maths.
Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.
Często zadawane pytania
Quick answers.
›Is it safe to generate private keys in a browser?
Yes, provided the tool uses the standard Web Crypto API and does not transmit data. This tool runs entirely client-side, meaning your private key is never sent to a server or stored in a database.
›What is the difference between RSA and ECDSA?
RSA is the traditional standard based on large prime numbers, widely compatible but requiring larger key sizes for security. ECDSA uses elliptic curve cryptography to provide equivalent security with much smaller keys, resulting in faster computations and less storage.
›Which curve should I choose for ECDSA?
P-256 (prime256v1) is the most common choice for general web applications and is widely supported by cloud providers. P-384 and P-521 offer higher security margins if required by specific compliance standards.
›What format should I download?
Use PEM or PKCS#8 for server-side environments like Node.js, Python, or OpenSSL. Choose JWK (JSON Web Key) if you are building browser-based applications that need to import keys directly back into the Web Crypto API.
Ludzie wyszukują również
Powiązane narzędzia
More in this room.
- Szyfrowanie/Deszyfrowanie Plików AESSzyfruj pliki za pomocą AES-GCM i hasła.
- Generator i podpisywarka kluczy Ed25519Generuj klucze Ed25519 i podpisuj wiadomości lokalnie.
- Dekoder certyfikatów X.509Podmiot, wystawca, ważność, SAN, odcisk palca — wszystko w zasięgu ręki.
- Szyfrowanie / deszyfrowanie PGPWiadomości OpenPGP — szyfruj, deszyfruj, podpisuj, weryfikuj.
- Koduj / Dekoduj Base64Koduj i dekoduj Base64 — bezpieczne dla Unicode.
- Dekoder JWTDekoduj i sprawdzaj tokeny JWT — lokalnie, nigdy nie są logowane.