Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: CRC/checksums #19

Open
Keatah opened this issue Apr 13, 2017 · 2 comments
Open

Feature Request: CRC/checksums #19

Keatah opened this issue Apr 13, 2017 · 2 comments

Comments

@Keatah
Copy link

Keatah commented Apr 13, 2017

The addition of a column displaying a CRC/checksum would be nice and helpful for archiving and curating multiple versions of a program/file. Something like how WinZIP and WinRAR do it.

Instead, what I have to do is export the file to windows and do a bit-by-bit comparison there.

@fadden
Copy link
Owner

fadden commented Apr 15, 2017

With WinZip, you have a single file that has had a CRC32 computed as part of compression.

With ShrinkIt you can have multiple forks, so we might have to show more than one CRC. The way in which the CRC16 was computed depends on which version of ShrinkIt was used, so identical files might have different CRCs (though not if they were compressed by the same program). CRCs are only present on ShrinkIt-compressed files, not in disk images.

So it's possible to show CRCs in some situations, but it's not quite as straightforward a problem as it is for Windows archivers.

@Keatah
Copy link
Author

Keatah commented Apr 15, 2017

I was thinking of simply reading each file in a disk image (automatically or on demand) and computing a CRC on the fly as the catalog is displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants