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.2.0 (2022-08-14)
### Added
- Custom decimal characters
- Allow specifying decimal characters.
- Tests for custom `decimals`
### Changes
- README
- Add usage of custom `decimals`
- Add specifying custom entropy source
## v1.1.0 (2022-06-30)
### Added
- Custom alpha characters
- Any set of characters allowed by `Puid` can be used for alpha.
### 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