Simple PHP based password generator.
- Generates passwords of unlimited length and selectable complexity
- Includes a basic strength meter.
- Random background images fading in and out.
- BeOS style, draggable application window.
All requests against the PHP script are done by AJAX calls. In general JSON is returned.
- Virtualbox >= 5.2.4
- Vagrant >= 2.0.1
- Vagrant Plugins:
- vagrant-winnfsd # required for nfs shares on Windows
- vagrant-vbguest # recommended for virtualbox users
- git clone https://github.com/acidstout/password_generator.git
- cd password_generator
- vagrant up --provider=virtualbox
- ... wait ...
- Open the password generator in your browser: http://192.168.56.154/
Thanks go to
- Samuel Scrimshaw for those nice background images
- Niklas Vosskötter for the Vagrant integration