alfiosalanitri

Results 4 comments of alfiosalanitri

same warning with Arch Linux

Password without special characters? In my personal password manager I use this package https://github.com/ircop/passworder that generate strong password with special characters.

> Besides, @damac23 is right, your PHP has no need to ever know the user's password. Why?

@damac23 I have changed ircop/passworder with this https://github.com/ircmaxell/RandomLib and this is my function: ``` public static function generatePassword(int $length = 15) { $factory = new Factory(); $generator = $factory->getGenerator(new Strength(Strength::MEDIUM));...