Can you tell me a way to match Anope's digest to authenticate on a web front-end ?
I checked AnopeXMLRPC::auth, but it's not the best, as it would require password encryption.
Specifically, I've been looking for some PHP like :
hash("sha256", $thatpassword);
or
hash_mac("sha256", $thatpassword, $thativ);
But no match.