Skip to content

scottparry/passphrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassPhrase

Description

PassPhrase is a Secure Passphrase Generator written in PHP.

The word "passphrase" is used to convey the idea that a password, which is a single word, is far too short to protect you and that using a longer phrase is much better.

Using passphrases made of randomly-chosen words can be both easy to remember and hard for someone else to guess, which is what we want out of a passphrase.

Using the EFF long wordlist, we simply use PHPs array_rand() function to select 5 random words from the wordlist to generate a secure, random passphrase.

You can clone and host locally, upload and run it from your own remote server, or you can use the online version.

https://scottparry.co/labs/passphrase/

About

Secure Passphrase Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published