JSrandom is a secure random password generator, built in HTML, CSS and most importantly in Javascript.
Your password will be generated in the matter of seconds after choosing the parameters you want for your password.
- Lenght
- Lowercase
- Uppercase
- Numbers
- Symbols
Also you can trust JSrandom. The password you generate will never be stored somewhere
First of all you have the lenght of your password. You can have a password as long as one character or as long as the number of characters you want. (Just don't put too many pls😓)
The next two parameters are used for including lowercase and uppercase characters in your password.
The last two parameters are used for including numbers and symbols in your password.
At the moment the website will be hosted with Github Pages, but I'm already planning to buy a domain for the future. You can find it here.
With this first update I would like to introduce to you the offile version of JSrandom, made with python.
Just use the web version you can find at this link
Go to the release page, download the executable and run it. As simple as that. You can also run the executable in the terminal, also because is a terminal application
On linux you can run the .exe file with wine, a program that allows you to run windows executables on linux. If you have it installed just navigate to the app directory and type:
wine JSrandom.exe
In alternative you can download the python file and execute it if you have python installed on your machine. You can do it in two ways:
python JSrandom.py
or
python3 JSrandom.py
or simply use chmod to make the file executable. Add this at the top of the file and save it:
#!/usr/bin/python
then
chmod +x JSrandom.py
and then:
./JSrandom.py
Since the executable is not signed, your antivirus will probably block it. If you want you can add an exeption in your antivirus settings or if you don't trust the exe, just download the python file and run it with python.
Thanks to skesko for the collaboration with the testing phase. :3
Developed by Buct0r❤️