Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zunainaliazam/pixcrypt---image-security-suite

PixCrypt - A simple implementation of image encryption/decryption using AES Algorithm in client side JS.
https://github.com/zunainaliazam/pixcrypt---image-security-suite

aes-encryption bootstrap5 cryptography cryptojs css3 html5 js

Last synced: 18 days ago
JSON representation

PixCrypt - A simple implementation of image encryption/decryption using AES Algorithm in client side JS.

Awesome Lists containing this project

README

        

PixCrypt - Image Security Suite




A simple implementation of image encryption/decryption using AES Algorithm in client side javascript.

## Table Of Contents

- [Usecase](#usecase)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Demo](#demo)
- [Tests](#tests)
- [Author](#author)
- [Contributors](#contributors)
- [Contribution](#contribution)
- [License](#license)

## Usecase

This feature can be implemented in end to end encrypted applications to transfer images. First we can encrypt the image in sender side using a common shared key, transfer it through relay server and then decrypt the image at receiver end using same shared secret key and render the image.

## Prerequisites

This application uses the following libraries.

- [Crypto JS](https://github.com/brix/crypto-js)

## Installation

You can clone the whole project.

```
git clone https://github.com/shreekrishnalamichhane/image-encryption---decryption-using-client-side-JS.git
```

**OR**

You can `fork` this project.

[![fork this repo](https://img.shields.io/github/forks/ZunainAliAzam/PixCrypt---Image-Security-Suite?color=rgb%28224%2C%2093%2C%2068%29&style=for-the-badge)](https://github.com/ZunainAliAzam/PixCrypt---Image-Security-Suite/fork)

To run the project, visit included `index.html` in browser.

## Demo

Self Hosted Demo: [Click here](https://pix-crypt.vercel.app/)

## Tests

There are no test avaiable for this project.

## Author

**Author Name**   :   Zunain Ali Azam

**GitHub URI**       :   [ZunainAliAzam](https://github.com/ZunainAliAzam)

## Contributors

There are no contributors on this project right now. You can be one.

## Contribution

Anyone can contribute me on this project. Check the [installation](#installation) section to start contributing to this project.

---

Thank you for visiting. Make sure to try it out. If you love this project give it a star.