The Wayback Machine - https://web.archive.org/web/20110902032817/http://www.codeguru.com:80/cpp/security/

    Security

    Microsoft Visual Studio: Secure CRT Functions

    Discover how to deal with C4996 warning, what secure CRT functions are and how to correctly use them.

    JavaScript Security

    See how you can tighten security gaps using JavaScript and practices such as the Same Origin Policy, Data Tainting, and Signed Scripts.

    Vista User Access Control and Visual C++

    Windows Vista introduces a new security concept called User Access Control (UAC), where local administrators have two access tokens—one representing the privileges of a normal user and the other holding the elevated privileges of the local administrator account. Here, you will learn how to properly implement the UAC to provide a rich user experience.