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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.9
    2
    • latest

Version History

Package Sidebar

Install

npm i imageshuffler

Weekly Downloads

2

Version

1.0.9

License

ISC

Unpacked Size

9.31 kB

Total Files

5

Last publish

Collaborators

  • alihaydar