Releases: pH-7/passcode-password-generator
v2.0.8 Released - (June 12th 2023)
v2.0.7 (Nov 30th 2022)
What's Changed
Password
- Generate cryptographically secure random numbers (thanks to the PHP native function,random_int
) for passwords.
Contributors
- @peter279k made their first contribution in #3
Full Changelog: v2.0.6...v2.0.7
v2.0.6 (Nov 29th 2022)
What's Changed
Passcode
- Generate cryptographically secure codes (thanks to the PHP 7 native function,random_int
) for passcodes.
New Contributors
- @peter279k made their first contribution in #3
Full Changelog: v2.0.5...v2.0.6
v2.0.5 - (Feb 22nd 2022 Release)
Passcode/Password Generator, v2.0.5 is now released. This version is contains mirror code cleanups and few composer.json updates.
Finally, the README file has slightly been updated too 🙂
v2.0.4 (Jan 7th 2022 Release)
- Few cleanups.
- Better coding practice.
v2.0.3 is out! 🎁
Few changes (PHPDoc and code sample) and some cleanups.
v2.0.2 is out! 🥂
The Passcode Password Generator library just got better 💪
Get the latest version and start generating secure and fast passcodes and passwords for your new project or existing web app! 🤩
v2.0.0 Password/Passcode Generator
Now, it allows to either generate a password or a passcode.
Breaking changes
Finally, it offers multiple ways to generate a password by allowing special characters or not.
The generated passcodes are now only digits and the default length changed from 8
to 6
digits long.
Passcode Generator v1.0.0 🤠
Stable version of Passcode Generator.
Enjoy 🚀