@decloudlabs/stk-file-encryptor
v1.2.5
Published
This is custom package made for stack os, it is use to secure the files uploaded from stack os
Downloads
13
Keywords
Readme
About project
This is a A node server package which will convert the video into 6 (configurable) sec segments and encrypt it and binds it with the html video player.
Getting Started
Setup locally:
git clone https://github.com/stackosofficial/VideoEncryptionModule.git
cd VideoEncryptionModule
npm install
Running tests
Run the tests locally using jest:
npm run test