weakPasswords constant

Set<String> const weakPasswords

Implementation

static const Set<String> weakPasswords = {
  '',
  '1',
  '12',
  '123',
  '1234',
  '12345',
  '123456',
  '1234567',
  '12345678',
  '123456789',
  '1234567890',
  'a',
  'ab',
  'abc',
  'abcd',
  'abcde',
  'abcdef',
  'abcdefg',
  'abcdefgh',
  'abcdefghi',
  'abcdefghij',
  'abcdefghijk',
  'pass',
  'password',
  'pass123',
  'pass123456',
  'abc123',
  '123abc',
};