Jump to content
  • 0

How to encrypt password on lucera2


Dreigons

Question

Hello,

 

Maybe stupid question, but what is lucera2 pack password algorithm? 

 

becouse (PHP)

base64_encode( pack( "H*", sha1( utf8_encode("password"))))

give me this hash: W6ph5Mm5Pz8GgiULbPgzG37mj9g=

but on lucera2 encrypted hash is: dN/CsnrPo2TaVfk6XK7inMrTVXJH7aI4gxs+m9kxsB13/plOTxK51M+pKhJEYdIGUZfYz38z/IhWbaLbKk1urg==

 

 

I found myself: 

base64_encode(hash('whirlpool', "password", true))

 

Edited by Dreigons
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.


×
×
  • Create New...