Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 531 Bytes

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.