Image Steganography in javascript using JS
- Hide text in Images using LSB Steganography
- All Text is encrypted using AES
- Easily Deployable using Nodejs and Heroku
- Try it Here - https://photocrypt-237.herokuapp.com/encrypt
npm install
npm start
Nishay Madhani – nshmadhani@gmail.com
Distributed under the XYZ license. See LICENSE
for more information.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request