Giter VIP home page Giter VIP logo

atra-hasis's Introduction

Atra-Hasis Steganography Tool

Purpose

Atra-Hasis is a program written in C that allows users to embed encrypted plaintext into a PNG image file. Currently, the program only encodes uncompressed PNG files without alpha channels.

Use

Atra-Hasis can be compiled from the command line on any system with access to gcc. To compile, run "make" from the command line while in the folder containing all the source files. This creates an executable named "AtraHasis."

To access help, use the -h flag:

./AtraHasis -h

To encode data into an image:

./AtraHasis [input_image.png] [output_image.png] [text_file.txt]

User will be prompted for a password.

To decode data from an image:

./AtraHasis [encoded_image.png]

User will be prompted for a password.

When decoding encrypted data, if an incorrect password is used, the output will be unintelligible. In order to retrieve the original text, the correct password must be used. Thus encrypted data will be accessible only to Atra-Hasis users with knowledge of the appropriate password.

To turn off encryption and encode/decode plaintext, use the -u flag:

./AtraHasis -u [input_image.png] [output_image.png] [text_file.txt]
./AtraHasis -u [encoded_image.png]

Included Files

  • Makefile
  • AtraHasis.c, AtraHasis.h -- main program
  • Geshtu.c, Geshtu.h -- for image encoding
  • Jarasandha.c, Jarasandha.h -- for text encryption
  • gundam.png, test.png, test1.png, test2.png, test3.png -- sample images
  • text_example.txt -- short example text file
  • example2.txt -- unicode text examples

Known Issues

  • Black line at the bottom of and unviewable thumbnail for encoded png files

Future Development

  • Cleanup of known bugs

Programmers

© Jordan Kodner and Anand Sundaram, University of Pennsylvania School of Engineering and Applied Sciences, all rights reserved, 2012.

atra-hasis's People

Contributors

anandsun avatar jkodner05 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.