On Tuesday, 3 October 2023 08:33:02 CEST Benson Muite wrote: > On 10/2/23 09:52, Sune Vuorela wrote: > > On 2023-10-01, Carl Schwan <c...@carlschwan.eu> wrote: > >> Hello, > >> > >> I started writting a small application to generate and compare files with > >> their checksum two years. I piked it up again recently and I think this > >> is now ready for a kde review. > > > > Even two years ago, checking stuff with md5 was not a good idea, unless > > just for checking for transfer errors. > > > > But maybe add a sha3 variant instead? > > It may be helpful to include sha3 and blake2 > https://doc.qt.io/qt-6/qcryptographichash.html > Can make a pull request with these if of interest.
Merge requests are always welcome ;) > > /Sune