Created attachment 102251 [details] The uppercase checksum should match with the lowercase md5 checksum. Dolphin can check checksums (MD5, SHA1, SHA256) in the file properties dialog. You can calculate the checksums and then paste the expected checksum in a field. The field turns green, if it matches and red if it doesn't match. The calculated checksums are lowercase. If you paste the correct uppercase checksum the checksum field turns red even if it matches.
Git commit d1c652aa68d0b891f7f9c4fe664e0d3cbdb133af by Elvis Angelaccio. Committed on 16/11/2016 at 12:30. Pushed by elvisangelaccio into branch 'master'. Allow uppercase checksums matching in Checksums tab While the checksum in cache is always guaranteed to be lowercase, the one from the line edit may be uppercase. If we make it lowercase *before* processing it, we can also simplify the regexes. REVIEW: 129415 FIXED-IN: 5.29 M +7 -4 src/widgets/kpropertiesdialog.cpp M +3 -0 src/widgets/kpropertiesdialog_p.h http://commits.kde.org/kio/d1c652aa68d0b891f7f9c4fe664e0d3cbdb133af
Thanks <3