[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 caulier.gil...@gmail.com changed: What|Removed |Added Version Fixed In||7.0.0 --- Comment #12 from

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #11 from Maik Qualmann --- Yes, works fine. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #10 from caulier.gil...@gmail.com --- Maik, Take a look in my simple patch just committed. It must work in all cases i think. Gilles -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #9 from caulier.gil...@gmail.com --- Git commit 9e68bc874e38b82e48981df728a1d83d317557f1 by Gilles Caulier. Committed on 14/03/2020 at 07:18. Pushed by cgilles into branch 'master'. database password encryption : use 02 Simple Crypt

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #8 from caulier.gil...@gmail.com --- Maik, Yes, i made a patch in this way in DBEngineParameters class. the non encrypted password is read and converted in a,crypted version. Non encrypted version is removed from config file. Gilles --

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #7 from caulier.gil...@gmail.com --- Note : after verification, MediaWiki do not store password in config file. Gilles -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #6 from Maik Qualmann --- I had already thought about the encryption in the O2 library, even if the key is not really hidden. But it is enough for our purposes. We should probably come up with a solution to see if the current password is

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #5 from caulier.gil...@gmail.com --- Maik, Good news : 02 library from digiKam core include already a simple Qt class to crypt/ decrypt passwords. It based on this code : https://wiki.qt.io/Simple_encryption_with_SimpleCrypt It's really

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #4 from caulier.gil...@gmail.com --- Hashing password can be enough for the use case in digiKam. Look this comment: https://forum.qt.io/topic/76859/encrypt-and-decrypt-the-password-entered-in-qlineedit/8 It simple to do and enough safe. No

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418641 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #3 from Maik

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 --- Comment #2 from caulier.gil...@gmail.com --- We can use QCryptographicHash fo that : https://stackoverflow.com/questions/2990722/howto-crypt-encrypt-some-string-e-g-password-on-qt-simple Gilles Caulier -- You are receiving this mail because: You

[digikam] [Bug 418641] saves Mysql password in plain text

2020-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418641 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment