Skip to content

Hosted version? #9

Description

@stv0g

Hi @eljojo,

thank for this great tool and idea. I've been looking for something like this for some time now.

I had initially planned to host something like this on a static web-host to simplify the unlock procedure for my relatives.

My Envisioned Procedure

Sealing

  1. Generate a bundle, much like in your tool
  2. Upload bundle and encrypted archive to a static site host (GitHub Pages, Netlify, or some CDN like Bunny)
  3. Distribute to each shared secret holder:
  • URL / QR Code to hosted bundle
  • A passphrase constructed from a word list

Recovering

  1. Scan QR code visit hosted bundle
  2. Enter all passphrases
  3. Download decrypted archive

Alternatively, a fully offline method could still be used by distributing also the bundle & archive separately.

Required implementation changes

To implement such a workflow, I think only some minor extensions would be required to your tool:

  1. Allow for pass phrases / word lists instead of PEM-encoded secrets
  2. Allow encrypted archive to be loaded directly from a file hosted relative to the bundle HTML.
  3. Allow generation of bundle's without pre-filling secret from one of the shared secret holders.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions