A web app that hides secrets in plain sight securely in images with the help of AES encryption and LSB steganography technique.
Live version is deployed at https://kaushalmeena.github.io/digi-cloak/
These instructions will get you a copy of the project up and running on your local machine for development purposes.
To install and run this project you need:
To set up everything in your local machine, you need to follow these steps:
- Clone this repo and then change directory to the
digi-cloak
folder:
git clone https://github.com/kaushalmeena/digi-cloak.git
cd digi-cloak
- Install project dependencies using npm:
yarn install
To run the project simply run:
yarn run start
Your app should now be running on localhost:4200.
This project is licensed under the MIT License - see the LICENSE file for details.