Lanmanager and NT Password
-
Hello, I'm developing a program that sets the SAMBA passwords in a LDAP-directory. I'm now wondering if there are some classes in MFC (Or any other c++ class) that can make these hashes. I've been checking out the mkntpwd, and I want a similar class that does the same thing: $ mkntpwd password E52CAC67419A9A224A3B108F3FA6CB6D:8846F7EAEE8FB117AD06BDD830B7586C (Lanmanager:NT) .. Like (something simple like this) CLanmangerPassword a("cleartextpassword"); CString sLanmgrpwd = a.GetHash();
-
Hello, I'm developing a program that sets the SAMBA passwords in a LDAP-directory. I'm now wondering if there are some classes in MFC (Or any other c++ class) that can make these hashes. I've been checking out the mkntpwd, and I want a similar class that does the same thing: $ mkntpwd password E52CAC67419A9A224A3B108F3FA6CB6D:8846F7EAEE8FB117AD06BDD830B7586C (Lanmanager:NT) .. Like (something simple like this) CLanmangerPassword a("cleartextpassword"); CString sLanmgrpwd = a.GetHash();
i've never heard about such a class! Don't try it, just do it! ;-)