Encryption Algorithms
MD5
Also call Message-Digest 5
A hash function that could generate 128-bit hash value. Usually being used in ensuring that the data is not modified in transmission.
Method
By download the data and the MD5 value from server, user can check the data is the original one.
Algorithm
mix a lot of bit operations, such as XOR, AND, OR, NOT