An open API service indexing awesome lists of open source software.

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

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).