Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 573 Bytes

Simple one-file password generators

Theses files were created a while ago, to ease password creation. They work without external files/libraries. Just drop these files on your machine and fire them up in your browser.

PHP version

File: passgen-php.php

  • Has a bit more security to it, generates passwords with mt_rand().
  • Needs PHP parser to generate passwords.

JavaScript version

File: passgen-js.html

  • This will work from your harddisc and run client side.
    • Looking for speed? Try this one.