A Python 3 package for generating *Metroid*-style alphanumeric passwords based on a bitfield of flags. The information encoded in the password does not have to be binary, but non-binary information will lead to very long passwords.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345
  1. # pymetpw
  2. A Python 3 package for generating *Metroid*-style alphanumeric passwords based on a bitfield of flags.
  3. The information encoded in the password does not have to be binary, but non-binary information will lead to very long passwords.