Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

node-sap-secure-store

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sap-secure-store

Password protected encrypted configuration

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
2
Created
Source

Build Version Dependency Status devDependency Status Coverage node-sap-secure-store

Password protected encrypted configuration

Module use

npm install --save node-sap-secure-store

API documentation

Command line utilities

Command line utilities cryptjson/decryptjson are available through global installation of this module.

npm install -g node-sap-secure-store

cryptjson

Encrypts a JSON configuration file: cryptjson -h for command help

cryptjson [-p <password>] [-e <environment-variable>] filename | -h 
  • -p <password> specifies that file will be encrypted using password '<password>'
  • -e <environment-variable> specifies that file will be encrypted using the password stored in the environment variable '<environment-variable>'
  • filename path of the JSON file to encrypt

If neither -p nor -e options are used, password is read from CRYPT_JSON_PWD environment variable.

decryptjson

Decrypts a JSON configuration file: decryptjson -h for command help

decryptjson [-p <password>] [-e <environment-variable>] filename | -h 
  • -p <password> specifies that file will be decrypted using password '<password>'
  • -e <environment-variable> specifies that file will be decrypted using the password stored in the environment variable '<environment-variable>'
  • filename path of the JSON file to decrypt

If neither -p nor -e options are used, password is read from CRYPT_JSON_PWD environment variable.

FAQs

Package last updated on 18 Sep 2015

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