Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.
/ stego Public archive
forked from VisheshSood/stego

Final project for INFO 343 - Web Development

Notifications You must be signed in to change notification settings

camd67/stego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stego

A web-app that encodes and decodes data stored in images using steganography

Final group project for INFO 343 Fall Quarter

Team Members

Anya Hsu, Cameron Doane, Justin McKissick, Vishesh Sood

What is steganography?

Steganography is the act of concealing data inside of images, using various techniques such as looking only at the LSB or using the alpha channel of an image. This is a short list of all the possible options that steganography offers.

What does this site do?

This site offers users the chance to encode text into any image, as well as the ability to analyze a given image for previously hidden text.

How to run this project

  • Clone the project into a local directory
  • Install all dependencies:
    • Install node.js
    • run npm install -g gulp
    • run npm install
  • Finally, run gulp and open a web browser to localhost:8080

About

Final project for INFO 343 - Web Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.9%
  • JavaScript 19.4%
  • CSS 2.7%