Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Compaction.dev: Make cc/codex/cursor resend less. Per run input/output reduction(github.com/philipppohlmann)
    discuss
  2. Dopamine sites – The thrill of shopping without paying(bbc.co.uk)
    discuss
  3. Show HN: Full-page screenshots with free annotation and PDF export(chromewebstore.google.com)
    discuss
  4. The First Microbe for Mars(pioneer-labs.org)
    discuss
  5. Benchmarking Java Performance of JDK 8 Through OpenJDK 27(phoronix.com)
    discuss
  6. Microsoft tried to ban "Microslop", and six months later it has given up(windowslatest.com)
    discuss
  7. Love is in the Eyre: China turns to classic novel to teach romance to teens(cnn.com)
    discuss
  8. Phyll, a UX review for apps built with AI that keeps the design(github.com/carlosphyll)
    discuss
  9. Were agents breaching my site?(matzielab.com)
    discuss
  10. Show HN: CastTake – turn one product photo into a short AI UGC ad video(casttake.com)
    discuss
  11. Electromagnetic Launch – The Technical and Economic Realities [video](youtube.com)
    discuss
  12. The PC-9800 Buyer's Guide(pc98.ne.jp)
    discuss
  13. Copyright Infringement Still Isn't Theft Even When Microsoft Employee Says It Is(techdirt.com)
    1comments
  14. Show HN: CubeLV – AI that designs your automation before building it(cubelv.com)
    1comments
  15. UK's Rudest Street Names(telegraph.co.uk)
    discuss
  16. When AI Acts, Who Remembers What Happened?(cogextai.com)
    discuss
  17. The Year of Internal Tools(geocod.io)
    discuss
  18. Nuros – AI study tools from notes, PDFs, videos, and links(nuros.app)
    discuss
  19. Show HN: Air-gapped file encryption as self-decrypting HTML page(apeleg.com)
    4comments
  20. Flatpark: A more inclusive Flatpak app store for Linux, alternative to Flathub)(flatpark.org)
    discuss
  21. Meta Launches $1,299 VR Headset That Look Like Glasses(bloomberg.com)
    2comments
  22. Italian parliament backs Meloni's plan to restart nuclear power(reuters.com)
    1comments
  23. Wealth Taxes Could Kill Privately-Owned Companies(palladiummag.com)
    2comments
  24. Google Private AI Compute with server-side memory(deepmind.google)
    discuss
  25. Meta VR Glasses Announced, 100 grams, OLED, $1300(uploadvr.com)
    discuss
  26. Six Ways to Integrate Jev(vercel.com)
    discuss
  27. GPT-6 Sol vs. Luna(vercel.com)
    discuss
  28. Ex-cop turned CEO sold U.S. agencies forensics software built in Russia(justice.gov)
    1comments
  29. Bitflix – MCP Apps Example Application for Video(github.com/bitmovin)
    discuss
  30. New Meta VR Glasses(meta.com)
    discuss

Show HN: Air-gapped file encryption as self-decrypting HTML page

4 pointsby 45m agocms-sfx-demo.apeleg.com
4 comments
Air-gapped file encryption packed into a single, self-decrypting HTML page. AI-free.
26m agoHN ↗

Self-decrypting HTML? That's an innovative approach.

12m agoHN ↗

Yeah, I was inspired by self-extracting archives. I wanted to share files with basically no dependencies.

The goal was:

1. Something that didn't require any installation (assuming a web browser)

2. Have a single file with no network that could self-decrypt

3. Be fully auditable

The second point is done by having (sort of(*)) reproducible builds and embedded OpenPGP signatures.

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).

(*) Depends on the OS at the moment.