Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zunainaliazam/pixcrypt---image-security-suite
- Owner: ZunainAliAzam
- Created: 2024-05-12T09:16:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T09:55:40.000Z (6 months ago)
- Last Synced: 2024-05-12T10:26:22.747Z (6 months ago)
- Topics: aes-encryption, bootstrap5, cryptography, cryptojs, css3, html5, js
- Language: HTML
- Homepage: https://pix-crypt.vercel.app
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.