All Versions
2
Latest Version
Avg Release Cycle
0 days
Latest Release
3034 days ago
Changelog History
Changelog History
-
v0.2.0.0 Changes
December 30, 2016- First version.
- A dictionary can be built based on text files.
- Passphrases with desired entropy are generated.
- Uses a stream of random bytes for generation.
- TODO
- Check performance of IO operations.
- Generate a non-ambiguous dictionary, that is, guarantee that there is only one way of generating each passphrase. For example, if
in
,put
andinput
are in the dictionary, the passphraseinput
is ambiguous. In this case, eitherin
orput
should be removed.
- First version.
-
v0.1.0.0
December 30, 2016