02.05.2010, 18:25
CRC32 Encrypter
Very difficult to decrypt.It can be used in registration systems.
I've tested it, I could not find any problems.
What is CRC32:
CRC32 is one of hash functions based on on the "polynomial" division idea. The CRC is acronym for Cyclic Redundancy Code (other variants instead "Code" is "Check" and "Checksum") algorithm. The number 32 is specifying the size of resulting hash value (checksum) - 32 bits. The checksum is used to detect errors after transmission or storage of any piece of information.
Usage:
pawn Code:
CRC32(string[]); // return is integer