Jump to content

PHP Challange / Learning Experance - Basic Criptography


Recommended Posts

Sorry for my spelling, dislexic power guys sorry.

 

Anyway, challange for you today. hopefully I can help someone

 

This challange here, is a decode chalanage, i will give you some clues.

 

I want you to decode the following, I know what the key is and what i started with. so....

 

here's the code

pEVCDXYUR^YPVU[RCXSRT^G_REC_^DERV[[NREZ~CU__VARYX^SRV@_VC^D_XB[s@E^CR_RERXC_REC_RYPEVCDXQTREZ:=:=DCV[[:=:=DCV[[:=:=DCV[[:=:=tXYPEVCB[VC^XYDXYGVDD^YPC_RT_V[VYPR:=:=VAX\:=

 

....Yeah thats a message

 

Right now the cipher.

 

The key is one character long.

and the method is Xor. :)

 

Xor takes binary data and does something with it

 

so if we have the following:

 

Data: 0000

Key : 1111

 

result: 1111

 

to get it back out:

 

result = data

Data: 1111

Key : 1111

 

result: 0000

 

 

where A and B are inputs and c is an output

 

A B C

1 0 1

0 1 0

1 1 0

0 0 0

 

:) happy playing if anyone needs any more clues....

 

btw the key character isnt some uber ellaborate key that knowone has, its on every english type keybord

 

~Havok

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.