4.0.2 • Published 10 months ago

aes-decrypter v4.0.2

Weekly downloads
192,486
License
Apache-2.0
Repository
github
Last release
10 months ago

aes-decrypter

Build Status Greenkeeper badge Slack Status

NPM

Installation

npm install --save aes-decrypter

Also available to install globally:

npm install --global aes-decrypter

The npm installation is preferred, but Bower works, too.

bower install  --save aes-decrypter

Usage

To include decrypter on your website or npm application, use any of the following methods.

var Decrypter = require('aes-decrypter').Decrypter;
var fs = require('fs');
var keyContent = fs.readFileSync('something.key');
var encryptedBytes = fs.readFileSync('somithing.txt');

// keyContent is a string of the aes-keys content
var keyContent = fs.readFileSync(keyFile);

var view = new DataView(keyContent.buffer);
var key.bytes = new Uint32Array([
  view.getUint32(0),
  view.getUint32(4),
  view.getUint32(8),
  view.getUint32(12)
]);

key.iv = new Uint32Array([
  0, 0, 0, 0
]);

var d = new Decrypter(
  encryptedBytes,
  key.bytes,
  key.iv,
  function(err, decryptedBytes) {
    // err always null
});

License

Apache-2.0. Copyright (c) Brightcove, Inc.

videoyj-http-streaming@everything-registry/sub-chunk-1103video-http-streaming-yjvideo-http-streaming-yojiangvideojs-webappvideo.jsvideo.js-ucvideo.js-vividvideo.js-with-mp3-caption-fixvideo.js-dat0825videojs-contrib-hlsvideojs-contrib-hls-4k-fixvideojs-contrib-hls-webpack@dminc/http-streaming@dipakparmar/homebridge-tuya-platform@rstruhl/videojs-contrib-hlskenskens.jslc.video.jsstream_manager_web@burakgoksel/homebridge-tuya-platform@codbear/homebridge-tuya-platformvhs-fork-dashkevich@inplayer-org/http-streaming@latha_d_p/videojs-webapp@latha_d_p/video.js@leonchabbey/rio-videojs-http-streaming@isatti/video.js@linanw/homebridge-tuya-platform@mgara/http-streaming@my-videojs/videojs-contrib-hls@jamiehannaford/homebridge-tuya-platform-jamiehannaford@jontsnz/http-streaming@jontsnz/video.js@jokerheyra/http-streaming@knowbly/http-streaming@imfs/http-streaming@jienco/http-streaming@jukben/homebridge-tuya-platform@riversilica/videojs@riversilica/videojs-2.2.1mraiguo-videojs-contrib-hlsoasis-playerhls-har-analyzerhm-http-streaminghomebridge-tuya-lg-airconhomebridge-tuya-hhhomebridge-tuya-platformhomebridge-tuya-platform-custom-th-versionhomebridge-tuya-platform-danielskowronskihomebridge-tuya-whenyoucanhomebridge-ultimacosa-airconhomebridge-tuya-platform-euhomebridge-tuya-platform-fan-disable-white-lighthomebridge-tuya-platform-feederhomebridge-tuya-platform-feit-shop-lighthomebridge-tuya-platform-forkhomebridge-tuya-platform-geyserwisehomebridge-tuya-platform-irhomebridge-tuya-platform-jamiehannafordhomebridge-tuya-platform-sd-supporthomebridge-tuya-platform-talrhvforkhomebridge-tuya-platform-thi-forkhomebridge-tuya-takdirhttp-streaming-buddytvhttp-streaming-pkhttp-streaming-uchs-new-video.jshls-fetcher@wyckid/hls-fetcher@xdml/http-streaming@videojs/http-streaming@vipstorage/video.js@zalastax/nolb-aecssesc-wbgdrive-video-jsfaux-tuner@silvermine/video.js@shrijal/video.js@skra72/homebridge-tuya-platform
4.0.2

10 months ago

3.1.3

3 years ago

4.0.1

3 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

5 years ago

3.0.2

5 years ago

3.0.1

6 years ago

3.0.1-1

6 years ago

3.0.1-0

6 years ago

3.0.0

8 years ago

1.1.1

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0-1

9 years ago

1.0.1

9 years ago

1.0.0-0

9 years ago

1.0.0

9 years ago