Jump to content

is there any way to get a crc32 value?


Recommended Posts

  • Premium

Hello community!
I have a question, is there any way to get a crc32 value?
Example: I have a file with characters that have the crc32 value of "b4c8f065".
and make another file with other characters to reach the same value crc32 "b4c8f065".

is there any way or tool to add the bit and get to a certain crc32?

best regards,
Sean

// ¹Ý-_-»ç

Link to comment
Share on other sites

crc32 is very insecure for protections.

Look at those sites, there you have your solution. You can manipulate bytes in order to achieve the crc32 checksum you want.

http://stackoverflow.com/questions/1514040/reversing-crc32

http://www.nayuki.io/page/forcing-a-files-crc-to-any-value

Here you have it. There's even an example in the second link ;)

Edited by Alina
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.