A small in-browser steganography utility with a deliberately "old" utilitarian UI.
- Embeds a file across one or more carrier images using 2 LSBs in RGB bytes (alpha untouched).
- Writes PNG outputs for safety (lossless).
- Extracts from the encoded PNG images back into the original file.
- Optional encryption: AES-GCM with a base64 32-byte key (generated in-app).
Just open index.html in a browser.
- Create a repo (e.g.,
stego-pages) - Add these files to the repo root:
index.htmlstyle.cssapp.js
- GitHub → Settings → Pages
- Source:
Deploy from a branch - Branch:
main(root)
- Source:
- Your site will appear at: https://.github.io//