Search found 2 matches

by gargatok
Tue Mar 02, 2021 6:32 am
Forum: Developers
Topic: Log in using OD password
Replies: 2
Views: 7540

Re: Log in using OD password

Hi Jordan, thank you for your reply! What I wanted to know is where conversions happen between UTF8 and UTF16-LE and back, or if the stored salt is converted back from base64 or not when generating the hash. But after some experimentation, this PHP7 code seems to generate the same hash as what OD ge...
by gargatok
Fri Feb 12, 2021 12:53 pm
Forum: Developers
Topic: Log in using OD password
Replies: 2
Views: 7540

Log in using OD password

We have an old PHP program where staff could log in and check the schedule, and calendar. It was using it's own database of users. I wanted to use the userod table, so the users can log in using their OD password. (I'm only interested in the now standard sha3-512 hashing). I was digging in OD source...