Introduction
IkuTurso is an Elixir library. It was originally meant to do the task of checking password strength. It currently has following features:
- Primitive password strength strategies (e.g. length)
- Bloom filter, allowing effective local checks against large password lists
- DAFSA (directed acyclic finite state automaton), allowing searching a dictionary with wildcards. This was in particular intended to find substrings effectively, to determine if a particular password is composed of dictionary words
Currently not developed, interest ran out so to say.
Screenshot

Download
No published version exists on Hex, but a public version exists on GitLab