Summary: | Le kwalletmanager "export as encrypted file" | ||
---|---|---|---|
Product: | [Applications] kwalletmanager | Reporter: | Valentin Rusu <valir> |
Component: | general | Assignee: | Valentin Rusu <valir> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | arjunak234, bjoernv |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=208371 | ||
Latest Commit: | http://commits.kde.org/kwallet/9dc50cdef8a35bd895371a7b206b352285fa7347 | Version Fixed In: | |
Sentry Crash Report: |
Description
Valentin Rusu
2014-07-03 19:58:22 UTC
How should this be implemented? How about putting the files (*.salt and *.kwl) in a tar file and then encrypting it? Patch to implement this: https://git.reviewboard.kde.org/r/120381/ Well, putting the kwl file as-is, along with the .salt file may be acceptable, as the kwl file is already encrypted. Si yes, why not accept this. Git commit 9dc50cdef8a35bd895371a7b206b352285fa7347 by Arjun AK. Committed on 30/09/2014 at 07:19. Pushed by arjunak into branch 'frameworks'. Add option to export/import wallets in encrypted form This option allows the user to export/import all the wallets (both .kwl as well as .salt files) onto a single tar archive. This commit also removes the broken "Save as" option. REVIEW: 120381 Related: bug 338517 M +1 -0 src/manager/CMakeLists.txt M +1 -31 src/manager/kwalleteditor.cpp M +0 -1 src/manager/kwalleteditor.h M +82 -0 src/manager/kwalletmanager.cpp M +4 -0 src/manager/kwalletmanager.h M +2 -2 src/manager/kwalletmanager.rc http://commits.kde.org/kwallet/9dc50cdef8a35bd895371a7b206b352285fa7347 |