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.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
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.