logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eurephia_saltdecode - Debug utility for eurephia

Author

       Copyright (C) 2009-2012  David Sommerseth <dazo@users.sourceforge.net>

David Sommerseth                                    June 2010                             eurephia_saltdecode(7)

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.

Example

       user@host: ~ $ eurephia_saltdecode4d93ea21

       You  will  need  to give the correct password for this salt.  If you give the wrong password, the decoded
       information will be wrong.

       Password: .........

       Salt length: 32 Hash rounds: 21763

       user@host: ~ $

Name

       eurephia_saltdecode - Debug utility for eurephia

Synopsis

eurephia_saltdecode <password hash salt>

See Also