imageshuffler

1.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i imageshuffler

Weekly Downloads

1

Version

1.0.9

License

ISC

Unpacked Size

9.31 kB

Total Files

5

Last publish

Collaborators

  • alihaydar