비밀번호 생성기

라우터 관리 패널, Wi-Fi, IP 카메라, IoT 장치를 위한 암호학적으로 무작위인 비밀번호를 생성합니다. 길이(8~64), 대문자, 숫자, 기호 조정 — 전체가 브라우저에서 생성됩니다.

crypto.getRandomValues로 로컬에서 생성됩니다 — 네트워크로 전송되거나 저장되지 않습니다.

왜 생성기인가요?

Memorable passwords get reused; reused passwords leak. A generator paired with a password manager solves both problems.

일반적인 사용 사례

자주 묻는 질문

난수가 암호학적으로 안전한가요?+

Yes. We use the browser's window.crypto.getRandomValues — the same API used to generate keys for HTTPS and signed cookies. The output is unpredictable and never sent over the network.

기호를 포함해야 하나요?+

Yes when the system allows them — symbols add entropy and slow down brute-force attacks. Some legacy admin panels reject "$" or "&"; turn symbols off if you hit that.

비밀번호는 얼마나 길어야 하나요?+

온라인 서비스의 실용적 최소는 12자. 라우터 관리자와 Wi-Fi 키는 16자 이상 권장. 마스터 비밀번호, root SSH 같은 고가치 계정은 20자 이상이 적합합니다.

도구

보안 팁

기본 비밀번호를 사용 중이신가요? NordVPN 암호화로 네트워크를 보호하세요.