0.1.2 • Published 3 years ago

mediacentral-sign v0.1.2

Weekly downloads
850
License
EULA
Repository
github
Last release
3 years ago

pipeline status coverage report

Motivation

A tool to sign pointed files or directories with RSA512 hash.

Usage

  1. As a CLI (Install globally)

    npm i -g mediacentral-sign

  2. As a JS module

const sign = require('mediacentral-sign')
sign(options)

CLI tool help page

Options:

  • -S Sign use this options to Sign your file
  • -V Verify this option allow you to verify your manifest.json file with your public key
    • -m, --manifest path to your manifest.json file
    • -v, -pubKeyPath path to you public key

Api

sign([, options])

Parameters

  • options -- options object with keys:
    • key -- path to a private key
    • manifest -- path to a new or existing manifest file
    • file -- path to a directory or file to sign
    • password -- optional, password to the private key
    • id -- optional, developers ID (assigned by Avid)
    • verify -- setting to true will verify your file
    • manifest -- path to your manifest.json file
    • pubKeyPath -- path to your public key
0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.79

7 years ago

0.0.78

7 years ago

0.0.77

7 years ago

0.0.76

7 years ago

0.0.75

7 years ago

0.0.74

7 years ago

0.0.73

7 years ago

0.0.72

7 years ago

0.0.71

7 years ago

0.0.70

7 years ago

0.0.69

7 years ago

0.0.68

7 years ago

0.0.67

7 years ago

0.0.66

7 years ago

0.0.65

7 years ago

0.0.64

7 years ago

0.0.63

7 years ago

0.0.62

7 years ago

0.0.61

7 years ago

0.0.60

7 years ago

0.0.59

7 years ago

0.0.58

7 years ago

0.0.57

7 years ago

0.0.56

7 years ago

0.0.55

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago