Packages

Efficiently generate cryptographically strong random passwords using alpha (including Unicode), numeric and special symbols.

Current section

Files

Jump to
random_password CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v1.1.0 (2022-06-30)
### Added
- Custom alpha characters
- Any set of characters allowed by `Puid` can be used for alpha.
- CHANGELOG
### Changes
- Update to [`Puid`](https://hexdocs.pm/puid/Puid.html) v2.0
- Use `Puid` character validation functionality
- README
## v1.0.0 (2019-04-19)
Initial release