Qbasicnews.com
Let's have an encryption CHALLENGE! - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Challenges (http://qbasicnews.com/newforum/forum-10.html)
+--- Thread: Let's have an encryption CHALLENGE! (/thread-1160.html)

Pages: 1 2 3 4 5 6 7 8 9


Let's have an encryption CHALLENGE! - Agamemnus - 07-23-2003

EDIT: You used the encryption program that you posted, Blitz? I didn't see it when I first saw your message.

What character key are you using?

"61 13 0E 54 08 1F 4C 18 00 03 08 1C 00 45 21 45 15 0B 54 05 03 02 5E 54 41 1E 1D 10 45 28 47 06 0D 0A 11 5E"

does not equal

"T???^T?E(G? ?^ L? ?? E!E§"

For instance, T is 84, not 6*16+1

Also, what key length are you using?

And, I'm not going to decrypt your message.


Let's have an encryption CHALLENGE! - oracle - 07-23-2003

Why aren't you? It should be easy enough for someone of your skill :normal:


Let's have an encryption CHALLENGE! - Nexinarus - 07-23-2003

Ok here is what i mean more clearly. You cannoy decrypt xor encryption without reversing the process.


Let's have an encryption CHALLENGE! - Blitz - 07-23-2003

The key? hahaha, muhahahhah. You idiot. If you had the key yuo just had to run it through the code wouldn't you? ahahahahahha, idiot.


um. - Meg - 07-23-2003

if hex = "61 13 0E 54 08 1F 4C 18 00 03 08 1C 00 45 21 45 15 0B 54 05 03 02 5E 54 41 1E 1D 10 45 28 47 06 0D 0A 11 5E",

ascii = "a DC3 SO T BS US L CAN NUL ETX BS FS NUL E ! E NAK VT 6 ENQ ETX STX ^ T A RS GS DLE E ( G ACK CR LF DC1 ^",

which in dec = "97 19 14 84 08 31 76 24 00 03 08 28 00 69 21 11 84 05 03 02 94 84 65 30 29 16 69 40 71 06 13 10 17 94",

so the string in QB that would actually be outputted is CHR$(97) + CHR$(19) + CHR$(14) + ... + CHR$(17) + CHR$(94).

That outta get you started, Aga. Wink

*peace*

Meg.


Let's have an encryption CHALLENGE! - Nexinarus - 07-23-2003

Heh hmm this months seems like pick on aga month... :o


Let's have an encryption CHALLENGE! - Agamemnus - 07-23-2003

blitz, shut up you goddamn idiot.

I didn't ask for the key, I asked for the CHARACTER KEY that you were using, as it seems that it is different from ASCII.


aga - Meg - 07-24-2003

Aga,

My post above should contain the info you need.

*peace*

Meg.


Let's have an encryption CHALLENGE! - Blitz - 07-24-2003

I'm usually a nice guy, but i can't stand n00bs who think they know everything better then everyone else. So he brought it on himself. Just visit neozones to see how many fans he has there.


Let's have an encryption CHALLENGE! - Agamemnus - 07-24-2003

Meg, "T???^T?E(G? ?^ L? ?? E!E§" doesn't equal "a DC3 SO T BS US L CAN NUL ETX BS FS NUL E ! E NAK VT 6 ENQ ETX STX ^ T A RS GS DLE E ( G ACK CR LF DC1 ^".