-
Via email:
In KeePass i can create several custom profiles. KeeFox has "Generate new password" button and it always use default (active) profile. It can be "clickable menu" - if only clicked addon se…
-
Thanks.
-
```
What steps will reproduce the problem?
1.This instance runs fine with local authentication
2.Attempting to connect to client with ldap authentication
3.
What is the expected output? What do you s…
-
```
What steps will reproduce the problem?
1.This instance runs fine with local authentication
2.Attempting to connect to client with ldap authentication
3.
What is the expected output? What do you s…
-
$generator = new \Hackzilla\PasswordGenerator\Generator\PasswordGenerator();
$generator->setOptions(self::OPTION_UPPER_CASE | self::OPTION_LOWER_CASE | self::OPTION_NUMBERS);
$password = $generator->g…
-
The new feature for adding new entries to the database is already great. But for now, I still have to generate a new password within KeePass.
It would be great to have a simple password generator fe…
-
Thanks for the code.
In Line #60 (https://github.com/defuse/php-passgen/blob/master/PasswordGenerator.php#L60) you're using count($password) where $password is a string. I guess you mean strlen inste…