summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-06-30 18:04:56 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:54 +0200
commit3ca97204bfb0e69f6e1a6186c800ef1eff5100b6 (patch)
tree391fa41fca3c79e2712842ad3ad0547996ba48bb /utils
parent24ad4bcc2c541060d653408df9ddee5f69c77578 (diff)
downloadeurephia-3ca97204bfb0e69f6e1a6186c800ef1eff5100b6.tar.gz
eurephia-3ca97204bfb0e69f6e1a6186c800ef1eff5100b6.tar.xz
eurephia-3ca97204bfb0e69f6e1a6186c800ef1eff5100b6.zip
Added man page for saltdecode
Diffstat (limited to 'utils')
-rw-r--r--utils/eurephia_saltdecode.826
1 files changed, 26 insertions, 0 deletions
diff --git a/utils/eurephia_saltdecode.8 b/utils/eurephia_saltdecode.8
new file mode 100644
index 0000000..8087674
--- /dev/null
+++ b/utils/eurephia_saltdecode.8
@@ -0,0 +1,26 @@
+.\"
+.TH "eurephia_saltdecode" "8" "June 2010" "David Sommerseth" ""
+.SH "NAME"
+eurephia_saltdecode \- Debug utility for eurephia
+.SH "SYNOPSIS"
+.B eurephia_saltdecode
+.RI "<password hash salt>"
+.SH "DESCRIPTION"
+This program will decode the given eurephia password hash. To be able to decode the information correctly you will need to know the password for the hash. The salt is scrambled by using data from the users password and with the wrong password the information will be decoded wrong.
+
+Only the first 8 bytes of the password hash is needed.
+.SH "EXAMPLE"
+.LP
+user@host: ~ $ \fBeurephia_saltdecode 4d93ea21\fR
+
+You will need to give the correct password for this salt.
+If you give the wrong password, the decoded information will be wrong.
+
+Password: \fB.........\fR
+
+Salt length: 32
+Hash rounds: 21763
+
+user@host: ~ $
+.SH "AUTHOR"
+Copyright (C) 2009\-2010 David Sommerseth <dazo@users.sourceforge.net>