A review of encryption in the context of a web application storing
sensitive information. Topics covered include choosing whether to use
crypto, selection of tools, proper usage (including examples), and
operational considerations with respect to security assessment.,The web is a hostile place, and isn't showing any signs of becoming less
so. In order to mitigate this, many developers turn to cryptography.
Unfortunately, cryptography can be complicated, and is easily
circumvented if not properly handled. Th