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