diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8d8e674..bc0acea 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,7 +2,7 @@ Version 1.0 ---------------------------------------------------------------------- 2006-09-22: * added new auth method: wpool, hash-based authentification - using the whirlpool hash algorithm + using the whirlpool hash algorithm, updated docs * minor tweaks to buildsystem and standalones * cosmetic issues on some files (fprintf, etc) diff --git a/README.txt b/README.txt index 13a10c8..5f00485 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ ALOCK(1) ======== Mathias Gumz -v1.0, 19 September 2006 +v1.0, 22 September 2006 NAME ---- @@ -35,23 +35,24 @@ OPTIONS On systems using 'shadow' alock needs the suid-flag set. - pam - Tries to authentificate against the users system-password using the 'pam-login'-module. - - md5 - alock creates a md5-hash from the entered unlockpassword and compares it with the hash provided + - md5 - alock creates a md5-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use content of as reference - - - sha1 - alock creates a sha1-hash from the entered unlockpassword and compares it with the hash provided + - sha1 - alock creates a sha1-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha256 - alock creates a sha256-hash from the entered unlockpassword and compares it with the hash provided + - sha256 - alock creates a sha256-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha384 - alock creates a sha384-hash from the entered unlockpassword and compares it with the hash provided + - sha384 - alock creates a sha384-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha512 - alock creates a sha512-hash from the entered unlockpassword and compares it with the hash provided + - sha512 - alock creates a sha512-hash from the entered passphrase and compares it with the hash provided + * hash= - use as reference + * file= - use as reference + - wpool - alock creates a whirlpool-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - -bg type:options :: @@ -97,9 +98,16 @@ Written by Mathias Gumz RESOURCES --------- +'alock' - Webpages :: - link:http://darkshed.net[Home] - link:http://code.google.com/p/alock/issues/list[Issue Tracker] +Algorithms :: +- link:http://en.wikipedia.org/wiki/WHIRLPOOL[whirlpool hash] +- link:http://en.wikipedia.org/wiki/SHA_hash_functions[sha based hashfunctions] +- link:http://en.wikipedia.org/wiki/Md5[md5] + + Other Lockers :: - link:http://www.tux.org/~bagleyd/xlockmore.html[xlockmore] - link:http://www.jwz.org/xscreensaver/[xscreensaver] diff --git a/alock.txt b/alock.txt index 13a10c8..5f00485 100644 --- a/alock.txt +++ b/alock.txt @@ -1,7 +1,7 @@ ALOCK(1) ======== Mathias Gumz -v1.0, 19 September 2006 +v1.0, 22 September 2006 NAME ---- @@ -35,23 +35,24 @@ OPTIONS On systems using 'shadow' alock needs the suid-flag set. - pam - Tries to authentificate against the users system-password using the 'pam-login'-module. - - md5 - alock creates a md5-hash from the entered unlockpassword and compares it with the hash provided + - md5 - alock creates a md5-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use content of as reference - - - sha1 - alock creates a sha1-hash from the entered unlockpassword and compares it with the hash provided + - sha1 - alock creates a sha1-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha256 - alock creates a sha256-hash from the entered unlockpassword and compares it with the hash provided + - sha256 - alock creates a sha256-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha384 - alock creates a sha384-hash from the entered unlockpassword and compares it with the hash provided + - sha384 - alock creates a sha384-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - - sha512 - alock creates a sha512-hash from the entered unlockpassword and compares it with the hash provided + - sha512 - alock creates a sha512-hash from the entered passphrase and compares it with the hash provided + * hash= - use as reference + * file= - use as reference + - wpool - alock creates a whirlpool-hash from the entered passphrase and compares it with the hash provided * hash= - use as reference * file= - use as reference - -bg type:options :: @@ -97,9 +98,16 @@ Written by Mathias Gumz RESOURCES --------- +'alock' - Webpages :: - link:http://darkshed.net[Home] - link:http://code.google.com/p/alock/issues/list[Issue Tracker] +Algorithms :: +- link:http://en.wikipedia.org/wiki/WHIRLPOOL[whirlpool hash] +- link:http://en.wikipedia.org/wiki/SHA_hash_functions[sha based hashfunctions] +- link:http://en.wikipedia.org/wiki/Md5[md5] + + Other Lockers :: - link:http://www.tux.org/~bagleyd/xlockmore.html[xlockmore] - link:http://www.jwz.org/xscreensaver/[xscreensaver]