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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

README.md 245B

před 3 roky
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.