Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: How to match Anope digests ?  (Read 1776 times)

0 Members and 1 Guest are viewing this topic.

capitaine

  • Anope User
  • Offline Offline
  • Posts: 39
    • http://www.coolsmile.net
How to match Anope digests ?
« 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.
Logged
Pages: [1]   Go Up