How to find the salt part from password hash of each user in openldap? ( sha 512 hash) -
i have user password in plain text format. want is, want find hash of plain text password using sha512 , compare result password retrieved openldap. problem here not find salt used openldap sha512 hashing.
(i.e) in linux /etc/shadow , can find salt, $6$salt$hash
similarly how find salt password hash stored in openldap
system environment:- linux,c,c++
Comments
Post a Comment