Community
0
password generator-easygenerates a new random password, simple methodology
0
Secure Password GeneratorGenerates a reasonably secure password , although 'password requirements' might still require you submit to institutionalised stupidity.
0
Password GeneratorThis repl is able to generate 24 char password, as well having a copy button
46
1
0
1
Password GeneratorGenerate yourself a password combination with symbols, letters (lowercase and capitalized) and numbers. The password generator is made with HTML, CSS, and JavaScript. Get yourself 16 character passwords!
56
1
1
0
passwordGeneratorA python project that creates a unique password for you!
RextConnor if yn == y:
NameError: name 'y' is not defined
y would have to be in quotes to make it a string so it would look like
if yn == "y":3 months ago
0