Week 4 Update: KeepSecret Import/Export Feature Completed (opens in new tab)
This week, the import/export feature for KeepSecret was completed and merged in The implementation went through several changes before reaching its final form. My initial approach was to use a KWalletManager-compatible XML format so that data could be exchanged directly between the two applications. To match KWalletManager's structure exactly, I referenced , , , , and . The final format now preserves all item information: -Secrets are stored as Base64-encoded data and decoded directly from th...
Read the original article