LCKB
database sha256 encyption - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+----- Thread: database sha256 encyption (/showthread.php?tid=4705)



- AliceW - 04-21-2021


Hello everybody.

So I got my files using sha256 encryption. so in database the accounts are encrypted with it.

I have 2 colums. 1 that says "Password" and this one I got the tool for it to mix the username, password and salt and calculate what goes there.

The second one is a column that just says "Salt" I'm not sure what goes in there. can someone please help explaining to me what I should do there to make the account work?

Thank you in advance!.



2




- Agility - 04-21-2021


official sources have single static salt for sha256 defined in connector config file, I was able to determine by hash values that you're trying to use Azazel LC files which have unique salt per hash

usersaltpass is the schema you're looking for