Password.select

- apps
- 23-Aug-2020
Generating random passwords is now pretty much required in many circumstances. For developers this is fairly trivial but not everyone knows how to run code to generate a password or how to create a strong password.</div><div>
</div>
While this is nothing particularly new I wanted to create a simple, no cookies, no tracking, no ads password generator in nodejs.
Intentionally there are very few options. In just one click you can generate a password in one of the recommended lengths of 12 to 20 characters.
Don't forget to save your password offline or somewhere. There is no way to retrieve the same password againπ§ββοΈ because nothing is saved server side so every password displayed is "for your eyes" only.
Your are also recommended to change your password regularly and never to use the same password twice.