Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
O.P. RE: Message encoder - final
CRC32 is not an encryption system but a hash function (and thus, one-way). What I've done is use the way to compute CRC32 to encrypt the message. I compute CRC32 and at the same time I encrypt the message.