Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Request: MySQL field Pass in normal text  (Read 8976 times)

0 Members and 1 Guest are viewing this topic.

MicroLord

  • Guest
Request: MySQL field Pass in normal text
« 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"
Logged

Pieter Bootsma

  • Team
  • *
  • Offline Offline
  • Posts: 189
    • http://geniusdex.net/
(No subject)
« Reply #1 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.
Logged

MicroLord

  • Guest
(No subject)
« Reply #2 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?
Logged
Pages: [1]   Go Up