Skip to content

Express app which enables users to encode their secret information inside an image and later on decode the image.

Notifications You must be signed in to change notification settings

anadi45/Imcrypt

Repository files navigation

Imcrypt

In this project I have created a web application that can encode any secret text information inside a PNG image. This can be used to store any private info without caring about security breaches because the encrypted image is not stored in the server.

The project has been deployed on Render .
You can visit the deployed website here - https://ranjeetbaraik-imcrypt.onrender.com

PREVIEW

imcrypt-preview.mp4

TECHSTACK

  • React.Js
  • Node.js
  • Javascript
  • Python
  • OpenCV
  • Image Steganography
  • Child Process