Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: capitaine on July 26, 2019, 12:41:27 PM

Title: How to match Anope digests ?
Post by: capitaine on July 26, 2019, 12:41:27 PM
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 :
Code: [Select]
hash("sha256", $thatpassword);or
Code: [Select]
hash_mac("sha256", $thatpassword, $thativ);
But no match.