Git Product home page Git Product logo

steganogify's Introduction

Statement of Purpose

The goal of steganogify is to be a simple and reliable tool to store messages in animated GIFs. steganogify is built as a pure JS app with no server component, using HTML5 standards. It runs entirely inside a browser via a drag-and-drop interface.

Some use cases of steganogify that may help creators, viewers, and collectors of GIFs:

  • add author, title, year, and statement to a GIF
  • add RSA public keys to a GIF to create a limited-edition release
  • create unexpected situations to be appreciated in the future
  • advance the state of the art of GIF collecting

The algorithm used to encode messages in the GIF takes advantage of the indexed color palette used by GIFs, particularly that different indexes can address the same color. This allows variation in the bytes without corresponding visual variation, so that GIFs with messages look no different that GIFs without messages. The initial algorithm (v0) relies on an underused palette. GIFs force power-of-two palettes, which may have unused indexes that can be exploited.

Run Locally

(notes)

Launch Chrome with --allow-file-access-from-files, e.g. from Mac open /Applications/Google\ Chrome.app --args --allow-file-access-from-files

steganogify's People

Contributors

xcolwell avatar

Watchers

 avatar  avatar

steganogify's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.