How to encrypt backup tapes using more than one method. This article also covers performance issues related to encrypted backups... Read More
A thought provoking article regarding data encryption, that insures you think about the various things required to be sure your data is really secure like you intended it!... Read More
Rainbow tables reduce the difficulty in brute force cracking a single password by creating a large pre-generated data set of hashes from nearly every possible password. Rainbow Tables are popular with a particularly weak password algorithm known as Microsoft LM hash. LM stands for LAN Manager, this password algorithm was used in earlier days of Windows and still lives on... Read More
The following document discusses the use of key iterations and cryptographic salts to stop dictionary attacks in password based encryption (symmetric cryptography)... Read More