CRCDropper

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
smaragdus
Posts: 2120
Joined: Sat Jun 22, 2013 3:24 am
Location: Aeaea

CRCDropper

#1 Post by smaragdus »

Synopsis
CRCDropper is a simple and tiny (only 84 KB compressed) checksum calculator.

Features
  • CRCDropper supports 10 hashing algorithms (in alphabetical order- CRC16, CRC32, MD2, MD4, MD5, RIPEMD160, SHA1, SHA256, SHA384, SHA512).
  • CRCDropper supports drag&drop of both files and folders (if a folders contains sub-folders, the contents of the sub-folders will also be processed).
  • CRCDropper can also be started up from the command-line.
  • CRCDropper supports Unicode.
  • CRCDropper program window can be resized.
Command-line
CRCDropper can also be started up from the command line, and supports these
options:

Code: Select all

 -crc32 <filename> ...	(default if no option given)
 -md2 <filename> ...
 -md4 <filename> ...
 -md5 <filename> ...
 -sha1 <filename> ...
 -sha256 <filename> ...
 -sha384 <filename> ...
 -sha512 <filename> ...
 -crc16 <filename> ...
 -ripemd160 <filename> ...
Example:
C:\> crcdropper3.exe -md5 test1.dat test2.dat -md4 test1.dat test2.dat

This will calculate MD5 hash for the files test1.dat and test2.dat, then the
MD4 hash for the same files.
Links
CRCDropper Website - http://www.goat1000.com/crcdropper.php
Download Page - http://www.goat1000.com/downloads.php
Publisher - http://www.goat1000.com/
CRCDropper at Softpedia - http://www.softpedia.com/get/System/Fil ... pper.shtml

Downloads
Direct Download Link for the latest (as of 2016.11.28) version of CRCDropper - 3.4.

Images

CRCDropper 3.4 - calculated hashes:

Image

Portability
CRCDropper version 3.4 is portable and stealth by design- it does not save any settings.

Requirements
CRCDropper has no special requirements.

License
CRCDropper is freeware.

Note
I contacted the developer with several suggestions and he was kind to respond and promise to implement at least some of them.

File Details
Name: CRCDropper3.4.zip
File Size: 85747 Byte(s) (83.74 KB)
Modified Date: 2012-05-04 17:04
MD5: 4cfeb0dbb84722363ebab65e0a6f669a
SHA1: 6707261adcb824ead845a9fe23a11ef67686f6ca
SHA256: 6645c9b9c1baf24f8f714d47703efef5264d6de48b80080e1f0b234e2a986d22
CRC32: 5689a2f5
VirusTotal analysis - Detection ratio: 0 / 55

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: CRCDropper

#2 Post by webfork »

I definitely like the size and the simplicity but two key features compared to similar toolsets include:

- No batch verification
- Lack of output/report (e.g. create .sfv or .md5 files)

Still a cool program.

User avatar
smaragdus
Posts: 2120
Joined: Sat Jun 22, 2013 3:24 am
Location: Aeaea

Re: CRCDropper

#3 Post by smaragdus »

Some good news, the developer of CRCDropper sent me a test version which is much better (I hope I am not revealing a secret):
So far I have added in the "Stay on top" option and saving/loading the window size and selected hash to/from a .conf file in the same folder as CRCDropper. In fact the .conf file gets its name from the .exe file, so you can have multiple copies in the same folder with different options by naming the CRCDropper.exe file to something different.
I think that having executables with different settings in the same folder is very cool.

The new "Stay on top" option:

Image

The checksum selection box:

Image

User avatar
smaragdus
Posts: 2120
Joined: Sat Jun 22, 2013 3:24 am
Location: Aeaea

Re: CRCDropper 3.5

#4 Post by smaragdus »

CRCDropper at version 3.5 (file version- 3.5.0.3), changes:
01/2017 3.5
Added "Stay on top" and "Lower case" checkboxes, saving options to crcdropper3.conf file. Added support for multiple selection, context menu and export options.
Context menu for single file selected:

Image

Context menu for multiple files selected:

Image

To celebrate this significantly improved new version of CRCDropper (settings saved to program folder, program remembers window size and position and last used hashing algorithm, hashes in lower/UPPER case, Stay on top, context menu, export hashes to single file or to separate files) I added CRCDropper to the database.

User avatar
Midas
Posts: 6710
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: CRCDropper

#5 Post by Midas »

In testing a few of the minimal file hashers, I found that CRCDropper3 would be more convenient if the export options were available through the CLI parameters. Also, the export format could be made more multi-platform friendly if it followed the 'hash filename' format.

Post Reply