Thealf154 / image-encrypt

AES decryption demo with images using React and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Encprypt an image using AES and sending decrypted to the client.

How to use it

  • Use npm start in the server directory.
  • Use npm start in the client directory.
  • Visit the url in client.
  • Upload the button and you can copy the encrypted base64 and the decrypted image

Image Demo

Decryption AES with React and NodeJS

About

AES decryption demo with images using React and NodeJS


Languages

Language:TypeScript 57.6%Language:CSS 18.3%Language:JavaScript 15.5%Language:HTML 8.7%