Looking for some help.
Posted: Thu Jan 22, 2009 11:48 pm
I recently started getting into IT, I've started literally from the bottom up, though. It's been about 1 Week of reading and practical work but I've come from learning CMD Prompt (The bottom in my opinion). To studying and learning a programming language (I've chosen C++ And will be self-educating myself with it). However right now I'm reading about packets, encryption and decryption so here is a list of what I'm currently tinkering with.
I'm using WPE To decipher packets to their ASCII Format. I am NOT using any private keys, just getting used to the ASCII Character maps (Hex, decimal excetera) before moving onto locating and using private-keys and hash algorithms. I only have vague knowledge of that so far however.
I'm also in the middle of compiling openssl but I'm stuck, I'm not sure how I would use or install the DLL's yet (I've looked but it seems that my computer is blocking the exe file that came with the source). When I've installed it I'm hoping to learn how to use it correctly to make my own private keys for packet decryption (I don't intend to do this for malicious intent I just feel if I get the source on as many different programs as possible that I would learn a lot about how they all work and such).
-
I'm looking for help in areas such as: Where would be a good place to start, what would be the best language to learn (I'd assume the answer is HTML But I could be surprised).
Besides that I'm not sure whether this is the place or not for an introduction so I wont make one.
I'm using WPE To decipher packets to their ASCII Format. I am NOT using any private keys, just getting used to the ASCII Character maps (Hex, decimal excetera) before moving onto locating and using private-keys and hash algorithms. I only have vague knowledge of that so far however.
I'm also in the middle of compiling openssl but I'm stuck, I'm not sure how I would use or install the DLL's yet (I've looked but it seems that my computer is blocking the exe file that came with the source). When I've installed it I'm hoping to learn how to use it correctly to make my own private keys for packet decryption (I don't intend to do this for malicious intent I just feel if I get the source on as many different programs as possible that I would learn a lot about how they all work and such).
-
I'm looking for help in areas such as: Where would be a good place to start, what would be the best language to learn (I'd assume the answer is HTML But I could be surprised).
Besides that I'm not sure whether this is the place or not for an introduction so I wont make one.