quantumize-sdk
v2.1.1
Published
Quantumize sdk for communication and encryption, decryption etc
Downloads
11
Readme
Installation
$ npm install --save quantumize-sdk
Initialization
const Quntamize = require('quantumize-sdk');
let instance =new Quntamize("Access Key", "Secret Key")
instance.initialize()
Usage
All usange controller and handlers are in util Encryption
encrypt(file_id , algo_id , file )
Decryption
decrypt(algo_id , file , key, bufferHandler)
Download
download(file_path , file_name, bufferHandler )