▲ 24 points
back
7 comments
Very cool!
Here’s something similar-ish but using symmetric encryption (i.e. password):
This is a very cool idea, surprised no one has done it before!
Thanks Ethan!
> The private part is saved by this browser as a non-extractable key, so it cannot be exported
Which storage API is used here?
IndexedDB
Interesting idea — does this work in headless CI environments
where there's no persistent browser storage?
Cool, idea. Nice way to share secrets.