Разделы
Теги | RSS © 2008 – 2022
Контакты
email:
skype:
Вернуться
» » » GenPhrase - пхп библиотека для создания криптоустойчивых паролей

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
Оставить комментарий
Вверх