An open API service indexing awesome lists of open source software.

https://github.com/davidssmith/steganography.jl

Steganography methods for embedding text into the least significant bits of arbitrary data
https://github.com/davidssmith/steganography.jl

Last synced: 3 months ago
JSON representation

Steganography methods for embedding text into the least significant bits of arbitrary data

Awesome Lists containing this project

README

          

# Steganography.jl

[![Build Status](https://travis-ci.org/davidssmith/Steganography.jl.png?branch=master)](https://travis-ci.org/davidssmith/Steganography.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/79t4agflnh4dni90/branch/master?svg=true)](https://ci.appveyor.com/project/davidssmith/steganography-jl/branch/master)
[![Coverage
Status](https://coveralls.io/repos/github/davidssmith/Steganography.jl/badge.svg?branch=master)](https://coveralls.io/github/davidssmith/Steganography.jl?branch=master)

Introduction
------------
Steganography methods for embedding text into the least significant bits of arbitrary data

Getting Help
------------

For help, file an issue on the [bug tracker](http://github.com/davidssmith/Steganography.jl/issues).
Third party help is welcome and can be contributed through pull requests.

Authors
-------
David S. Smith [](mailto:david.smith@gmail.com)

Disclaimer
----------
This code comes with no warranty. Use at your own risk. If it breaks, let us know, and we'll try to help you fix it.