GenPhrase - пхп библиотека для создания криптоустойчивых паролей
register();
$gen = new GenPhrase\Password();
// Generate a passphrase using english words and (at least) 50 bits of entropy.
$gen->generate();
https://github.com/timoh6/GenPhrase
register();
$gen = new GenPhrase\Password();
// Generate a passphrase using english words and (at least) 50 bits of entropy.
$gen->generate();