@ggicci/image-decrypter
v1.0.0
Published
Decrypt images in the browser
Downloads
3
Readme
image-decrypter
Decrypt images in the browser.
Install
npm i @ggicci/image-decrypter
Quick View
See Demo
<img
class="encrypted"
src="https://via.placeholder.com/320x320/888888/000000?text=Placeholder"
crypto-src="docs/Lenna.png.encrypted"
crypto-iv="44122879D2A5371AC4D9AE85ECFA794E"
crypto-key="98F7C27155698508057CC4650DF1A827"
/>
<script type="module">
import { ImageDecrypter } from 'dist/index.js'
new ImageDecryptor().decrypt()
</script>