Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/kaushalmeena/digi-cloak

angular cryptography html scss steganography

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/](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:

- [Node.js](https://nodejs.org/ "Node.js")
- [yarn](https://classic.yarnpkg.com/lang/en/docs/install/ "yarn")
- [git](https://git-scm.com/downloads "git") (only to clone this repository)

### 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:

```bash
git clone https://github.com/kaushalmeena/digi-cloak.git
cd digi-cloak
```

2. Install project dependencies using npm:

```bash
yarn install
```

### Running

To run the project simply run:

```bash
yarn run start
```

Your app should now be running on [localhost:4200](http://localhost:4200/).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.