Password Generator

Hidden Password Here.


What this password generator does is generate a password, then give users the option to save the password as a text file that can be loaded and copy and paste into the password field. The usages of this generator is so users can randomize a very long password and not have to worry about remembering it, just re-load the file when a password is needed. *Remember to protect your text file.

The password is intentially not display, in case of screen capture software. The coding of this html is very basic. Feel free to see view source. There's nothing saved or collected on my server side. Users can make their own version of it through searching online, tutorial, like I have done. Users can also use other password randomizer. The key points for me is that I don't want see the password because of potential screen monitoring. I also want to have the ability to save the file.

It took me a whole two days, counting the last time I worked on to figure it out. I might tweak it some more later on. I am not a paid programmer, this is why it took so long. *For some device, the file can be saved to use offline, so users can put it in a Usb and use it on multiple devices.

UpperCase: "ABC.." | LowerCase: "abc.. " | Number: "0123456789" | Symbol: "!@#$%^&*()_+~\`|}{[]:;?><,./-="