Greetings from a rock in the middle of nowhere! - Community & Forums Related Discussions

Users browsing this thread: 1 Guest(s)
D9u
Long time nixers
Tm9ib2R5IGhlcmUgcmVhbGx5IGdpdmVzIHR3byBzaGl0cyBhYm91dCBteSBsaWZlIHN0b3J5LCBvciB3aHkgSSBsaWtlIGZyZXNobHkgc2hhdmVuIHB1c3N5LCBub3IgZG9lcyBhbnlvbmUgY2FyZSBhYm91dCB3aGF0IG1lYW5pbmdsZXNzIGRyaXZlbCBJIGhhdmUgc2hhcmVkIGhlcmUuDQoNCkhhIGhhIGhhLg==
BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC.
Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC.
pac
Members
Cool story bro! You've taken me away my precious time to decrypt this!

Anyway, I wanna know why do you like that and I don't give two farts about life stories.

Welcome to UH.
venam
Administrators
'==' at the end always lead me to think that the encryption is b***6*... which is the case here.
Welcome in, I don't know why you did not write something intelligent instead of this meaningless sentence; but if you like encryption what can I do or say!
D9u
Long time nixers
I apologize if I've offended anyone's delicate sensibilities with my inanity.

Also, I hope that you can find it in your heart to forgive my wasting the 20 seconds it stole from your obviously superior life to decode my droll (drunken?) attempt at humor.

Thank you for your warm welcome!
BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC.
Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC.
pac
Members
(06-09-2012, 03:47 PM)D9u Wrote: I apologize if I've offended anyone's delicate sensibilities with my inanity.

Also, I hope that you can find it in your heart to forgive my wasting the 20 seconds it stole from your obviously superior life to decode my droll (drunken?) attempt at humor.

Thank you for your warm welcome!

I'm sorry if I offended you, I didn't meant anything wrong.
D9u
Long time nixers
No offense taken here, I was 15 Becks into a case when I wrote it.
If I came off as a jerk I'll blame the beer. (even though I'm a jerk without the booze)


Lol
BSD is what you get when a bunch of Unix hackers sit down to try to port a Unix system to the PC.
Linux is what you get when a bunch of PC hackers sit down and try to write a Unix system for the PC.
Okeg
Long time nixers
(08-09-2012, 06:24 AM)D9u Wrote: No offense taken here, I was 15 Becks into a case when I wrote it.
If I came off as a jerk I'll blame the beer. (even though I'm a jerk without the booze)


Lol

Well, ok. But.. How the hell do I decrypt this? lol
zygotb
Long time nixers
(11-10-2012, 08:26 PM)Vizaari Wrote:
(08-09-2012, 06:24 AM)D9u Wrote: No offense taken here, I was 15 Becks into a case when I wrote it.
If I came off as a jerk I'll blame the beer. (even though I'm a jerk without the booze)


Lol

Well, ok. But.. How the hell do I decrypt this? lol

It's base64, so one way would be to use the Python base64 module:
Code:
>>> import base64
>>> bullshit = 'base64 encoded string'
>>> data = base64.b64decode(bullshit)
>>> data
http://docs.python.org/library/base64.html
Someone doesn't appreciate my php generated image!
Mafia
Long time nixers
Lol, clever thinker OP is. I love stuff like this :)
zygotb
Long time nixers
(13-10-2012, 01:34 AM)Mafia Wrote: Lol, clever thinker OP is. I love stuff like this :)

4a 75 73 74 20 73 65 65 69 6e 67 20 77 68 6f 27 73 20 6f 6e 20 74 68 65 69 72 20 74 6f 65 73 2e 0d 0a 53 6f 72 74 20 6f 66 20 61 20 70 6f 69 6e 74 2d 63 6c 69 63 6b 2d 6d 6f 72 6f 6e 20 74 65 73 74 2e 0d 0a 49 66 20 49 20 68 61 64 20 61 63 74 75 61 6c 6c 79 20 65 6e 63 72 79 70 74 65 64 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 70 6f 73 74 20 77 69 74 68 20 61 20 74 72 75 65 20 63 79 70 68 65 72 20 49 20 77 6f 6e 64 65 72 20 68 6f 77 20 6d 61 6e 79 20 68 65 72 65 20 77 6f 75 6c 64 20 62 65 20 61 62 6c 65 20 74 6f 20 63 72 61 63 6b 20 69 74 3f
Someone doesn't appreciate my php generated image!