Git Product home page Git Product logo

oxyo's Introduction

oxyo test

oxyopia *\ˌäksēˈōpēə* — Unusual acuteness of sight

This utility will allow you to hide and reveal things inside/from images using the least significant bit method.

npm i -g oxyo
Usage
oxyo -c <carryFile> -o <outputFile> -s [secretFile] -p [password]

Either encode a secret file into an output file based on the carrier image or decode a previously encoded file into another. Not providing a secret file implies that the program will attempt a decode of the carrier image into the output. You can also provide a password for increased security.

For encoding, the carry should be either a jpg or png, and the output needs to be a png.

When decoding, no need to specify the output file extension, it will be automatically added.

Example
oxyo -c newyork.png -s secretfile.txt -o encoded.png

Will produce an encoded.png image that will look like newyork.png when opened, but contains the secretfile.txt data. The secret can be anything.

To decode it, simply pass the encoded.png file as the carry, and provide a filename without extension as the output.

oxyo -c encoded.png -o output
Spec
1 bit 6 bytes 8 bytes n bytes
hasPassword extension length data

oxyo's People

Contributors

balthazar avatar meriadec avatar

Stargazers

Sʜɪᴍᴜʀᴀ Yū avatar  avatar

Watchers

James Cloos avatar  avatar

oxyo's Issues

Support Twitter

Should find a way to prevent Twitter to optimize the image.

I think adding a rgba pixel would be enough for the algo to ignore the optimization step, but I might be wrong.

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.