gpassword 1.0.0
gpassword: ^1.0.0 copied to clipboard
A powerful and secure password generation and validation Flutter package
Changelog #
1.0.0 - 2024-03-19 #
Added #
- Password strength scoring system (0-100)
- Pattern matching for passwords
- Customizable character sets for password generation
- Improved password validation
- Better documentation and examples
- Support for generating multiple passwords with custom options
Changed #
- Updated minimum SDK version to 2.17.0
- Updated Flutter minimum version to 3.0.0
- Improved password generation algorithm
- Enhanced security with cryptographically secure random number generation
- Updated dependencies to latest versions
- Improved code organization and documentation
Fixed #
- Fixed password validation regex
- Improved character set handling
- Enhanced error handling