Ezud.com - Trolling Assistance Forum

Ezud.com - Trolling Assistance Forum (http://ezud.com/forum/index.php)
-   Contests & Giveaways (http://ezud.com/forum/forumdisplay.php?f=184)
-   -   Win yourself a 96 strength pure (100000 difficulty rating) (http://ezud.com/forum/showthread.php?t=6072)

jasper 04-26-2009 04:16 PM

Win yourself a 99 strength pure (100000 difficulty rating)
 
Competition Over
EDIT: Any Idiots who post useless shit that has nothing to do with my code and is just a random guess are gonna get banned from my competition.

Basically, im bored of rs and giving you all a very slim chance of winning my pure:
http://img125.imageshack.us/img125/9...0502171634.jpg
Basicially all you gotta do is break this code and write the answer in a reply post. Goodluck.
The Code
<--- CRYPTOFORGE BEGIN BLOCK 3.2 UNREGISTERED --->
EbIXQvmuwVMi3vfuq8Hi/I8chlK9PaUoPzb1+CLxfHaSOtZqGN+VVK48vLm/gylWgpRyNpAfVUuJ
aNPTMy6tqcYZnTy0bmWvWkIKD5Fl6SobBz2sAYAhOAa2sa6Yz9 Ca6hz4aUxsW2sLTitQYAygigFk
yC334bR4wJAvIiuO1GlpL7nNFwd4ksKmGM2BdJ/6fNo8/bFXY5KvT+/8qkY0b2M7cejXPQzfsUZ/
5zVjfzwf0q8yw+4XOOgp+hyAEA7ASDkBbrUTYzGBlxLISKiSY8 K0boRbfcaYVLWmsLhJjG0/m6vL
kXRuNJLM9Ixuaz3swfRQpw4lL5DPjGm63PViI4znZtYIN4XB+m n4L0nzDAToMOhAw7j7YIP3eopd
GdNMto07Z7MrV9v70Nd0cghjLk5DMQV9+rEkIFaqN1k6+a/RZTnaxJVGC4fSLlHNdzWqX8DfWZ7Y
8PJxDMxYTkt7gZEuCNYs5fQOfEI
<--- CRYPTOFORGE END BLOCK --->
Hints:
The passkey is 3 letters long
Decrpyting it is not the final step, i have thrown in one little extra challenge when you decrypt it.

Best of luck/
i Crunched the numbers before, there are 5559060566555523 or 3 the the 33rd power possible number of passkeys, so i wouldn't advize trying to brute it

Ok How you solved the code:
run the ciphertext or code through cryptforge with the pass key 645 which came back with the follow response:
PK -Q***8250;:1²t¬= C code to break.txt
ÇÉ***8364; ÀT&¿***8217;À³¥***381;](_û×éαèByÌäªYh***8224;¹bp¹***8482;- ·ÿ
0p0º6÷PK -Q***8250;:1²t¬= C code to break.txtPK ? l

2. Those of you who would be familiar with zip files would have realized that it was the text of a compressed file. Once uncompressed it came back with
"The difference of two squares can be expressed as jasper ftw"
which was the final answer which none of you got.

I WIN =D

EleXtroSeXual 04-26-2009 04:25 PM

Give me a hint.

dasimers 04-26-2009 11:23 PM

is the answer 42?

jasper 04-26-2009 11:29 PM

The Answer is not 42, but a sentence with roughly about 13 words in it saying some exciting hax

Nunk 04-27-2009 02:32 AM

Damn i have to make a cracker.:a29:

Fat 04-27-2009 03:41 AM

Hmm i just need to find the passkey...

Happy Man 04-27-2009 05:01 AM

Is anyone gonna be stuffed to do it? To me it seems impossible

Crayon Boy 04-27-2009 07:12 AM

There you go people, the cracker. I don't need the acc myself. Have fun (:

Code:

Sub PasswordBreaker()
    'Author unknown
    'Breaks worksheet password protection.
    'For demo purpose tweaked by KingMartin
    Const PASSWORD As String = "MyPass"
    Dim i As Integer, j As Integer, k As Integer
    Dim l As Integer, m As Integer, n As Integer
    Dim i1 As Integer, i2 As Integer, i3 As Integer
    Dim i4 As Integer, i5 As Integer, i6 As Integer
    Dim msg As String
   
    ActiveSheet.Protect PASSWORD
   
    On Error Resume Next
    For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
        ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
        Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
        Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
        If ActiveSheet.ProtectContents = False Then
            msg = "Now, you would expect """ & PASSWORD & """ password was used to unlock the sheet?"
            msg = msg & String(2, vbLf)
            msg = msg & "Nope. It was unprotected having used " & Chr(i) & Chr(j) & _
            Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
            Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n) & " as password."
            MsgBox msg
            Exit Sub
        End If
    Next: Next: Next: Next: Next: Next
    Next: Next: Next: Next: Next: Next
End Sub


Fat 04-27-2009 12:27 PM

Hopefully *** knows the answer!

dasimers 04-27-2009 02:26 PM

so if i try bruteforece this it willl take me roughly 10^400 (10^9 being the universes age)


All times are GMT -8. The time now is 10:58 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.