A, soon to be, C DisPass library
.gitignore | ||
dispass.c | ||
dispass.h | ||
dispasstest.c | ||
Makefile | ||
README.org |
libdispass
A simple test executable (should be converted to library) of Benjamin Althues' DisPass algorithms.
To run a test:
make dispasstest && LD_LIBRARY_PATH=. ./dispasstest
It should output 4 lines with the hashed passphrases copied from the DisPass algorithms' doctests.