Quantcast
Channel: How Do I Videos - Security
Browsing all 68 articles
Browse latest View live

How Do I: Increase Web Site Security by Integrating Cardspace and ASP.NET for...

In this video, Scott Golightly shows how to increase the security of Web sites by allowing users to use a Windows CardSpace information card to log in to a Web site.

View Article



How Do I: Use Discretionary Access Control Lists in Windows?

In this video, Will DePalo discusses discretionary access control lists, a major security component of the Windows operating system. See how to grant and deny access to the files you create in Visual...

View Article

How Do I: Encrypt My Web.Config File?

In this video, Hilton Giesenow demonstrates how to securely encrypt sections of your web.config file. The video covers the two out-of-box encryption providers, command-line encryption, and encryption...

View Article

How Do I: Prevent a Cross Site Request Forgery Security Flaw in an ASP.NET...

Cross Site Request Forgery is an attack that enables an attacker to send arbitrary HTTP requests from a victim user. In this video, Todd Miranda demonstrates a simple Cross Site Request Forgery attack...

View Article

How Do I: Prevent a SQL Injection Attack Over a PHP/MySQL/Linux Platform?

In this how-to video, Remon Zakaria will explain and demonstrate the SQL Injection attack over a PHP/MySQL/Linux Platform and how can you protect yourself from it.

View Article


How Do I: Add Security to Visual C++ Applications?

In this video Will DePalo will demonstrate how to add security to the applications that you build with Visual C++ by encrypting data with the Data Protection Application Programming Interface (DPAPI).

View Article

How Do I: Prevent a SQL Injection Security Flaw in an ASP.NET Application?

SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. SQL Injection attacks are typically the result...

View Article

How Do I: Use Managed Cards in Windows CardSpace to Increase the Security of...

In this video Scott Golightly walks through the process of setting up a sample Security Token Service (STS). The STS is used to issue managed cards that will be accepted at a web site. Scott shows how...

View Article


How Do I: Add Security to .Net Applications with the ProtectedData Class?

In this video Will DePalo demonstrates how to add security to .Net applications by encrypting sensitive or confidential data by using the ProtectedData class of the System.Security.Cryptography namespace.

View Article


How Do I: Add Security to Visual Basic and C# Applications with Digital...

In this video Will DePalo demonstrates how to add security to the applications that you build with Visual Basic.Net and C# by verifying the digital signatures on XML documents to insure message...

View Article

How Do I: Digitally Sign Documents with the Signature of a Single Party?

In this video Will DePalo demonstrates how to add security to the applications that you build with Visual Basic.Net and C# by digitally signing documents with the signature of a single party to insure...

View Article

How Do I: Add Security to Applications by Digitally Signing XAML Documents?

In this video you will learn how to add security to the application you build with C# and Visual Basic.NET by digitally signing XAML documents.

View Article

How Do I: Set up SqlMembership Providers?

In this how-to video, Remon Zakaria will explain the concept of Membership providers and demonstrate how to setup and use the SQLMembership provider that is built-in ASP.NET 2.0.

View Article


How Do I: Integrate SqlMembership Provider into My Existing Database?

In this how-to video, Remon Zakaria will remind us with the “Setting up SqlMembership provider” demo and show how to use the SqlMembership provider inside your existing website’s database using...

View Article

How Do I: Improve Data Security by Encrypting and Decrypting XML Data Using...

Transmitting and saving XML data is very popular but the plain text nature of XML makes using it for sensitive data difficult. Encrypting XML data is not difficult with the objects available in .NET....

View Article


How Do I: Improve Data Security by Encrypting and Decrypting XML Data Using...

Transmitting and saving XML data is very popular but the plain text nature of XML makes using it for sensitive data difficult. Encrypting XML data is not difficult with the objects available in .NET....

View Article

How Do I: Create a Secure Custom Membership Provider?

In this how-to video, Remon Zakaria will remind us with the SQL Membership provider and show us how to create a custom Membership provider that does the same job as the SQL Membership Provider.

View Article


How Do I: Improve Cryptographic Security by Storing Keys in Containers?

One of the challenges of encrypting data with keys is determining where to store the keys securely. You can store keys in named containers. These named containers utilize Windows security to securely...

View Article

How Do I: Add Hashing to Existing Application?

In this video, Eric Marvets shows us how to add a hashing routine to an existing application.

View Article

How Do I: Perform Imperative Security Checks?

Restricting access to code that could potentially be used to perform malicious actions is often overlooked but very important. Imperative security checks allow you to protect your application code by...

View Article
Browsing all 68 articles
Browse latest View live


Latest Images