hidden
progressive web app to provide encryption and decryption using steganography using the least significant bits of the RGB values of an image on top of advanced encryption standard. reference for advanced encryption standard.
- png
- jpeg
- webp
note: apng or other animated image inputs will have unintended transformations in the encoded image.
- png
note: output image will be in rgb / rgba color modes only.
- gatsby-config.ts
- config.ts
- node js - v18.17.0
- npm - v9.6.7
- use squareComponents for custom common components
- migrate to mui.
- implementation using canvas api (without need for server).
- webp support for encode.
- initial implementation using fastapi server.