Choose a strong password from lists of randomly generated passwords from my password generator for use in different applications.

Random passwords for manual typing (8 characters).

If you need a password, that can be typed in manually, you can use one of these 8 characters long passwords. They should only be used with another authorization method or in trusted environments.

5PNc+gs4
Utj-78fo
-QfrhRq5
-1KSnmH9
F+Wq6s19
+2F+Vab5
+a7mDvFy
F+R+Ahu2
+BlJ26EI
DWpBcz6-

Random passwords (16 characters).

If you need a strong password and have a password manager, that fills in your passwords automatically, then you should use one of these 16 characters long passwords. They should be used with another authorization method or in trusted environments.

30vaqcGz05S+6WWO
0M5F+-8xyJZwR8+W
Ut7-hHz4eSyyCjk2
PjoUHhbhfYNEl7i-
Qp69xBEJk0G6qlc+
RfZ1Y-CU5qF84vSk
CGiPNW+z6T13XqXt
p+s5642btWnyNlYP
VlH6Xu5I-GDkMD8Q
QmH8XojLnBuY--1S

Random passwords for PayPal (32 characters).

PayPal states, that they support passwords, that are between 7 and 32 characters long and include the special characters “!@#$%^*()”, letters and numbers. However, I tested that and PayPal failed to handle strongest possible passwords within those limits. I recommend, that you use one of the generated passwords below, that excludes some of the special characters, that seems to cause problems for PayPal.

P=BGW/SfTOqmpU7hr5Guvo1JjcBEm+Gb
c09mlz2xQ9T7B+RLYrSm9E2uY1o94XTz
Xm9J6ylp60R0M6piqy/DkH8SzQ5V/PCp
o7AOkjHl/Gty=P=aq=zjk_0IaSm0IfM4
VgGRpSRbU=FtHAB8Bi4JIs+y=ajwujwB
zkItQQE+N/5aZb-HJQRrgtWQAgxcK0_=
IcoqUge2!eAVWVyBuRl15U/IuS1otgzS
aVmnTAFr+XN-szX/VEN7E4B5z8PJlNJy
0oQ4ENMr=IHErwD!2SqxOh1/eQus/qtc
yl8Bwt3O+bB3/akGe/FaTXVufB+L7uQy

Random passwords for Facebook and social media services.

If you need a very strong password and have a password manager, that fills in your passwords automatically, then you should use one of these 32 characters long passwords. These are recommended for general application and web services, such as Facebook and other social media platforms.

R-a2fR42hX2fBP-BC2AxySF3LyxmOTgT
xIly0P6-O4j8w5jN-bRKX7qm57lBQZ15
ecaDLJnF1ADp+ijkO8n+qJN4Me4oTtNV
uWpiFbhZ+fOhB6-p+vSI8COT5iH24M4E
JqDBIwhFQVVZwI4OwiAPvRYuc-8NuS5o
jaO-301+IwPymtZs2bfsg4CM0NlowoSm
rOzzj2gwD8-ZM4gNMQfpv+AJUlJWQ0qP
wv5bkn4iy3THf7Aeoa+93rEoZosvlc6y
wgA3ug+gDc4J0LZ+XXGitm7Dpr++T1Ii
z4Ow5kTvLZ+47YjATTQxGR9i8gGbqwNc

Random passwords for WordPress and database driven services.

If you need an extremely strong password and have a password manager, that fills in your passwords automatically, then you should use one of these 56 characters long passwords. These are recommended for WordPress, MySQL and other modern databases and database driven web services.

jK++hz6OhW8huBD-Jz66KwMOS2oT2YMLLF4ywcA2qxcHu7g9LUO7P1-H
UVIMPkNJs6NE-Rf+CT-vmY+yjTr9+mZUMe8GK1jOQlyVvU05K5E20KMx
cqaqVsCHEbB3DHZ0ay4RD21Eg+oocBNvMXLWj0JQOPoIRuzrrgbGm-3X
-pAgIU9WA-NU8j3j+yEjhVnbB61kumw47K8UivT7wrNKjVkIrQpW4APv
Ozr80qSQS7KK8uST7+B22693WmVqfPiqG2yWteH1FTlCGwSwZlrJxXvF
58L2GOloG-CshkrVYy+bDK06xhca-0mCfDVGMm5ipfMAAtet+8N44jJC
gZjT8Z+uMjf6biILgjlJ36SBtrDD2y8NnqSOiI-UTG4ntKu4InUbLR6W
-OtiZHYQGvUjpoA-gQhSoHHZFARD0QkkmxCe2a5pg8n71-pYvGKBmSos
grHV2Ex8SgqDUkfUMVkKW+AAPlFsu6ml0rF2V0eCHj-apkue-33ZFx42
7OQjeuDn-Sxe96ozpy3TzT2JvHkXD2axXl-oYM0cMnhwc9ewLXgwqs6T

Random usernames for non-social services.

If you are required to register to a non-social service with a username, you should use one the randomly generated usernames below. They are based on lowercase letters and somewhat pronounceable, while maintaining a unique and meaningless combination. I might improve these a bit more.

hkuamoma
leeuooyu
yuuuacju
sopbeeel
oueyhria
ikoouyon
eigkcuso
iheegyas
lrryahuz
yyiafoee

Notes about the generated passwords.

The randomly generated passwords and usernames should not contain reserved sequences, that can conflict with HTML, PHP, MySQL, text editors or authentication services. An example is generation of entity numbers, entity names or escaped sequences. For that reason, only a few safe special characters are used.

Each password has been generated on the fly and printed directly to this page. None of the passwords have been through a database, have been written to temporary storage or logged in the process. If you forget your password, it can not be recalled.

About my password generator.

My password generator, that generated the passwords above, is a piece of PHP programming code, that I wrote. It is based on PHP’s rand, str_shuffle and random_int functions. The random_int function generates unbiased cryptographically secure pseudo-random integers. It uses the cryptographically secure random generator /dev/urandom from the operating system, which is FreeBSD.

My password generator is based on the random_int function, that generates unbiased cryptographically secure pseudo-random integers by using the cryptographicall
My password generator is based on the random_int function, that generates unbiased cryptographically secure pseudo-random integers by using the cryptographically secure random generator /dev/urandom in the FreeBSD operating system.

I wrote the password generation proces quite straight forward: It initially loads a set of special characters, a set of numbers, a set of upper case letters and a set of lower case of letters. It then generates 10 random passwords, that all are generated with the following procedure:

  1. It picks 1 random character from each set. This ensures, that each password contains at least 1 special character, 1 number, 1 upper case letter and 1 lower case letter.
  2. It then loads all sets into a combined pool of characters from which it randomly picks 1 character at a time until the desired password length has been achieved. This ensures, that the same characters can be used more than 1 time.
  3. Finally, it shuffles the password a random number of times. This ensures, that the password is unpredictable and safe to use as a password.

Use a password manager.

Read more about, how to use strong passwords in my post Use a password manager to store and fill in your passwords.

Would you like to treat me a cup of coffee?

If you would like to treat me a cup of coffee, then please consider making a small donation to My Bitcoin (BTC) Address. It would be greatly appreciated.

Other tools.

If you would like see, what your IP address, and fingerprint on the internet, is, then you can get the information at What is My IP Address?.

This page was last updated 2022-06-12.