Anope IRC Services

Anope Development => Feature Requests => Topic started by: MicroLord on February 07, 2006, 08:40:23 PM

Title: Request: MySQL field Pass in normal text
Post by: MicroLord on February 07, 2006, 08:40:23 PM
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"
Title:
Post by: Pieter Bootsma on February 07, 2006, 09:06:49 PM
The password field currently is binary data, not plain-text data; it's not a tinyblob for fun.
Title:
Post by: MicroLord on February 21, 2006, 02:00:23 PM
The problem is, i cant read this field out...
or can you give me a php code for reading out this value?