A new tool has been introduced that enables air-gapped file encryption, delivering the encrypted content within a single, self-decrypting HTML page. This approach eliminates the need for users to install additional software to decrypt files, requiring only a standard web browser.
The project was inspired by self-extracting archives, aiming to provide a dependency-free method for sharing encrypted files. Key design goals included no installation requirements (beyond a web browser), self-decryption from a single file without network access, and full audibility of the process. The tool achieves this by manipulating HTML structure to allow decryption without compromising PGP signatures and supports decryption via bare OpenSSL.
Audibility is addressed through the self-contained nature of the decryption process and the availability of the source code. The tool also incorporates embedded OpenPGP signatures and aims for reproducible builds, though reproducibility currently depends on the operating system.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new tool has been released that provides air-gapped file encryption, packaged as a single, self-decrypting HTML page. This development allows for sharing encrypted files without requiring external dependencies or network access for decryption, which simplifies secure file distribution.