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
- Host: GitHub
- URL: https://github.com/davidssmith/steganography.jl
- Owner: davidssmith
- License: mit
- Created: 2017-11-18T22:10:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T22:24:48.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T19:33:05.163Z (3 months ago)
- Language: Julia
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steganography.jl
[](https://travis-ci.org/davidssmith/Steganography.jl)
[](https://ci.appveyor.com/project/davidssmith/steganography-jl/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.