Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-05-05 13:04:28

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

password encryption

Hi,     Which encryption technique is used to generate the value corresponds to lhc admin password?

https://groups.google.com/forum/#!topic … 52QIC4s7jo

Offline

#2 2014-05-05 13:14:23

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: password encryption

https://github.com/LiveHelperChat/livehelperchat/blob/master/lhc_web/lib/core/lhuser/lhuser.php#L60


sha1($password.$secretHash.sha1($password))

Secret hash is unique for every installation and is generated random for each installation. It's located in settings file.




On 5 May 2014 14:04, Mijoe Mathew <mij...***.com> wrote:

Hi,     Which encryption technique is used to generate the value corresponds to lhc admin password?

Offline

#3 2014-05-05 13:22:17

Mijoe Mathew
Member
Registered: 2014-04-24
Posts: 13

Re: password encryption

Thank you.

Offline

Board footer