Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi, Which encryption technique is used to generate the value corresponds to lhc admin password?
Offline
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
Thank you.
Offline
Pages: 1