Skip to main content

วิธีการคำนวณ Password Generator

learn.whatIsHeading

A password generator creates random passwords with specified length and character types. Password strength is measured in bits of entropy: a password with entropy N bits would take 2^N guesses to crack by brute force.

คำแนะนำทีละขั้นตอน

  1. 1Entropy = log₂(charset size^length) = length × log₂(charset size)
  2. 2Lowercase only (26): 8 chars = 37.6 bits
  3. 3Mixed case + digits (62): 12 chars = 71.4 bits
  4. 4All printable ASCII (95): 16 chars = 104.9 bits — very strong

ตัวอย่างที่มีคำตอบ

อินพุต
16 characters · mixed case · numbers · symbols
ผลลัพธ์
e.g. "xK#9mP$2nQ@7rL!4"

พร้อมที่จะคำนวณแล้วหรือยัง? ลองใช้เครื่องคิดเลข Password Generator ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า