Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-29-2008, 05:36 PM   PM User | #1
mr_pablo
New to the CF scene

 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
mr_pablo is an unknown quantity at this point
Some pointers for a newbie coder

Hi folks.

I'm pretty new to coding (apart from web development stuff) and I need some pointers for starting a piece of project work.

Basically, I have an ENC file, which can be read into Wireshark. It contains tons of packets, that I need to access via a custom built program.

However, I cannot for the life of me, find ANY information for ANY language on how to read and display this kind of file.

Some stuff talks about encrypting a file with the .enc extension, and decrypting it again, using an encrypted password, yet this file has no password, and I have no idea what program originally created the file.

I would appreciate any kind of direction you are able to give, i.e. a suitable language to use (please remember i dont know any major programming language) and if it is possible at all to read these kind of files.

Thanks in advance,

Pablo
mr_pablo is offline   Reply With Quote
Old 11-01-2008, 05:17 PM   PM User | #2
Lord Of Chaos
New to the CF scene

 
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Lord Of Chaos is an unknown quantity at this point
wait you have a ENC file that you dont know what made it.

You'll probably need to buy a decoder, in order to make a decoder you need to know the encryption template (How the original program encoded it) In order to know that youd need to have the program with you and know which one it is. Defeating the purpose. try http://send.onenetworkdirect.net/z/23214/CD94176/
Lord Of Chaos is offline   Reply With Quote
Old 11-01-2008, 05:39 PM   PM User | #3
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
If you look in the drop down in Wireshark it said what program makes .enc packet dumps.

Anyways I found this link which seems to have some good information for a starting point: http://www.networkuptime.com/archive...tanding_t.html

Also remember Wireshark is open source, at worse dig around in the source to find where they parse the .enc file format and see how it is done.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:05 PM.


Advertisement
Log in to turn off these ads.