Skip to content

Njancodes/stegapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A WASM web application that can write a message into a chosen image, secured by a user-generated password. It is used to store passwords in images. It can also be used to read messages from images too

coverimage-rust

Watch The Demo https://www.youtube.com/watch?v=4mtAR7z8vic

Try The App

https://njancodes.github.io/stegapp/

The problem StegaRust solves

People can use it to store a password in inconspicuous images. This allows them to store these images into their own private computers. Thus, there is no need of third party apps to manage your passwords in a cloud or another server ,which could be potentially hacked. This app can also be used to send secret messages(through images) which can only be read by someone else with the password to read the secret message from the image. Returning to the inconspicous images, a user can store their password, of their social media account, in a vacation picture. Then use that picture to get the password back.

How It Works ?

Step 1: You first upload an image using the "Upload Image" Button.
( The image you upload detemines whether to write a message to it or read a message from it. )
Step 2: Then press the "Write To Image" or "Read From Image" button.

Writing a secret to an Image ?

Step 1: Enter the secret message to be written into the file.
Step 2: Enter the password to secure the message into the image.
Step 3: "Write To Image & Download" Button to get the Image.

Reading a secret from an Image ?

Step 1: Enter the password to get the message from the image.
Step 2: Press the "Read the Message from the Image" button".
Step 3: The message will be printed besides the "Secret Message: ".