1.0.9 • Published 2 years ago

imageshuffler v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.11

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago