Page 1 of 1

TinyHashView - working with checksums

Posted: Fri Aug 28, 2020 3:29 pm
by turbocat
TinyHashView - program for displaying and comparing checksums for KolibriOS.
  • Support for three checksum algorithms: MD5, SHA1, SHA256.
  • Shows checksums of the file.
  • It is possible to compare checksums.
Details can be found on my github:
https://github.com/turbocat2001/TinyHashView

Latest release

I really want to know your opinion on this matter. I would not mind the help of people who are ready to test it
Screenshot
screen.png (10.49 KiB)
Screenshot Viewed 11921 times

Re: TinyHashView - working with checksums

Posted: Wed Sep 02, 2020 2:40 am
by dunkaist
Hi superturbocat2001,

Great start!

My proposal to improve your program is to hash itself when no file is provided as an argument.
Thus TinyHashView will show up and present itself even when run from a file manager.

Re: TinyHashView - working with checksums

Posted: Thu Sep 03, 2020 7:44 pm
by turbocat
Hi, dunkaist !
Hmm, calculating the checksum of the program itself is a strange idea ...
Although I think this is easy to fix and will not affect performance. :D In general, I was planning to integrate with EOlite. But getting into the distribution kit is unlikely to work. :cry:

Re: TinyHashView - working with checksums

Posted: Fri Sep 04, 2020 8:25 pm
by turbocat
I made an integration with "EOLITE"!
To install in KolibriOS you need to run "SETUP.SH". Link to the latest release:
https://github.com/turbocat2001/TinyHas ... es/tag/2.2

Re: TinyHashView - working with checksums

Posted: Mon Sep 07, 2020 10:55 pm
by Leency
Hello superturbocat2001,

This is a very great program! Thank you very much!
As soon as autobuild start working, I'll add your app to SVN.

Re: TinyHashView - working with checksums

Posted: Tue Sep 08, 2020 10:40 am
by turbocat
Thank you very much! :D

Re: TinyHashView - working with checksums

Posted: Tue Sep 08, 2020 7:59 pm
by Ray
Great!
Keccak, BLAKE2, BLAKE3?

Re: TinyHashView - working with checksums

Posted: Mon Sep 28, 2020 8:02 pm
by maxcodehack
I think about editbox from boxlib
More useable copypaste
I will add editbox to this program when I import Boxlib via c_layer

Re: TinyHashView - working with checksums

Posted: Sun Nov 22, 2020 4:19 am
by Leency
Hi again, superturbocat2001

Sorry for a so long delay. I was not available quite a while so now I am sorting things out.
Initially I thought that your app is using a simple and powerful library libcrash.asm (svn\programs\develop\libraries\libcrash\trunk)
but as I see now this is not the case. :(

Anyway I will add this app to ISO. I just have to make a nice icon for it.

Regards,
Kiril

Re: TinyHashView - working with checksums

Posted: Sun Jan 17, 2021 1:17 am
by punk_joker
Program crash if select file in OpenDialog with double click

Re: TinyHashView - working with checksums

Posted: Wed Apr 07, 2021 2:03 am
by turbocat
Увидел. Спасибо за багрепорт. Постараюсь исправить в ближайшее время.

Re: TinyHashView - working with checksums

Posted: Sat May 01, 2021 1:47 am
by turbocat
punk_joker wrote:Program crash if select file in OpenDialog with double click
Вроде как починилось когда перевёл THashView на libc.obj. Это в очередной раз доказывает что libck сожержит странные рандомные баги!