Giter Club home page Giter Club logo

mi7oz's Introduction

Mi7oZ

Mi7oZ is a Simple Lightweight Cross-Platform File2Image Encoder/Decoder. Created using SDL2 libraries. Features GUI and console modes. Mi7oZ is still in development, so stay tuned for new releases on my GitHub page : @aolvos.

How it works?

Default

Let's say: you have 2 images and you encode second one into the first one as RGB noise:

Comparsion between original and encoded:

Magnified:

Every pixel contains 3 encrypted bytes of encoded file. The main thing is that with Mi7oZ you are able to encode any type of file (max. ~15MB) into any image (resolution must be enough to fit a file). Let's encode flowers picture into black square (original and encoded):

If we zoom in, we'll be able to see data pixels:

Building

Dependencies

  • SDL2
  • SDL2_image
  • SDL2_mixer

Linux

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev
g++ Mi7oZ.cpp -o Mi7oZ -lSDL2 -lSDL2_image -lSDL2_mixer
./Mi7oZ

MacOS

brew install sdl2 sdl2_image sdl2_mixer
g++ Mi7oZ.cpp -o Mi7oZ -I/opt/homebrew/include -L/opt/homebrew/lib -lSDL2 -lSDL2_image -lSDL2_mixer
./Mi7oZ

Windows

Running

Linux

sudo apt install libsdl2 libsdl2-image libsdl2-mixer
./Mi7oZ

MacOS

brew install sdl2 sdl2_image sdl2_mixer
./Mi7oZ

Windows

Console mode

./Mi7oZ -h
-=[ Mi7oZ v0.1alpha ]=-
Copyright (C) 2021 Alexander Olovs

Mi7oZ comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome
to redistribute it under certain conditions;
Read LICENSE for details.

*FileA(.png/.jpg) : source image file.
*FileB : any other file.
-e FileA FileB : encode FileB into FileA.
-d FileA FileB : decode FileB from FileA.
-h Display help.

GUI mode

  • Select files A and B in Options or by modifying mi7oz.cfg
  • Run Encode or Decode operations

So, that's it :) Now you can hide your files inside your photos. Have fun!

License

GNU General Public License v3.0
Copyright (C) 2021 Alexander Olovs

mi7oz's People

Watchers

 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.