Skip to content

Commit

Permalink
Document BookmarkVault
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano authored Dec 1, 2023
1 parent 7606e75 commit 0b76c08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,18 @@ Uses [custom module](https://github.com/rosano/joybox/blob/master/os-app/_shared
"JBXDocumentModificationDate": "2023-11-30T15:26:46.811Z"
}
```

## [BookmarkVault](https://chromewebstore.google.com/detail/bookmarkvault/fhgbcoincldpdmelkhhanmdlfgafmnma)

> [!NOTE]
> Data stored is encrypted; module is direct REST calls; perhaps extension owns the data and remoteStorage considered a form of 'backup'.
Uses [custom module](https://gitlab.com/zookatron/bookmarkvault/-/blob/master/src/background/remotestorage.ts) writing to `/bookmarkvault`:

```
{
"version": "0.1.2",
"passphraseHash": "pbkdf2:Z7GnrZdSIQnuQokSQaVEAQ==:hwxlDGlGPwdc7jt1m+384dr3YK7JM8EFX1y3/lblqR4=",
"data": "aes:yv5f7hFd2V0r51MyfcuO0Q==:EX4AWldZiwxBL2ZZONYZYwxAmA0Runl2pYXvH3l6m64wJrPiiM9oZp1F24njtBZ5A6TOk1iBhcIvyp2RsOSWoOMJ5oryjPG6fJfjxnzwr3atNRxUoQYOlU2cxaVlqSDgFc3oxSTz2beIyhCI5pCknL3vlEwdjpSIgKejlsNVo6+G6tKJKV2cbZ9IXy32bumfHBX6j/i6xHQpa7/NhxXbxA=="
}
```

0 comments on commit 0b76c08

Please sign in to comment.