Генератор RSA-ключів
Генеруйте пари RSA-ключів (2048/4096 біт) у форматі PEM для шифрування та підпису. Ключі ніколи не покидають ваш пристрій.
Налаштуйте та згенеруйте пару RSA-ключів
Оберіть розмір ключа, призначення та натисніть Згенерувати
Ключі генеруються повністю у вашому браузері за допомогою Web Crypto API. Нічого не надсилається на сервер.
Дізнатися більше
Generate RSA key pairs in PEM or JWK format. Understand key sizes, output formats, and when to use RSA encryption.
Understanding RSA Encryption
RSA is one of the foundational public-key cryptography algorithms, used to secure everything from web traffic to email encryption and digital signatures. It works by generating two mathematically linked keys -- a public key that anyone can use to encrypt data or verify signatures, and a private key that only the owner uses to decrypt data or create signatures. The security relies on the mathematical difficulty of factoring the product of two very large prime numbers.