https://github.com/qqwy/elixir-password-bloomex
Example of using a bloom filter to check for prohibited passwords
https://github.com/qqwy/elixir-password-bloomex
Last synced: 8 months ago
JSON representation
Example of using a bloom filter to check for prohibited passwords
- Host: GitHub
- URL: https://github.com/qqwy/elixir-password-bloomex
- Owner: Qqwy
- Created: 2018-10-07T14:18:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T14:18:33.000Z (about 7 years ago)
- Last Synced: 2025-01-03T13:46:30.489Z (9 months ago)
- Language: Elixir
- Size: 3.68 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PasswordBloomex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `password_bloomex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:password_bloomex, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/password_bloomex](https://hexdocs.pm/password_bloomex).