GithubHelp home page GithubHelp logo

xbaysal11 / x-ray Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.55 MB

Steganography tool

Home Page: https://xbaysal11.github.io/x-ray/

CSS 43.37% HTML 3.20% JavaScript 53.44%
steganography steganography-library steganography-encoding steganography-combines steganography-algorithms steganography-based-on-metadata

x-ray's Introduction

logo

X-Ray

Steganography is the practice of concealing a file, message, image, or video within another file, message, image, or video.

How it works

The data is stored in the DCT coefficients of the JPEG file. The last n bits of the DC value, and last few bits of the AC values are used (these can be set before hiding data in the image). If the input data is text, then it will be converted to bytes using utf-8 encoding. The first 32 blocks of the image are used to store the size of the data, and the next 32 blocks are used to store the options used when creating the image (the options can be found at the top of the main.js file). After these, the remaining bits are stored in the DC and AC values. The remaining bits in the image are filled with random data, to make the changes harder to notice. But before hiding these bits / bytes in the file, they are encrypted. First, the length of the data, and the options are XOR-ed with the 0th and 1st 32-bit element (4 bytes) of the SHA512 hash of the password. Then, a key is derived from the password using scrypt (N: 32768, r: 16, p: 2, dkLen: 64). This key is in base64 format, which is used as a passphrase for encrypting the data with AES.

Libraries used:

Collaborators

  • 1.Nasip Salmakhunov
  • 2.Aidarbek Zamirbekov
  • 3.Abdrakhman Niyazahunov
  • 4.Baisalbek Daniiarov

x-ray's People

Contributors

xbaysal11 avatar

Watchers

 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.