1
mmartin
password field in database
  • 2004/4/6 5:06

  • mmartin

  • Just popping in

  • Posts: 2

  • Since: 2004/4/6 5


Is there a way to make it so that the password stored in the database is clear text? I know it's less secure but I need it this way so that I can integrate a XOOPS site with an application that reads usernames and passwords from MySQL but it will not do encryption ... thanks!

2
fatman
Re: password field in database
  • 2004/4/6 5:21

  • fatman

  • Friend of XOOPS

  • Posts: 176

  • Since: 2003/12/13


Not without hacking the core unfortunately. Perhaps if you describe the integration senario in a little more detail we can suggest an alternative to removing encryption.

Do you know PHP? Does your other application use a MySQL database?

3
mmartin
Re: password field in database
  • 2004/4/6 5:33

  • mmartin

  • Just popping in

  • Posts: 2

  • Since: 2004/4/6 5


the other application is actually a .exe program so I cannot change it to use encryption .. the only thing I can do it tell it the database username, pass and the tables/fields where to get the usernames and passwords ....

I actually have it working except until it's clear text I have to authenticate to it by using the encrypted password that I can see with phpmyadmin lol ...

4
Olivier
Re: password field in database
  • 2004/4/6 10:44

  • Olivier

  • Just popping in

  • Posts: 16

  • Since: 2002/6/16


Can't you edit the program a little ?

Because i think you do something like

If $pwdindatabase = $pwdenterbytheuser
then grant access

So if the language you use let you do this maybe try

If pwdindatabse = md5($pwdenterbytheuser)
then grant access

Maybe it will work

All depends of your programming language

Login

Who's Online

164 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits