Thanks for the info... I think I phrased my question wrong though...
Boltwire is using crypt with DES. I want to switch it to using MD5 hash instead, not crypt using MD5 which would not be the same output. The other projects are using MD5 hash instead of crypt. Just changing Boltwire to use md5 hash instead of crypt would be good enough. Ie... from: crypt($pass2, $BOLTcrypt)) to: md5($pass2.$BOLTcrypt); That way I could just change the crypt value in site.conf to match the site's salt and it would compare automatically. There only appear to be two places that the crypt function is actually used, both of them in the commands.php file. All registrations would go through the other password management system since it already forces updates for all the other systems that use it (smf, gallery2, various other custom webapps). Then I can just add a method in the master pasword registration system to force update the Boltwire's idea of where passwords are located. That is easy enough. I don't really need a one login access everything type system as the user can just login to whatever tool they are going to use, it just needs to see the same password format to compare. Wasn't sure if I could create a replacement function that would override that (like via a plugin) or if I would have to physically change the code in the commands.php instead. > ... My keyboard is about to get thrown out: the keys stick.I hope I > havent made too many typos. I can relate to that... I have spare keyboards every place I have workstation so that I can deal with that as soon as it is an issue. Mice too. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
