Skip to content

l-zhi/imprint

Repository files navigation

Imprint

Images encode and decode with password. steganography *.JPG only support.

<script src="dist/js/imprint.js"></script>

HTML code :

/**
 * @param {Image Dom} img Image DOM
 * @param {String} pass password string
 */
window.Imprint.encode(img, 'password')

/**
 * @param {Image Dom} img Image DOM
 * @param {String} pass password string
 */
window.Imprint.decode(img, 'password')

License

All code licensed under the MIT License.

About

Images encode and decode with steganography password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published