Skip to content

shreekrishnalamichhane/image-encryption---decryption-using-client-side-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Encryption & Decryption With ClientSide Javascript.


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

Table Of Contents

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.

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

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

Demo

Self Hosted Demo: Click here

Tests

There are no test avaiable for this project.

Author

Author Name   :   Shree Krishna Lamichhane
Author URI       :   shreekrishnalamichhane.com.np
GitHub URI       :   shreekrishnalamichhane

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 section to start contributing to this project.

License

This project is licensed under MIT License.

License: MIT


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

star this repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published