Im looking to create a real looking .cvs or .json file as if it was exported from a password manager.
- E-Mail should always be the same and of my choice. Username should not be weird/random letters.
- Websites should be real, random standard websites like facebook, twitter, instagram etc. no weird stuff.
- bonus if it has credit cards or notes like “bitcoin wallet”.
I found mockaroo, but the stuff it generates is too random. Any other tools that are suitable for this and can be used by a noob?
Many thanks!
Sounds like a pretty niche task. Probably easiest to write a python or bash script to do it, maybe you could start with a real export and remove all the passwords, then add newly generated ones with a simple regex find and replace.