Hi...
I have allready in the searchirc forum posted that anope save passwords in MySQL in a binary "blob".
Therefore i cant "read" this password.
I want to make that my users can use her nickserv pass on the webpage, therefore the webpage must readout the pass.
But the webspace (php) can't read out binary blobs...
The problem issn't md5, i can use md5 and know how its work...
therefor Request:
Save the pass field into real text (so that users can use MD5, sha, etc. if they want for security reasons)
without encryption the password test1234 is 0x6461376566323835633938376133623135663137373130643266306530643032
and that CAN'T be usefull
please change it from "tinyblob" to "text"