Archivable is implemented by installations that can enumerate their decryption-relevant files for cross-host transport (Chromium only).
| 15 | // Archivable is implemented by installations that can enumerate their decryption-relevant files for |
| 16 | // cross-host transport (Chromium only). |
| 17 | type Archivable interface { |
| 18 | BrowserKey() string |
| 19 | ArchiveSources(categories []types.Category) []chromium.ArchiveSource |
| 20 | } |
| 21 | |
| 22 | // WriteArchive packs each browser's decryption-relevant files into a zip whose internal layout is |
| 23 | // <browser-key>/<User Data layout>, so a restore can re-expand it and decrypt with a keys.json. Files |
no outgoing calls
no test coverage detected