المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Security Tips: Defend Your Code with Top Ten Security Tips Every Developer Must Know



C++ Programming
03-29-2009, 02:42 AM
There are many ways to get into trouble when it comes to security. You can trust all code that runs on your network, give any user access to important files, and never bother to check that code on your machine has not changed. You can run without virus protection software, not build security into your own code, and give too many privileges to too many accounts. You can even use a number of built-in functions carelessly enough to allow break-ins, and you can leave server ports open and unmonitored. Obviously, the list continues to grow. What are some of the really important issues, the biggest mistakes you should watch out for right now so that you don't compromise your data or your system? Security experts Michael Howard and Keith Brown present 10 tips to keep you out of hot water.

Michael Howard and Keith Brown

<a href="http://msdn.microsoft.com/magazine/187579e7-56f8-4b73-a4c0-fa263185c368">MSDN Magazine September 2002