Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A red alert about Sephforum.
#11
password encryption isnt that big of a deal. Only way someone can get the passwords is thru the database, which noone should have access to anyways except you. Just do as toonski and ado suggest by adding your own encrpytion. Calm down :roll:
igitalblackie.com - Done! Smile Ask about our hosting Wink

-Goddess of the of the No More Religion Threads movement Smile
Reply
#12
He did not have a child, but he had a 9 months pregnant girl to care about. As I see it, Seph is not to blame of what's happening: I must've missed something, but he never claimed that his forum used encryption, so there is nothing to upbraid him. I suggest that you go and encrypt the passwords. Anyhow, decrypted passwords are harmless unless someone can crack into your database and see them.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#13
Nobody's going to hack into the database. I suppose I am overreacting. =/
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#14
You know, by posting on a public forum that the sephforum doesnt encrypt the passwords, you've exposed all sephforums to malicious people who have nothing else better to do that exploit people. Luckily most people are on hosts at datacenters with tight security.

This is something that should have been taken up privately with seph instead of chastising him here in public.
igitalblackie.com - Done! Smile Ask about our hosting Wink

-Goddess of the of the No More Religion Threads movement Smile
Reply
#15
$mySQLPass = crypt($registeredPass, $encodeString);
$result = mysql_query("INSERT INTO tablename password=".$mySQLPass." . . . whatever");
or use UPDATE tablename SET password= . . . whatever.

and then when checking, pseudo:
<INPUT TYPE="PASSWORD" NAME="loginPass">
$loginPass = crypt($loginPass, $encodeString);
if ($mySQLPass != $loginPass) {
// whatever happens when you provide wrong password
}

use php's encrypt as a quick fix
ammit potato!
Reply
#16
Quote:You know, by posting on a public forum that the sephforum doesnt encrypt the passwords, you've exposed all sephforums to malicious people who have nothing else better to do that exploit people. Luckily most people are on hosts at datacenters with tight security.

This is something that should have been taken up privately with seph instead of chastising him here in public.

Except of course that the forum code is freely available for anyone to poke holes in (why they would do that is beyond me). Tongue
Reply
#17
Quote:My family had to take care of my 2-month old cousin a few years back. The little thing didn't stop screaming and crying, and it couldn't even sit up and it pooped all the time... And this is after two months. A baby is a *huge* amount of work, and Seph's is only a few weeks old.

Tell me about it. :*)
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#18
Quote:Nobody's going to hack into the database. I suppose I am overreacting. =/
Of course you're overreacting. Now calm down. Big Grin
I'd knock on wood, but my desk is particle board.
Reply
#19
I'm calm, I'm calm. :wink:
The only problem here I can see, is...you (Nek), Rhia, Rel, Fling, Potato, and Toonski aren't going to register.
Ah, well, I'll get the newbies. :wink:
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#20
Why not? Zack... just add the MD5 function in to a couple of places, announce the changes, and hey presto everyone will be fine with signing up!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)