Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/kaushalmeena/digi-cloak
- Owner: kaushalmeena
- License: mit
- Created: 2021-05-22T11:07:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T04:38:37.000Z (3 months ago)
- Last Synced: 2024-11-02T05:17:18.630Z (3 months ago)
- Topics: angular, cryptography, html, scss, steganography
- Language: TypeScript
- Homepage: https://kaushalmeena.github.io/digi-cloak/
- Size: 1.98 MB
- Stars: 61
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Crypto-OpSec-SelfGuard-RoadMap - digi cloak
- Crypto-OpSec-SelfGuard-RoadMap - digi cloak
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.