SAV Password generator is a simple and convenient password generator with many features and settings.
The script uses the JQuery library and Ajax technology to update information without restarting the html page.
Features:
- extensive opportunities
- modern and responsive design
- simplicity and ease of operation
Settings
The script has 2 modes ("password type"): "random characters," "random words."
Password Type - Random Characters
The script generates random passwords based on character sets: you can use lowercase letters ("lowercase") or (and) uppercase letters ("uppercase") or (and) numbers (0-9) or (and) special characters (%,!,: and so on.
Number of passwords. You can generate 1 to 100 passwords.
Password length. The password length can be from 6 to 50 (10 or more recommended).
Password Type - Random Words
In Random Words mode, the script generates a password based on random English words (about 1000 English words). This makes it easier to remember a password, but still makes it resistant to hacking.
You can use other keywords - they are loaded from the text file server_side/txt/keywords.txt. Just replace or add your own.
Number of keywords. The number of keywords in the password can be from 2 to 6 (3 or more are recommended).
Divider. For greater password security, inserts a separator between words. You can use 5 types of divisors (;, - _/)
Number of passwords. You can generate 1 to 100 passwords.
No feedback yet