Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

kduma-OSS/LV-passphrase-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Package EOL

This package is deprecated and no longer maintained.

The underlying dependency genphrase/genphrase is no longer actively maintained, and the package has not been updated to support modern Laravel versions. For passphrase generation, consider using dedicated libraries such as hidehalo/nanoid-php, hackzilla/password-generator, or implementing a simple diceware generator directly in your application using PHP 8.3+ and random_int().


Laravel Diceware Passphrase Generator

Latest Version on Packagist Software License Total Downloads

Diceware pass phrase generator

Check full documentation here: opensource.duma.sh/libraries/deprecated/passphrase-generator

Install

Via Composer

$ composer require kduma/passphrase-generator

Usage

Passphrase::get();
// returns: Molecule-Unclamped-think-alphabet

Passphrase::setSeparators("!@#")
    ->setEntropy(30)
    ->useEnglishWordList()
    ->dontUseModifiers()
    ->get();
// returns: Chrome#Quite@Tribe

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Diceware pass phrase generator

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages