Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 866 Bytes

File metadata and controls

14 lines (8 loc) · 866 Bytes

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://labs.scottparry.co/passphrase/