GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   You got hacked!!! Heres the reason why...password encryption!! (https://gfy.com/showthread.php?t=649628)

interracialtoons 08-30-2006 11:38 AM

Quote:

Originally Posted by mrkris
ICQ me you cock loving thunder cunt

Why don't you post your address so I can come over and put my foot up your ass and my fist down your throat.

interracialtoons 08-30-2006 11:40 AM

Hmmmm... better yet...whay don't I hack your password and post under your name.

Go ahead and challege me to do it....BITCH!

mrkris 08-30-2006 11:40 AM

Quote:

Originally Posted by interracialtoons
Why don't you post your address so I can come over and put my foot up your ass and my fist down your throat.

Wasn't using that to talk shit but if you want to be a crybaby keyboard warrior so be it.

mrkris 08-30-2006 11:50 AM

Quote:

Originally Posted by interracialtoons
Hmmmm... better yet...whay don't I hack your password and post under your name.

Go ahead and challege me to do it....BITCH!

"I DARE YOU TO CHALLENGE ME". Please, crack my gfy password, violate a law. You're probably the same stupid kiddy that runs around throwing out words such as "Heap Overflow" and "NOP Slides". I WILL HAX YUR INTERWEB

GrouchyAdmin 08-30-2006 12:08 PM

wats ur asn nubr

mrkris 08-30-2006 12:08 PM

Quote:

Originally Posted by toonpornblog
wats ur asn nubr

roflmao ...

GrouchyAdmin 08-30-2006 12:17 PM

I know I'm beating a dead horse, here... but is this like the first time you've seen crypt(), I mean, ever? DES is only significant to EIGHT bytes, and that's all that is guaranteed. Period.

Not to mention your proposed salt is either static, or the password itself. It doesn't work that way. Ya might want to look into ROT13. Now that will take any sized string, man.. and DAMN is it fast!

mrkris 08-30-2006 12:23 PM

Quote:

Originally Posted by toonpornblog
I know I'm beating a dead horse, here... but is this like the first time you've seen crypt(), I mean, ever? DES is only significant to EIGHT bytes, and that's all that is guaranteed. Period.

Not to mention your proposed salt is either static, or the password itself. It doesn't work that way. Ya might want to look into ROT13. Now that will take any sized string, man.. and DAMN is it fast!

He's to busy cracking our passwords with retardo scripts from packetstormsecurity.nl to reply, so yes, beating a dead horse :thumbsup

AgentCash 08-30-2006 01:04 PM

What I'd really like to know is why you bother with

Quote:

$alphadata = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHI JKLM NOPQRSTUVWXYZ";
@one = split(//, $alphadata);
@two = @one;
@three = @one;
when

Quote:

@one = (A..Z, a..z, 0..9);
gets you the same thing. Then you needlessly copy the array to @two & @three... why?

Quote:

$pw = "$one[$a]$one[$b]$one[$c]";
would accomplish the same thing as

Quote:

$pw = "$one[$a]$two[$b]$three[$c]";
I just fool around with perl in my free time and even I can see you're a total novice.

interracialtoons 08-30-2006 01:29 PM

Quote:

Originally Posted by AgentCash
What I'd really like to know is why you bother with



when



gets you the same thing. Then you needlessly copy the array to @two & @three... why?



would accomplish the same thing as



I just fool around with perl in my free time and even I can see you're a total novice.

Because I wanted a stupid MoFo like you to understand it.

I wasn't trying to write "secret code" to baffle webmasters who don't even write scripts. How would that illustrate anything to them?

BTW: It's really fucking lame to take a solution that you could never have done yourself and then spend 24 hours since it was posted trying to pick at it.
why didn't you post a solution yesterday and end this thread?... Because you couldn't.

Stop acting like a jealous fagot. It will not make you a better webmaster.

Now I'm done. Gotta go do something more productive than listening to stupid shit.

AgentCash 08-30-2006 01:31 PM

:1orglaugh :1orglaugh


All times are GMT -7. The time now is 09:37 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123