Random Usernames
My notes on creating anonymous usernames.
Fake Usernames
Privacy and anonymity requires fake usernames.
With clusters of identities, if you accidentally slip up, the clusters will be linked, and your entire anonymity/split identity sheme will be compromised.
Keep all your anonymous accounts under different usernames, and don't reveal any connections unless necessary.
Tools like sherklock exist which can instantly look up similar usernames across all social media platforms. Given enough connected accounts, there are bound to be leaks or public information for further pivoting.
Username requirements:
- easy to memorize
- easy to abbreviate/nickname
- not correlateable with your identity
- fits/sounds well in the community/forum
Types of Usernames
Type | Example | Description | Anonymity Notes | Generator Link |
---|---|---|---|---|
Real Name | John Doe | User's real name | Use a fake one. | FakeNameGenerator |
Real Name Handle | @jdoe JohnD | user's real name acronymed, without spaces, and/or lowercase | don't use your real name | |
Adjective Noun | fat_cat | classic random username | random and should fade in on the site | Canihazusername |
Leading Title | real_fat_cat | "a","the","real", "official", "Mr/s", military title | ||
Nobility Particle | Cat_de_Buffee | of , von , de from medieval names | ||
Suffix | fat_cat_jr | family generation number appended at the end | ||
Tailing Digits | fat_cat15 | tailing digits are added to make usernames unique, when base one is already taken. | Must not relate to you personally. | uuid |
Character Name | Sherlock | name of a character/historical figure | ||
Acronym | WRT-Guy | Acronym followed by some noun or above category | Should be random just like Adjective-Noun | |
Number | 8345 | A number. | Must not relate to you personally. | |
Impersonator | US-President | famous person or organization | Anonymous, but generally rude. | randomlists.com |
Swapped Letters | Sh3r!0ck | Some letters substituted with symbols | Sometimes used for impersonation. | Manual for now Homoglyphs |
Generator
There are many other types usernames, and I will probably add them over time.
Never borrow PII
PII - Personal Identifiable Information.
Swatting exists.
Never ever use someone else's (or your own) address, name, or photo. If you get targeted by some creep on the internet, an innocent person will be in danger because you impersonated them.
Be cautious with the impersonator category. Don't be rude, and make sure no-one misunderstands you to be the person you to be the person you are impersonating.
Honorary Mentions, Examples, and Inspirations
Websites unfortunetly don't open source their username generators; however, it is possible to freeload from their APIs or infer generation structure by scraping and modifying existing usernames.
The HAM Radio community often uses their call signs as usernames.
Reddit: (the most famous adjective_noun_1234 type username platform.)
Discord:
- Scrapped Discord usernames (100K)
- Scrapper Discord usernames (includes 28K avatars)
- Initially used a
#1234
tag for making usersnames unique, before switching to handles.
Twitter:
- I used their tools to create the generators I couldn't find on the internet.
- Instagram Username Generator
Unix tools:
echo $RANDOM
anduuid
shuf -n 1 wordlist.txt
andshuf -n 1 -i 1-9999
Other:
Fake Real Usernames
Most fake usernames are clearly fake; however, you could pretend to be someone's real account, perhaps to add credibility. Read more here
Scambaiters do fake entire profiles all the time to improvise better victims.
Fake profile pictures
Pictures and photoes are almost as easy to correlate as usernames.
- This Person does not exist
- These Cats Do Not Exist
- This Mountain Does Not Exist
- This X Doesn't Exist
- Text-to-Image Generators Stock images:
- Wikipedia Commons (conveniently has a "random" button)
- Getty Images
- Usplash
- Openverse Avatars and Identicons:
- Awesome Identicons (many are libraries without Web UIs)
- Ideneticons
- Jdenticons (Don't use PII as input, avatar generators can be reverse engineered.)
- Gridy Avatars
Warning
Don't disclose which generators you use, and don't use the same generator multiple times. It is fairly obvious when 2 profiles are using the same unique username generator.
I am technically blowing myself by writing this, however I am fairly confident in my abilites to blend in in terms with the internet.