Baselight

10000 Most Common Passwords

Most Common Passwords on the internet websites

@kaggle.shivamb_10000_most_common_passwords

Common Passwords
@kaggle.shivamb_10000_most_common_passwords.common_passwords

  • 118.64 KB
  • 10000 rows
  • 9 columns
password

Password

length

Length

num_chars

Num Chars

num_digits

Num Digits

num_upper

Num Upper

num_lower

Num Lower

num_special

Num Special

num_vowels

Num Vowels

num_syllables

Num Syllables

123456661
password88822
12345678881
qwerty66613
123456789991
12345551
1234441
111111661
1234567771
dragon66622

CREATE TABLE common_passwords (
  "password" VARCHAR,
  "length" BIGINT,
  "num_chars" BIGINT,
  "num_digits" BIGINT,
  "num_upper" BIGINT,
  "num_lower" BIGINT,
  "num_special" BIGINT,
  "num_vowels" BIGINT,
  "num_syllables" BIGINT
);

Share link

Anyone who has the link will be able to view this.