maravis.com Exploring Information Security

Thursday, March 11, 2010

  • Email This Page  Print This Page

    Articles/Tutorials

    This page contains a list of articles and tutorials on issues affecting web application security and techniques to build secure applications.

Protecting web application cookies by restricting scope

Published: January 13, 2010

This article shows how to secure web application cookies by restricting scope


Tips for secure session management

Published: November 10, 2009

Tips to secure web application sessions and prevent session hijacking


HTML-ASCII Codes Reference

Published: June 29, 2009

HTML ASCII codes tables for reference.


Derived Unique Key Per Transaction - DUKPT

Published: June 10, 2009

A description of Derived Unique Key Per Transaction (DUKPT) key management scheme.


Reduce PCI Scope with Unique Tokens

Published: May 16, 2009

This article describes the use of unique tokens to replace credit card numbers in certain cases to make PCI-DSS compliance easier.


Tips to select a PCI-QSA

Published: April 14, 2009

This article lists some of the things you should consider when selecting a QSA for a PCI assessment.


Tips To Secure Your Website

Published: December 25, 2008

With the advent of blogs and software like WordPress, anyone can now set up a web server and run a website. This article lists some simple things that anyone can do to protect your websites.


Erasing Your Mobile Phone

Published: December 15, 2008

This article shows how you can securely erase all data from your Windows mobile phone and restore it to the factory state.


Session Fixation Attack

Published: November 22, 2008

This article describes how a session can be hijacked using session fixation and what to do to protect your applications.


Personal Information Security - Spyware

Published: November 22, 2008

This article is an overview of spyware and what you can do about it.


Personal Information Security - Phishing

Published: November 15, 2008

This article discusses what phishing is, how it works and how you can protect yourself from falling for phishing scams.


Understanding Cookies

Published: November 15, 2008

This article describes what cookies are and how they work: all you need to know about cookies.


Protect Applications Against Dictionary Attacks

Published: November 15, 2008

This article discusses dictionary attacks and the different techniques you can use to protect your applications from these attacks.


Overview of SSL

Published: November 15, 2008

This article discusses the purpose of SSL, how it can to protect your data and, more importantly, what it cannot do.


The SSL Handshake

Published: November 15, 2008

This article gives a high level overview of the SSL "handshake" process. The handshake is the process of establishing an SSL connection.


Storing Passwords Securely

Published: November 15, 2008

This article shows how you can store passwords securely in your databases using hashing and salting.


Serving Documents Securely From Web Applications

Published: November 15, 2008

This article shows how to securely serve up Word, Excel, PDF and other documents to users from your web applications.


Input Validation Using Jakarta Commons Validator

Published: November 15, 2008

This article shows you how to perform input validation in your Java applications using the Jakarta Commons Validator.


Archives