Hacker News new | ask | show | jobs
Show HN: Client-Side Encrypted Gist (github.com)
16 points by srpeck 3567 days ago
2 comments

I had the same need as SDEES (https://news.ycombinator.com/item?id=12441302), so I created a zero-install, client-side encrypted, browser-based editor using SJCL+CodeMirror in Vim mode.

Live link to try it out here: https://srpeck.github.io/encryptedgist/index.html

This is awesome! Very clever to use Gists. (As SDEES author, I'm also super happy to be able to serve as inspiration.)

Could you add functionality to list available documents? Perhaps its possible to get a list of the documents using Gist API after getting GH credentials so the user doesn't have to copy-paste the Gist ID.

Please add a license to your code. As it stands, it is currently proprietary (and nobody except you is allowed to use it, modify or distribute it).
Added MIT license.