kaushalmeena / digi-cloak

A web app that hides secrets in plain sight securely in images with the help of AES encryption and LSB steganography technique.

Home Page:https://kaushalmeena.github.io/digi-cloak/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digi-Cloak

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/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Requirements

To install and run this project you need:

Installation

To set up everything in your local machine, you need to follow these steps:

  1. Clone this repo and then change directory to the digi-cloak folder:
git clone https://github.com/kaushalmeena/digi-cloak.git
cd digi-cloak
  1. Install project dependencies using npm:
yarn install

Running

To run the project simply run:

yarn run start

Your app should now be running on localhost:4200.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A web app that hides secrets in plain sight securely in images with the help of AES encryption and LSB steganography technique.

https://kaushalmeena.github.io/digi-cloak/

License:MIT License


Languages

Language:TypeScript 53.8%Language:HTML 30.0%Language:SCSS 16.2%