I have an eggdrop bot and I'd like to develop a website which users can access by using the handle/password associated with the eggdrop.
That way I can use the same hashing algorithm in JavaScript to produce the same hash.
Is the password hashing algorithm documented anywhere or could someone point me towards the C code.