1.0.9 • Published 3 years ago

imageshuffler v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Image Shuffler

Image to Image Encryption (entry level)

npm bundle size npm bundle size npm downloads [GitHub license]

Installation

npm install imageshuffler
yarn add imageshuffler

Usage

Encryption

const imgShuffler = require("imageshuffler");
imgShuffler.encryptImage("picture.png", "someSecretKey");

Decryption

target file parameter is not mandatory.

const imgShuffler = require("imageshuffler");
imgShuffler.decryptImage("hidden.png", "someSecretKey", "target_file.png");

Original Encrypted

License

MIT © ahgsql

1.0.9

3 years ago

1.0.11

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago