[Include] [INC]CRC32 Encrypter
#1

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
Download:

Reply
#2

Good Ill go test!
Reply
#3

More info!
No Info = no download
Reply
#4

Info added.
Reply
#5

Not bad my friend, but I will not have any use of it. Maybe others will, great work anyway
Reply
#6

nice work keep it up dude
Reply
#7

Can pass trough, but I stмll recommend MD5, Default Encrypt and Whirpool.
Reply
#8

CRC32 is meant for data integrity, not for hashing/encryption.
Please use MD5/SHA1 for hashing and Rijndael for encryption.
Reply
#9

Quote:
Originally Posted by Woet
CRC32 is meant for data integrity, not for hashing/encryption.
Please use MD5/SHA1 for hashing and Rijndael for encryption.
Where do People come up with these names?
Reply
#10

Quote:
Originally Posted by Tɧ϶ Tσηί™
Quote:
Originally Posted by Woet
CRC32 is meant for data integrity, not for hashing/encryption.
Please use MD5/SHA1 for hashing and Rijndael for encryption.
Where do People come up with these names?
MD = Message-Digest Algorithm
SHA = Secure Hash Algorithm
Rijndael = portmanteau of the inventer's names


</wikipedia>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)