Is there a good tutorial about hacking in Java? Is it even possible? And if yes where do i start? I am programming a website with database in hibernate using Java, Struts 2, TomCat. And wondering how to resist hackers attacks? Do I have to become a hacker to understand that?
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
put on hold as too broad by MichaelT, gnat, Robert Harvey, GlenH7, Kilian Foth Mar 16 at 14:21There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||
|
What you need to do first is learn about network security in general and then as you are designing your software, web app or what have you make sure that it is in line with those principles that you have learned previously. |
|||
|