breslijo
27-05-2005 06:45:56
so, i went to yahoo email, and before the login page loaded, this flashed and i captured it... thought it was funny..
/li li A JavaScript implementation of the RSA Data Security, Inc. MD5 Message li Digest Algorithm, as defined in RFC 1321. li Copyright (C) Paul Johnston 1999 -
2000. li Updated by Greg Holt 2000 - 2001. li See http//pajhome.org.uk/site/legal.html for details. li/ /li li Convert a 32-bit number to a hex string with
ls-byte first li/ var hex_chr = "0123456789abcdef"; function rhex(num) { str = ""; for(j = 0; j <= 3; j++) str += hex_chr.charAt((num >> (j li 8 + 4)) & 0x0F) +
hex_chr.charAt((num >> (j li 8)) & 0x0F); return str; } /li li Convert a string to a sequence of 16-word blocks, stored as an array. li Append padding bits and
the length, as described in the MD5 standard. li/ function str2blks_MD5(str) { nblk = ((str.length + 8) >> 6) + 1; blks = new Array(nblk li 16); for(i = 0; i <
nblk li 16; i++) blks = 0; for(i = 0; i < str.length; i++) blks[i >> 2] |= str.charCodeAt(i) << ((i % 4) li 8); blks[i >> 2] |= 0x80 << ((i % 4) li 8);
blks[nblk li 16 - 2] = str.length li 8; return blks; } /li li Add integers, wrapping at 2^32. This uses 16-bit operations internally li to work around bugs in some
JS interpreters. li/ functi
Archon810
27-05-2005 10:38:28
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalrighty then... what's funny or special about it?

http//www.freeipodguide.com/phpBB2/smilies_mod/upload/db07989e460d931d93843d0dd44f81e2.gif[" alt=""/imgbff88c297f]
breslijo
27-05-2005 10:52:19
[quote81e80ba13c="Archon810"]aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalrighty then... what's funny or special about it?

http//www.freeipodguide.com/phpBB2/smilies_mod/upload/db07989e460d931d93843d0dd44f81e2.gif[" alt=""/img81e80ba13c][/quote81e80ba13c]
you tell me. i see a lot of smileys, smileys are funny right?
right.
of course.
JUNIOR6886
27-05-2005 10:56:36
looks like someone forgot to read the general nastiness thread.....
J4320
27-05-2005 10:59:03
[quotededb33f6e0="JUNIOR6886"]looks like someone forgot to read the general nastiness thread.....[/quotededb33f6e0]
Ah there just messin around.... Right guys? ?
Peksim
27-05-2005 11:00:48
[quote8aafd55b09="JUNIOR6886"]looks like someone forgot to read the general nastiness thread.....[/quote8aafd55b09]
Ah this is not flaming... yet. Let's see if we can find some gas twisted
[skips off to the shed]
breslijo
27-05-2005 11:25:23
[quote4849f4c3ca="J4320"][quote4849f4c3ca="JUNIOR6886"]looks like someone forgot to read the general nastiness thread.....[/quote4849f4c3ca]
Ah there just messin around.... Right guys? ?[/quote4849f4c3ca]
Was Archon being nasty to me? uh oh.. )
I was actually curious if anyone knew what that was that was up with mail.yahoo.com earlier today. It has some link to some programmers personal site too.
[quote757fc057ca="breslijo"]so, i went to yahoo email, and before the login page loaded, this flashed and i captured it... thought it was funny..
/li li A JavaScript implementation of the RSA Data Security, Inc. MD5 Message li Digest Algorithm, as defined in RFC 1321. li Copyright (C) Paul Johnston 1999 -
2000. li Updated by Greg Holt 2000 - 2001. li See http//pajhome.org.uk/site/legal.html for details. li/ /li li Convert a 32-bit number to a hex string with
ls-byte first li/ var hex_chr = "0123456789abcdef"; function rhex(num) { str = ""; for(j = 0; j <= 3; j++) str += hex_chr.charAt((num >> (j li 8 + 4)) & 0x0F) +
hex_chr.charAt((num >> (j li 8)) & 0x0F); return str; } /li li Convert a string to a sequence of 16-word blocks, stored as an array. li Append padding bits and
the length, as described in the MD5 standard. li/ function str2blks_MD5(str) { nblk = ((str.length + 8) >> 6) + 1; blks = new Array(nblk li 16); for(i = 0; i <
nblk li 16; i++) blks = 0; for(i = 0; i < str.length; i++) blks[i >> 2] |= str.charCodeAt(i) << ((i % 4) li 8); blks[i >> 2] |= 0x80 << ((i % 4) li 8);
blks[nblk li 16 - 2] = str.length li 8; return blks; } /li li Add integers, wrapping at 2^32. This uses 16-bit operations internally li to work around bugs in some
JS interpreters. li/ functi[/quote757fc057ca]
You can see it if you just do view source.
Prob. lost a few words of HTML when downloading and it rendered the script code.