Security Assertion Markup Language - SAML
Category: Languages > Architecture      Posted: 01 Nov 07

The SAML has emerged as the gold standard for building Cross-Domain SSO solutions and is a key technology in the domain of federated identity managemen...

Configuring IIS7 to support Windows CardSpace sites
Category: Security > Microsoft      Posted: 17 Oct 07

In this screencast, I walk through the processes of configuring IIS7 on Windows Vista to enable a site to support Windows CardSpace:

  • Configuring I...

  • Windows CardSpace Simple Demo Walkthrough
    Category: Security > Microsoft      Posted: 15 Oct 07

    Windows CardSpace is a new feature of Microsoft Windows that helps you better manage and control your personal information and helps shield you from ma...

    Setting Up Wireless Security
    Category: Others > Misc      Posted: 24 Jun 07

    Andy and Sean show how to enable security on a wireless network connection using both WEP and WPA. Sean reveals his hair secrets and Andy's wiener-osity is secure. Plus the cats help out

    Reverse engineering techniques to find security bugs: A case study of the ANI
    Category: Others > Discussion      Posted: 03 Jun 07

    Alex Sotirov is a vulnerability engineer at determina. He will discuss some latest ... all ยป techniques in reverse engineering software to find vulne...

    ColdFusion Security Checklist
    Category: Web Development > Coldfusion      Posted: 24 May 07

    This presentation covers Ray Camden's Coldfusion Security Checklist

    Attack of the SpamBots
    Category: Web Development > Coldfusion      Posted: 23 May 07

    Jake Munson, creator of CFQuickDocs, discusses various methods for preventing spammers from attacking your forms. CAPTCHA is very popular, and there are also some new prevention techniques appearing on the horizon. He discusses the strengths and weaknesses of these different methods. He also talks ab...

    CF.Objective() Preview: Security and the SDLC: Threat Modeling
    Category: Web Development > Coldfusion      Posted: 23 May 07

    In this 30 minute preview of his CFObjective seminar, Dean will examine how threat modeling can be used as a baseline activity to ensure the security of web applications. Threat modeling is a structured approach for identifying, evaluating and mitigating risks to system security. By modeling a system...

    Validating Input Parameters
    Category: Web Development > Coldfusion      Posted: 22 May 07

    One of the first things a web programmer learns is that the web is stateless. To get around this fact, web programmers use a variety of methods including form, URL, and cookie variables. A user can manipulate all of these variables, however. So, for example, you wouldn't pass the price of a product t...

    Securing Your ColdFusion MX Server
    Category: Web Development > Coldfusion      Posted: 22 May 07

    Learn about best practices and about using security settings in the ColdFusion administrator

    Simple Sql Injection
    Category: Database > General      Posted: 22 May 07

    A SQL injection screencast. Provides a detailed step by step view of how hacker can exploit SQL Injection vulnerability

    Cross Site Scripting
    Category: Web Development > Ruby On Rails      Posted: 20 May 07

    Another common security issue is cross site scripting. In this episode you will see why it is so important to escape any HTML a user may submit