Encryption
Overview
Encryption is the process of scrambling a message in a predefined way, such that the original meaning of the message
is not apparent, and the process can be reversed, thereby recovering the message.
Basic Types
Javascript Encryption
Javascript Encription :
discusses how to encrypt content with Javascript, which can easily be run in the browser.