https://bugs.kde.org/show_bug.cgi?id=502527
Bug ID: 502527 Summary: Add import/export of accounts for backup purposes Classification: Applications Product: Keysmith Version: 24.12.3 Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: General Assignee: bhus...@gmail.com Reporter: pqwoerituytruei...@gmail.com Target Milestone: --- The gnome-authenticator has this functionality, i propose adding this for the sake of feature parity, the gnome software exports/imports data in JSON format, i suggest using the same data structure for ease of migrating between gnome and kde Example data (FAKE SECRET KEYS): [ { "secret": "DW6UXL48SDKFNZ66", "label": "user_name", "period": 30, "digits": 6, "type": "OTP", "algorithm": "SHA1", "thumbnail": "Default", "last_used": 0, "tags": [ "google.com" ] }, { "secret": "0UNGLXHQYMH8WJV6", "label": "pqwoerituytrueiwoq", "period": 30, "digits": 6, "type": "OTP", "algorithm": "SHA1", "thumbnail": "Default", "last_used": 0, "tags": [ "kde.org" ] } ] -- You are receiving this mail because: You are watching all bug changes.