2013-11-16 00:26:54 +01:00
|
|
|
#+TITLE: libdispass
|
|
|
|
|
|
|
|
A simple test executable (should be converted to library) of [[https://babab.nl][Benjamin
|
|
|
|
Althues]]' DisPass algorithms.
|
|
|
|
|
2013-11-17 01:08:10 +01:00
|
|
|
To run a test:
|
2013-11-16 00:26:54 +01:00
|
|
|
|
2013-11-17 01:08:10 +01:00
|
|
|
: make dispasstest && LD_LIBRARY_PATH=. ./dispasstest
|
2013-11-16 00:26:54 +01:00
|
|
|
|
|
|
|
It should output 4 lines with the hashed passphrases copied from the
|
|
|
|
DisPass algorithms' doctests.
|