Download the PHP package natanael-aguiar/secure-password-generator without Composer
On this page you can find all versions of the php package natanael-aguiar/secure-password-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download natanael-aguiar/secure-password-generator
More information about natanael-aguiar/secure-password-generator
Files in natanael-aguiar/secure-password-generator
Download natanael-aguiar/secure-password-generator
More information about natanael-aguiar/secure-password-generator
Files in natanael-aguiar/secure-password-generator
Vendor natanael-aguiar
Package secure-password-generator
Short Description A simple secure password generator
License GPL-3.0-or-later
Package secure-password-generator
Short Description A simple secure password generator
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package secure-password-generator
Secure Password Generator PHP Package
This PHP package allows you to generate secure passwords with configurable options, including uppercase letters, lowercase letters, numbers and special characters.
Installation
You can install this package using Composer. Run the following command in the terminal:
Use
Documentation
SecurePasswordGenerator
(Main Class)
Methods
allowLowercase(bool $allow): void
- Enables or disables lowercase letters in the password.allowUppercase(bool $allow): void
- Enables or disables uppercase letters in the password.allowNumbers(bool $allow): void
- Enables or disables numbers in the password.allowSpecialCharacters(bool $allow): void
- Enables or disables special characters in the password.generatePassword(int $length = 12): string
- Generates a secure password with the specified length.
Contribution
Contributions are welcome! Please open an issue or send a pull request if you want to contribute.
All versions of secure-password-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package natanael-aguiar/secure-password-generator contains the following files
Loading the files please wait ....