ones.pw - easy secure password generation
Refresh
Simple Passwords
--------------
-
Good enough for passwords that won't be subject to an offline bruteforce attack
Strong Passwords
------------------
-
Nice, strong passwords. Will take longer than the death of our sun to crack with current technology.
Very Strong Passwords
----------------------
-
These passwords will outlast our universe with current cracking technology.
Extra Strong Passwords
------------------------------------
-
These passwords are incredibly strong.
UUID / GUID
------------------------------------
-
Useful for when you need a
RFC4122
compliant universally unique identifier.
Human Friendly Strong Passwords
----- ----- ----- ----- -----
-
Very strong phrase based passwords.
Original idea taken from Andrew Wells'
randomkeygen.com
. Guess calculation is from the
zxcvbn
package. Word phrase idea from
xkcd
Source can be found on
github