Jump to content
0x90

Steganography challenge 01

Recommended Posts

binary:

011101000110100001101001011100110010000001101001
011100110010000001101110011011110111010000100000
011101000110100001100101001000000111000001100001
011100110111001101110111011011110111001001100100
001011000010000001101100011011110110111101101011
001000000110100001100001011100100110010001100101
0111001000100001

ascii:

this is not the password, look harder!

hmm...

Link to comment
Share on other sites

virusz wrote: binary:
011101000110100001101001011100110010000001101001
011100110010000001101110011011110111010000100000
011101000110100001100101001000000111000001100001
011100110111001101110111011011110111001001100100
001011000010000001101100011011110110111101101011
001000000110100001100001011100100110010001100101
0111001000100001

ascii:

this is not the password, look harder!

hmm...


/*c++*/
#include <iostream.h>
#include <math.h>
int x[]={
0,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,1,
0,1,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,1,1,0,1,1,1,0,0,1,1,0,1,1,1,1,0,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,
0,1,1,1,0,1,0,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,1,0,0,0,0,1,
0,1,1,1,0,0,1,1,0,1,1,1,0,0,1,1,0,1,1,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,
0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,1,0,0,0,1,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,1,0,1,0,1,1,
0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,0,1,1,0,0,1,0,1,
0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,-1};
int main()
{
int i=0;
while(x[i]!=-1)
{
int k=0;
for(int j=0;j<8;j++)
k+=x[i+j]*pow(2,7-j);
cout<<char(k);
i+=8;
}
return 0;
}

deci. parola e " this is not the password, look harder! "

Link to comment
Share on other sites

this is not the password, look harder!

deci nu are dece sa te minta... :D, treaba sta altfel, nici cu pixeli nu cred ca este vre-o mik mare problema, am vre-o 2 intrebari pt 0x90

1: - vreau sa imi zici dak vrei, este greu sau nu? ... asta ma ajuta cu ceva :D (desi nu prea pare)

2: - tu l-ai rezolvat, stii sigur ca este vre-un passwd?

de fapt ai specificat tu mai sus: "destul de easy" dar tot vreau sa imi rasp..plz

----

bere2bord ...scz :D

Link to comment
Share on other sites

mda. poza e un BMP. deci poate sa salveze fisiere in ea cu un anumit program. si a doua la mana. daca faci din negru alb in aint. o sa vezi ca jos in stg ai niste lipsuri.

incearca sa combini alea su .... deci e usor sau greu.

ca am incercat si nu mi`a iesit nimic.

Link to comment
Share on other sites

sunt 1000 de utilare cu care poti "scrie" o "parola" intr-o poza, sunt si 1000 cu care poti gasi parola, dar tre timp, nervi si vointa, in fine, poate poate,

oricum, ms pt indiciu, nu stiu dak ai facut prea bine ca ne-ai dat acel indiciu ... :D nu ne mai chinuim asa mult probabil...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...