/fcrc32

Force the CRC32 of any file to your own value

Primary LanguageRustGNU General Public License v2.0GPL-2.0

FCRC32

Force the CRC32 of any file to your own value.

Credit

Note This was developed by Nayuki and released for free under the GPL license here, I just turned it into a library rather than an executable.

Usage Example

process("/home/user/doc.txt", "11111111", 0, false).unwrap()