🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@evo/vchasno-signer

Package Overview
Dependencies
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evo/vchasno-signer

Sign module for Vchasno project

npmnpm
Version
0.1.4
Version published
Weekly downloads
101
34.67%
Maintainers
10
Weekly downloads
 
Created
Source

Vchasno Signer

Module to work with private keys and sign data.

Instalation

npm install -E @evo/vchasno-signer

Usage

import vchasnoSigner from '@evo/vchasno-signer';

// Init signer
await vchasnoSigner.init(configObject);

// Read private key
const keyData = await vchasnoSigner.readKey(keyFile, password, caServerIdx, certificateFiles);

// Sign data
const eSign = vchasnoSigner.signData(data, keyData, isInternal);

Config object

Read private key

Sign data

FAQs

Package last updated on 16 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts