Générez un mot de passe aléatoire directement sur votre serveur web. Generate random password directly on your webserver.
Alexandre MOTTIER ebd25104bd Doc name adaptation | 3 years ago | |
---|---|---|
LISEZMOI.md | 3 years ago | |
README.md | 3 years ago | |
getpwd.php | 3 years ago | |
index.php | 3 years ago | |
index_en.php | 3 years ago |
Pour lire ce README en Français, cliquez ici.
This is a web password generator. To make it work, you just have to get the index_en.php and getpwd.php files and upload them to your web server, in your folder / subdomain intended for this purpose.
You will also need to rename index_en.php to index.php.
This file is the interactive password generation page. It offers a button to generate a new password. This page includes responsive design, i.e. it adapts to the format of your screen (PC / mobile / tablet).
This file is used for use from another tool via a query. It only returns the generated password, without formatting. Written completely in PHP, the only source code returned is the generated password.
Want to test the generator directly at home? Discover my test instance!
This instance is updated by GitLab every minute to offer realtime code experience.