Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Checksum V2
#1
Announcing version 2 of my 'File Checksum' app, which is a complete rework of the V1 app. As with V1, V2 was developed using the PAGE GUI design application, but since PAGE V8 has now been released, I've used that version of PAGE to develop the GUI for this project.

As before, this application provides an easy to use GUI for checking the hash values of any file. The use case is for when you download a file for which the author has provided a checksum value: this app will generate the hash values of the downloaded file (on the local host machine) and allows you to simply paste in the published hash values. It will then compare the two values and indicate if they are a match, or not a match. The main difference between my two apps is that V2 generates all four supported hash digests (MD5, SHA-1, SHA-256 and SHA-512), in parallel, and displays all four in the GUI at once, rather than one at a time, which is what V1 did.

You can find all the details as well as the app, hosted on GitHub

Thank you for your interest and I welcome any constructive feedback.

Attached Files

Thumbnail(s)
   
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  File Checksum App rob101 0 743 Dec-08-2023, 10:54 PM
Last Post: rob101

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020