Everything about this app happens localized in your browser, on your device, during that session.
None of passwords generated are transmitted any way. None of the settings1 with which you use to generate passwords are transmitted in any way. The color theme you use is not transmitted in any way.
None of the passwords generated are saved in any way, to the device, to the browser, or otherwise.
The settings1 you use to generate a password CAN be saved to the browser's localStorage
PROVIDED THE USER OPTS IN TO THAT BEHAVIOR and CAN BE RESET / REMOVED AT ANY TIME
This app uses different colored themes to make the experience more 'fun' and customizable. In order to remember the theme chosen by the user the value of the theme is stored in the browser's localStorage
.
This app's code is Open Source, meaning it is available for anyone to see, contribute to, and somewhat unfortunately directly steal or copy.
Please note that the only official version of this app will only ever be hosted at passwordgenerator.samtheq.com OR samuelquinones.github.io/password-generator
The above claims only hold true for the official version and I can not make the same claims for those who steal the code and redistribute it without my knowledge.
If you do see that someone is hosting this app on another domain, please open an issue and let me know so that it can be dealt with.
Settings refers to the configurable options on the app; which types of characters to include, password length, etc.