Download the PHP package looplinguist/random-password-generator without Composer
On this page you can find all versions of the php package looplinguist/random-password-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download looplinguist/random-password-generator
More information about looplinguist/random-password-generator
Files in looplinguist/random-password-generator
Package random-password-generator
Short Description This Laravel package serves to generate random passwords tailored to your specific requirements. It offers a range of options, including passwords with symbols, numbers only, characters only, mixed lowercase and uppercase letters, non-symbol passwords, or combinations of digits and characters. You can customize the password generation process to suit your application's security needs effectively.
License MIT
Homepage https://github.com/LoopLinguist/random-password-generator
Informations about the package random-password-generator
Random Password Generator for Laravel Applications
This Laravel package serves to generate random passwords tailored to your specific requirements. It offers a range of options, including passwords with symbols, numbers only, characters only, mixed lowercase and uppercase letters, non-symbol passwords, or combinations of digits and characters. You can customize the password generation process to suit your application's security needs effectively.
It provides the following features:
- Including symbols: Users can choose to include symbols in the generated password.
- Only numbers: Users can opt for passwords consisting of numbers only.
- Only characters: Users can generate passwords with alphabetic characters only.
- Non-symbol passwords: Users can choose to generate passwords without any symbols.
- Digits and characters only: This option allows generating passwords with digits and alphabetic characters only.
Once the parameters are provided, the function creates a random password that satisfies the specified requirements. It ensures that the generated password meets the security standards for Laravel applications.
Example usage
Default Method:
Example Output
To generate passwords consisting of only digits and a mix of lowercase and uppercase letters:
Example Output
Available methods
Here, you have the flexibility to exclude characters of digits, uppercase letters, numbers, or symbols.
Available methods - Requirements Based Strict
Here, you have the flexibility to specify the number of characters for password generation, or you can enforce a requirement that the password must contain at least 'n' characters of digits, uppercase letters, numbers, or symbols.
Publish the config file with: