สร้างคีย์ SSH
สร้างคู่คีย์ SSH Ed25519 หรือ ECDSA โดยใช้ Web Crypto API — ทำงาน 100% ในเบราว์เซอร์
Key Type
Ed25519 vs ECDSA
Ed25519 — Modern, fast, smaller keys, recommended for new setups. Supported on OpenSSH 6.5+.
ECDSA (P-256) — Widely compatible, used when Ed25519 isn't available.
SSH Key Generator — Ed25519 & ECDSA
Generate SSH key pairs (Ed25519 or ECDSA) securely in your browser using the Web Crypto API. Copy the public key for your server's authorized_keys and keep the private key safe.
FAQ
What is an SSH key pair?
A public/private key pair used for SSH authentication. You place the public key on the server and keep the private key on your machine. The server authenticates you without a password.
Ed25519 vs RSA — which should I use?
Ed25519 is faster, shorter, and more secure than RSA-2048. Use Ed25519 unless you need RSA for legacy system compatibility.
How do I add my public key to a server?
Run: ssh-copy-id -i ~/.ssh/id_ed25519.pub user@server. Or manually append the public key to ~/.ssh/authorized_keys on the server.
สำรวจต่อ
เครื่องมือความปลอดภัย อื่นๆ ที่คุณอาจชอบ...
ตรวจสอบความแข็งแกร่งรหัสผ่าน
ตรวจสอบความแข็งแกร่งรหัสผ่านและรับคำแนะนำเพื่อปรับปรุงความปลอดภัย
สร้าง QR Code
สร้าง QR codes สำหรับ URL ข้อความ อีเมล และอื่นๆ
อ่าน QR Code
อ่านและถอดรหัส QR codes จากรูปภาพที่อัปโหลด
สร้าง Barcode
สร้าง barcodes ในรูปแบบ CODE128, EAN-13 และอื่นๆ
สร้างคีย์ RSA
สร้างคู่คีย์ RSA 2048-bit หรือ 4096-bit ในรูปแบบ PEM โดยใช้ Web Crypto API — ทำงาน 100% ในเบราว์เซอร์
เปรียบเทียบ Hash
เปรียบเทียบค่า hash สองค่าเพื่อตรวจสอบความถูกต้องของไฟล์หรือรหัสผ่าน
ตรวจสอบ Hash ไฟล์
ลากและวางไฟล์ใดๆ เพื่อคำนวณ MD5, SHA-1, SHA-256 และ SHA-512 checksums ทันที — ตรวจสอบความถูกต้องกับ hash ที่ทราบ
สร้าง TOTP / 2FA
สร้างรหัสผ่านแบบใช้ครั้งเดียวตามเวลา (TOTP) จากคีย์ลับ — เข้ากันได้กับ Google Authenticator