5 comments
cool project!<p>also does everyone have to enable js to vote, or did i troll too hard? (sorry!)
I assume the "air gapped" part is merely indicating no internet required?
Self-decrypting HTML? That's an innovative approach.
Somebody already has copied this innovative approach and travelled to past apparently: <a href="https://acme.com/software/securepage/" rel="nofollow">https://acme.com/software/securepage/</a>
Yeah, I was inspired by self-extracting archives. I wanted to share files with basically no dependencies.<p>The goal was:<p>1. Something that didn't require any installation (assuming a web browser)<p>2. Have a single file with no network that could self-decrypt<p>3. Be fully auditable<p>The second point is done by having (sort of(*)) reproducible builds and embedded OpenPGP signatures.<p>The first point is made by cleverly manipulating the HTML structure so that it can decrypt without breaking the PGP signature. It can even decrypt using bare openssl (which was a design goal too, though getting the exact structure right took some work and bug reports).<p>The third point is accomplished by the first two, and by the source being freely available.<p>(*) Depends on the OS at the moment.
Cool!
Maybe this is the source?<p><a href="https://github.com/ApelegHQ/ts-cms-ep-sfx" rel="nofollow">https://github.com/ApelegHQ/ts-cms-ep-sfx</a>
Added above. Thanks!
Correct