Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
decrypt and win $100
#21
a few people were trying. It was discussed a bit on the FB IRC channel.

The technique being used, was a brute force, looking for a complete border around the image. I used a slightly modified verion, looking for more patchy borders, prepared to take more false negatives.

However, I, and i guess the others, got bored after i let it run for about 16 hours. I actually recoded the inner loops of mine in ASM, and it was still very slow going. I think i was trying about 5-15 thousand numbers per second, when it was at full speed, but most of the time, i couldn't run it this fast because i wanted to use the machine for other stuff.

Considering though, it needed to try 4 billion combinations, it was going to take too long, and i could not be guarenteed that there would be a border as such to find.

I'd be interested to see the actual image, and know the number pass, to see if what i wrote, would actually have ever cracked it, given the time.

None of use expected you to pay if we did get it, and i don't think it took anyone longer than an hour to write their program.
EVEN MEN OF STEEL RUST.
[Image: chav.gif]
Reply
#22
wow. that's alot to process. (no pun intended) where did you say this was being discussed? link? Big Grin i seldom travel out of QBNF.

well the seed number i used to encrypted it was 10011100110111010001 (just convert to decimal)

immature: yes
arbitrary: you bet
retarded: It's my creed. (retardizm that is)
false: Proud to so say it is.


tell you what. if i post a harder pic, i will guarantee 100. (pesos)
quote="whitetiger0990"]whitetiger is.. WHITE POWER!!! [/quote]
Here
Reply
#23
Quote:100 Mexican pesos = 9.09901549 U.S. dollars

hmm...
ovaProgramming.

One night I had a dream where I was breaking balls. The next morning, BALLSBREAKER was born.

Quote: Excellent. Now you can have things without paying for them.

BALLSBREAKER 2
~-_-Status Report-_-~
Engine: 94%
Graphics: 95%
Sound: 100%
A Severe Error has crippled BB2 for the time being... I have to figure it out, but until then you won't see much of it Sad.
-----------------------------
Reply
#24
10 bucks. better than nothing...
quote="whitetiger0990"]whitetiger is.. WHITE POWER!!! [/quote]
Here
Reply
#25
* whitetiger0990 decodes
DAMMIT

The far right side was solid. Cha0s code would have caught it but it didn't work with my version of fb and we thought we already eliminated the numbers below 1mil. *mumbles*
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#26
Have another look, the far right side is not solid, its a gradient, from

RGB(243, 0, 0) - RGB(250, 0, 0)

so the solid border technique won't catch it.

I might have nearly caught it, as i tried re-rendering the original image down to 16 colors, but that yielded too many false positives to check.

Well done dio, i doubt anyone could break it, without some kind of character recognition, which would have made it so slow, as to be near impossible, without a massive effort of many machines.
EVEN MEN OF STEEL RUST.
[Image: chav.gif]
Reply
#27
here was the image i croped it from.

SCREENRES 1024,768,32,2,1
r =255
FOR ww = 0 TO 1000 STEP 1
r = r - 1
CIRCLE (1024/2,768/2),ww,RGB(r,g,b)
CIRCLE (1024/2+1,768/2+1),ww,RGB(r,g,b)
CIRCLE (1024/2+2,768/2+1),ww,RGB(r,g,b)
NEXT
SLEEP

with the text being at the top left hand corner. (1,1)
quote="whitetiger0990"]whitetiger is.. WHITE POWER!!! [/quote]
Here
Reply
#28
Quote:a few people were trying. It was discussed a bit on the FB IRC channel.

Quote:where did you say this was being discussed? link?
quote="whitetiger0990"]whitetiger is.. WHITE POWER!!! [/quote]
Here
Reply
#29
it was on the FB IRC channel, so all the text of conversations is gone....

the actual channel is

#freebasic

on

irc.freenode.net:6667
EVEN MEN OF STEEL RUST.
[Image: chav.gif]
Reply
#30
I didn't even bother.

As for temperature, think 14-20C daily, and overnight, bordering on zero or a bit below.

And it's perpetually always raining and I hate it.
Screwing with your reality since 1998.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)