Search found 1 match

by xernos
07.04.2008, 08:54
Forum: Feature Requests
Topic: Create and verify CRC32 checksums
Replies: 1
Views: 5723

Create and verify CRC32 checksums

Create CRC32 checksums for display or save in svf format file. And may verify from svf file - I need this function because many files have in name 8 characters sum - bay.



EDIT:
I found this implementation of CRC32 algorithm on BSD License written in C I think that may help add this function - bay ...