0.1.2 • Published 1 year ago

mediacentral-sign v0.1.2

Weekly downloads
850
License
EULA
Repository
github
Last release
1 year 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

1 year ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.79

5 years ago

0.0.78

5 years ago

0.0.77

6 years ago

0.0.76

6 years ago

0.0.75

6 years ago

0.0.74

6 years ago

0.0.73

6 years ago

0.0.72

6 years ago

0.0.71

6 years ago

0.0.70

6 years ago

0.0.69

6 years ago

0.0.68

6 years ago

0.0.67

6 years ago

0.0.66

6 years ago

0.0.65

6 years ago

0.0.64

6 years ago

0.0.63

6 years ago

0.0.62

6 years ago

0.0.61

6 years ago

0.0.60

6 years ago

0.0.59

6 years ago

0.0.58

6 years ago

0.0.57

6 years ago

0.0.56

6 years ago

0.0.55

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago