Search found 33 matches

by compudemon
Thu Sep 29, 2011 6:10 am
Forum: Challenges
Topic: Blizzard
Replies: 16
Views: 32189

someone hinted there is no key, but if 1=a, 2=b, 3=c ... that is still a key of a sort even if a simple one. the binary data represented by the 2 color image, i double checked there is no 01 or fe intensity colors hiding a faint image :( though the binary might still make an image of some sort with ...
by compudemon
Tue Sep 20, 2011 3:45 am
Forum: Challenges Solved
Topic: Deja Vu
Replies: 17
Views: 5553

i used a big hash table 16111 prime :) probably overkill but all the work i did, i may as well go for least collisions its the biggest prime that i felt safely fit in the memory

79+g0^<2^1^-4?d1+$p!953**2557***8+95**1+882**1-0^<0^0^4^/4^*-4^+0^<8?4c09-4-g>0^6?259*-g!
by compudemon
Tue Sep 20, 2011 12:01 am
Forum: Challenges Solved
Topic: Brokenest Keys
Replies: 26
Views: 3858

yeah i could make it more efficient but it works

8g0^<g1+2c5g1+<p!0<1<00>01>61^2*>0^2*1+2^1v>62^2*>1v2*1+>02c
by compudemon
Mon Sep 19, 2011 11:06 pm
Forum: Challenges Solved
Topic: Brokener Keys
Replies: 15
Views: 3010

i solved it two ways

0<1<00>01>81v>81v>884**0^<g1-09-3-g

and something like this that i tossed later

0<1<-4*8882***+g {spam 512~ bytes} 0>p {spam 512~ bytes} 1>p

or something close to that anyways
by compudemon
Mon Sep 19, 2011 9:25 pm
Forum: Challenges Solved
Topic: Broken Keys
Replies: 15
Views: 3642

i cheated with divide
if smallnumber > 0 and < bignumber then ( smallnumber + bignumber - 1) / bignumber = 1
else = 0

0<1</88888****1-+8/8/8/8/8/4*g1<p!0<p

yeah this wont work if the test has a big number in it but who cares
by compudemon
Mon Sep 19, 2011 8:55 pm
Forum: Challenges Solved
Topic: Broken Key
Replies: 12
Views: 4034

lol seems i got the same idea as another, hurrah division

0<1</4?0<p!1<p
by compudemon
Mon Sep 19, 2011 8:46 pm
Forum: Challenges Solved
Topic: Haven't We Met Before?
Replies: 8
Views: 1314

i abuse c to avoid negative jumps

00^1+1^<1^<1^:2?2gp!d0^29+:2?3cd1+1c
by compudemon
Mon Sep 19, 2011 12:27 pm
Forum: Challenges Solved
Topic: Frequent These Parts
Replies: 7
Views: 1797

i guessed how the cipher worked then dictionary brute forced ctihuolhlacat against all known English 13 letter words thankfully the key repeated mostly over the length this word
by compudemon
Mon Sep 19, 2011 1:15 am
Forum: Challenges
Topic: Latin Lesson
Replies: 11
Views: 28133

the answer has two words with a space between
by compudemon
Mon Sep 19, 2011 12:11 am
Forum: Challenges
Topic: Redeye
Replies: 3
Views: 10001

my one complaint is the file size of the image is a bit large, takes a while to download. this could easily be reduced by say, making it a gif with 50% width and height. it should still be readable.
by compudemon
Fri Sep 16, 2011 6:08 am
Forum: Challenges
Topic: Didactic Feedback Cipher Long 2
Replies: 21
Views: 41701

the first 8 bytes is
5499fa99
am i correct in assessing that this translates to the 8 byte number
0x99fa9954 with 99 the most significant
brute force failed when assuming
it was 0x5499fa99
i wanted to know if the fail was my algorithm or just endianness.
by compudemon
Thu Sep 15, 2011 7:13 pm
Forum: Challenges
Topic: Broken XOR 3
Replies: 16
Views: 26752

i did not brute force adding 0s myself but i think it can be done. you could take say the first 10 hex digits and just brute force all the x b and add 0 combos on that rather then the whole thing. you should get 5 - 10 letters that would be more then enough to tell if a x b pair is good. if you get ...
by compudemon
Wed Sep 14, 2011 11:09 pm
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 3251

seems several different layer filters will get the answer. xor and negate being much more readable then additive. for those curious i used Paint.net
by compudemon
Tue Sep 06, 2011 11:34 pm
Forum: Crossflip
Topic: Code optimization
Replies: 57
Views: 164811

guassian would be N^2 time with packed bools if each row could fit into an int. naturally its still an N^3 problem just done parallel. Am I correct in guessing that some form of algebra, letting the highly regular nature of the N unknowns trim down to a simplified matrix with (N ^ (2/3)) unknowns th...
by compudemon
Sun Sep 04, 2011 5:41 am
Forum: Challenges Solved
Topic: Super Sentence Reversal
Replies: 7
Views: 1766

mine machines tend to look similar to each other, i tried to keep it small 0s/,x?\1+s/x^?\s/1-xvP\ \===/-*8|4^x/!\?=-1x/ \?\s+s/1-xvP\ /s\1//\?-1x=/ \0P?=/ version 2 for the tiny challenge 88 but need 44 ? grr how do i cut this in half even if i take out the second print loop its not half the size :...