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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -