문자만 비밀번호 생성기

문자만——대소문자, 숫자 기호 없음. 문자 제한 시스템에 적합.

100% 안전 무료 무제한 등록 불필요 브라우저 기반

📋 When to Use Letters-Only Passwords

Only uppercase and lowercase letters — no digits or symbols. Some systems have bizarre password policies that reject numbers (yes, they exist). Also useful for generating human-readable identifiers for non-security purposes like project codes or reference numbers that should be pronounceable.

📊 Technical Breakdown — letters-only

  • Entropy: 91 bits at 16 chars
  • Crack time: ~250 billion years
  • Security level: Strong
  • Best for: Accessibility, systems blocking digits

All calculations assume letters-only with mixed character types. Actual security depends on specific character selection.