
ChecksumJack
Source (link to git-repo or to original if based on someone elses unmodified work):
Feature list:
* MD5,
* SHA-1,
* SHA224,
* SHA256,
* SHA384,
* SHA512,
* RIPEMD
* WHIRLPOOL.
* Batch function (recursiv).
* Include/exclude file filter.
* Drag and Drop.
Getting Started:
Requires:
- make
- gcc
- openssl
- qt5
cd checksumjack/src/
qmake -o Makefile checksumJack.pro
make
make install
Set up config file:
mkdir ~/.checksumJack
cp ../linux/filter.xml ~/.checksumJack/
0.4.3
SHA256: f540e864e31130ff7048189713f6c1c22585dacd6e69910b3af47dae881a347c
Fixed memory leaks
0.4.2
SHA256:
2f315e6b4fcd01901beb7574e5700b1a2b2e34c0376a6d1d6606f9b34a920cdd
Fixed Clear All function.
Fixed Issue #2 Verify tab + hash
Refactoring of hashfileio
0.4.1
SHA256:
4a3f243f795d76354f6a5ab7e9ba83746f76b1a07217c97b4007fc9837d223b2
Fixed "Clear All" function.
Fixed Issue #2: verify tab + hash
Optimised property settings.
Fixed Dialog "Save hash file"
0.4
SHA256:
a103a2ecac835823405433c5c853d0c3ef0f44d674f7c1b18c2debb37201d14c
A new hash file format:
default format = md5sum / sha256sum etc. pp
deep format = md5deep / sha256deep etc. pp
bsd format is read only.
0.3.9
SHA256:
940ca753bde1ad9c49f099425740a4e90d652d12057e9b150b0e5f9f7bf2ecd5
New:
Unit tests. Testing fileio.
Continious integration (travis-ci)
A global project file.
0.3.8
SHA256: e98002ac9293e4079c6500da951a3c29cb0ff659f2615d2e13a344e807dac0e1
Refactoring of the property settings. Doing it in the QT framework way.
Fixed the »comboboxIndex changed« bug.
0.3.7
SHA256: 9cb909374303fcc4f16ac1c31c43c507910d8546bad71957784f60452bc3da16
Eye candy
Changed a lot of icons. Using :
http://raphaeljs.com/icons
0.3.6-1
fixed minor bug-
0.3.5-4
+ application icon.
+ mime type support:
*.md5
*.sha1
*.rmd160
*.sha224
*.sha256
*.sha384
*.sha512
*.whirlpool
+ mime type file icons.
Ratings & Comments
0 Comments