Ted

About Ted

This author has not yet filled in any details.
So far Ted has created 72 blog entries.

Checking Hashed Passwords with QuickHash-GUI

I found an article recently that showed the use of QuickHash to check password strings and then using the resulting hash in one of the many sites that store hashes of passwords from data breaches. I then also found this article by The Register titled 'Crypto-busters reverse nearly 320 MEELLION hashed passwords' that talks about the same thing in a lot more detail : https://www.theregister.co.uk/2017/09/04/cryptobusters_reverse_nearly_320_meellion_hashed_passwords/ You can read more about Troys work and the concept of password hashes and their availability here : https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords where he continues to talk about using the SHA-1 hash of a password to check [...]

By |September 10th, 2017|News|3 Comments

Explanation of the current poll question

The current poll is asking users if they would be interested in a code-signed version of QuickHash. Of the votes cast so far, several people have answered with "I don't understand the question" so, I hope to try and make it clearer. In recent times, operating systems like Windows 10, Apple Mac OSX and malicious software detection tools like AVG, Kaspersky, Norton and Windows Defender take a dim view of executable files that are "not signed". What this means is that the operating system cannot be sure sure that the program being run is safe, because it does not [...]

By |September 4th, 2017|News|0 Comments

v2.8.3 Removed from Downloads

v2.8.3 had a bug introduced that was not present in v2.8.2 or below and has been fixed in v.2.8.4. The bug related to the text hashing tab. Text was not being hashed correctly due to a change in the code that unknowingly had an adverse effect on the computed hash. Any user who used v2.8.3 to hash text values should re-run their computations using the new version and my apologies come with this. No other part of the program was affected. Due to the severity of this bug, I have removed v2.8.3 from the available downloads to avoid wider [...]

By |September 4th, 2017|News|0 Comments

Submit a Testimonial!

New Testimonials Section Added Dear user.... I'm pleased to say I get a lot of e-mails thanking me for QuickHash and I get the occasional donation too. In order to help others users read about YOUR experience of QuickHash, I'd very much appreciate you taking the time to write up your positive experiences for publication here. It's also an opportunity for you to get your own company name and website listed on this website. Submit a Testimonial HERE : http://34.225.163.28/testimonials-page/ Users who wish to see improvements or find fault can of course use the bug tracker. Testimonials are [...]

By |August 30th, 2017|News|0 Comments

QuickHash v2.8.4 for Apple Mac OSX

QuickHash v2.8.4 for Apple Mac OSX is now available from the downloads section. It should hopefully just run when the app is extracted from the zip file, but you may need to adjust the security settings of your OSX system to allow it to run, as it is not signed. http://34.225.163.28/downloads/ In the future, I may provide signed versions of the program depending on the results of the current poll which is to establish how many people would like a signed version of the program.

v2.8.4 Released

Today I have released v2.8.4 of QuickHash. It includes only a few fixes but they are significant. See the Changelog for more details, but in summary, it includes several important fixes to the Expected Hash Value field in the "File" tab, and it corrects (reverts) a previously accepted change for the "Text" tab, such that strings were not being hashed correctly. That was also fixed. The user manual has not been changed other than the first page as no instructional adjustments have been added. http://34.225.163.28/downloads/ I hope to buy a code-signing certificate soon, so there may be digitally signed [...]

Problem with “Expected Hash Value” in v2.8.3

A user has reported an issue with v2.8.3 (http://34.225.163.28/bugs/expected-hash-value-report-wrongly-on-single-file-hashing/) regarding a peculiarity with the "Expected Hash Value" field. This field was added a while ago, but another user requested that if the expected hash value is pasted after the file was hashed (whereas it was designed to be input before the file was hashed), the file had to be hashed again in order to compare it to the expected hash value that the user had pasted earlier. So, to fix that, a change was added in v2.8.3 such that if the value was pasted after the file had been hashed, [...]

By |August 28th, 2017|News|0 Comments

v2.8.3 Is Out Now (for all operating systems)

v2.8.3 of QuickHash is now available for Windows, Linux and Apple Mac OSX users. This version should, arguably, have been v2.9.0 because, for the first time in years, a new tab has been added offering a complete range of Base64 decoding. There's lots more improvements too. See the release notes and user manual for full details, but very briefly the user can hash a Base64 encoded file (or a folder of such files) and have the encoded and decoded hash values computed, without the user having to manually do the decoding. There's also a useful button that simply decoded [...]

v2.8.3 Beta2 Available Now

v2.8.3 Beta2 is available now from Github (https://github.com/tedsmith/quickhash/releases/tag/v2.8.3) This beta contains further improvements most notably to the Base64 decoding tab such as more gracious error reporting and how it responds if the user decides to cancel a step etc. It now stops more gracefully rather than just violently showing you error messages and then closing down! There's also been a checker added that Base64 data is indeed Base64 data before it tries to decode it. This is not a very robust check, but it is a check, whereas in Beta1 there was no check. Also added better disk handling [...]