SSH 키 생성기
인코딩 및 암호화 · 무료 온라인 도구
RSA 키 쌍을 OpenSSH 및 PKCS#8 PEM으로 생성.
ssh-rsa AAAA... ez4code-generated-----BEGIN PUBLIC KEY-----...-----BEGIN PRIVATE KEY-----...Web Crypto RSA
키는 crypto.subtle.generateKey로 생성 — 감사받고 하드웨어 가속됩니다.
OpenSSH 형식
공개 키는 ssh-rsa 와이어 형식으로 인코딩되어 authorized_keys에 바로 사용할 수 있습니다.
프라이빗 유지
개인 키는 브라우저를 떠나지 않습니다 — 다운로드한 PEM을 안전하게 보관하고 오프라인에서 패스프레이즈를 사용하세요.
SSH 키 생성기 사용 방법
- 1Enter or paste your data into the input field.
- 2Select the desired encoding, hashing, or encryption options.
- 3Click the action button to process your data.
- 4Copy the result from the output field.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
Is my data safe?
Yes. All encoding, hashing, and encryption operations run entirely in your browser. Your data is never sent to any server.
Can I use this for passwords?
We recommend using the Password Generator for creating secure passwords, and Bcrypt Hash for storing password hashes. Never store plain-text passwords.
What hash algorithms are supported?
The Hash Generator supports MD5, SHA-1, SHA-256, and SHA-512. For HMAC signatures, use the HMAC Generator.
관련 도구
Base32 인코더/디코더
Base32 인코딩 및 디코딩, OTP 비밀키와 대소문자 구분 없는 시스템에 사용.
Base58 인코더/디코더
Base58 인코딩/디코딩 (Bitcoin/IPFS 스타일, 모호한 문자 없음).
Base85 인코더/디코더
고밀도 바이너리 텍스트를 위한 Ascii85/Base85 인코딩/디코딩.
Hex 인코더/디코더
텍스트를 16진수 문자열로 변환하고 복원.
Punycode 변환기
유니코드 도메인 이름을 Punycode (IDN)로 변환하고 복원.
Quoted-Printable 인코더/디코더
이메일 비-ASCII 텍스트를 위한 MIME Quoted-Printable 인코딩/디코딩.
ROT13 암호
ROT13 대체 암호 (암호화와 복호화가 동일).
시저 암호
조정 가능한 시프트로 카이사르 암호 암호화/복호화.