Hi there! Stega Carder is a tool to encode any text into a cartridge-like image using steganography. The "stega card" is perceived as a common .png image. It can therefore be viewed/uploaded anywhere.
This tool aim to offer a refreshing and singular approach to share text, code or even entire library, in an elegant way.
Play with the tool here: https://vesamet.github.io/Stega-Carder/
This mini-project is heavily inspired by the Pico-8 fantasy console and it's way to store game data. It basically extend the idea to store more than just ascii characters.
You can read more about it here.
- Visit the tool's website: https://vesamet.github.io/Stega-Carder/ (hosted on Github Pages)
- Enter input text
- Design your cartridge (name, color, shadows, etc.)
- Download your stega card.
Requires Node 14+ and yarn
- Clone this repository
- Open a terminal in the repository and issue this command:
yarn dev
- Visit
http://localhost:3000/
in your browser
Note that the text isn't encrypted. Anyone with the tool can decode it. I do plan to add encryption eventually.
This tool is built using Nuxt & Vuetify.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.