Skip to content

rutger1140/password-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Two simple single-file password generators: in JavaScript or PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published