I want to create a password widget.
My idea is to have a textbox so the user can enter how long the password needs to be then when generate is clicked a random number and letter password is created.
I want to use this for user accounts within my company, so i want somthing really random that works offline.
I thought javascript would that work?
My idea is to have a textbox so the user can enter how long the password needs to be then when generate is clicked a random number and letter password is created.
I want to use this for user accounts within my company, so i want somthing really random that works offline.
I thought javascript would that work?