Jump to content

Recommended Posts

Posted (edited)
hey i was wondering if anyone can actually point me in the right direction as to how to see this image, even if it is an image

http://www.hardwareheaven.com/attachments/...case-cd-sis.txt

Its base64. Just decode it and save as jpg file type.

its a girl in a blue shirt.

Edited by digip
Posted

I used this website to decode the image.

http://www.opinionatedgeek.com/dotnet/tools/base64decode/

Have fun.

Regards,

Infiltrator

Posted

Or if you're running Linux or perhaps on a Mac as well...

cat /path/to/cd-sis.txt | base64 -i -d > /path/to/output.jpg

Posted
Or if you're running Linux or perhaps on a Mac as well...

cat /path/to/cd-sis.txt | base64 -i -d > /path/to/output.jpg

Man why can't Windows be like Linux for once.

Posted
Windows reads files by extension. Linux by file headers.

Yeah I do realize that, but why can' t Microsoft do a better job just like Linux OSes does.

Posted (edited)

Um, if you have notepad++ in windows, you can base64 decode it right in the text editor(thats how I did it). There are also other ways to do it on windows, I just don't know of any native tools that do so, doesnt mean they don't exist.

Probably can be done with a vbscript, or even powershell, but would have to look up the api calls that do it. Just cause linux can do something with a few cli commands does not mean windows can't, its just whether or not you know how, not if it can or can't.

Edited by digip
Posted (edited)
Um, if you have notepad++ in windows, you can base64 decode it right in the text editor(thats how I did it). There are also other ways to do it on windows, I just don't know of any native tools that do so, doesnt mean they don't exist.

Probably can be done with a vbscript, or even powershell, but would have to look up the api calls that do it. Just cause linux can do something with a few cli commands does not mean windows can't, its just whether or not you know how, not if it can or can't.

That's what I was referring to, Linux has all these native built in tools, that can make our jobs so efficient and Windows on the other hand, can make our jobs quite frustrating sometimes.

But both Oses have their advantages and disadvantages, that's what make them so unique in what they can offer.

Edited by Infiltrator
Posted

if all OS's were the same. there would be no point in having multiple OS's thats why i try to find the time to use and understand as many as possible. (but will i little kid it has been put on hold)

Posted
if all OS's were the same. there would be no point in having multiple OS's thats why i try to find the time to use and understand as many as possible. (but will i little kid it has been put on hold)

I don't know how old you are, but if you have passion and devotion to learn something, than you won' have anything to lose but to gain.

Posted
I don't know how old you are, but if you have passion and devotion to learn something, than you won' have anything to lose but to gain.

i don't know why you quoted me since what you said has nothing to do with my comment.

Posted (edited)

guys thanks a ton, now i see how it works, it been on my drawing board for a while.. and i wanted to see the girl ;)

Edited by charm_quark

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...