1eurephia_saltdecode(7) eurephia_saltdecode(7)
2
3
4
6 eurephia_saltdecode - Debug utility for eurephia
7
9 eurephia_saltdecode <password hash salt>
10
12 This program will decode the given eurephia password hash. To be able
13 to decode the information correctly you will need to know the password
14 for the hash. The salt is scrambled by using data from the users pass‐
15 word and with the wrong password the information will be decoded wrong.
16
17 Only the first 8 bytes of the password hash is needed.
18
20 user@host: ~ $ eurephia_saltdecode 4d93ea21
21
22 You will need to give the correct password for this salt. If you give
23 the wrong password, the decoded information will be wrong.
24
25 Password: .........
26
27 Salt length: 32 Hash rounds: 21763
28
29 user@host: ~ $
30
32 Copyright (C) 2009-2012 David Sommerseth <dazo@users.sourceforge.net>
33
34
35
36David Sommerseth June 2010 eurephia_saltdecode(7)