New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jscryptor-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscryptor-cli

A command-line tool for encrypting files

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

JSCryptor-cli

A cli (command line) version of JSCryptor (a Javascript implementation of with Rob Napier's RNCryptor).

Install

npm install jscryptor-cli -g

Usage

Run this tool from your shell following this pattern:

jscryptor <command> [options] <source> [destination]

Commands available

Commanddescription
decryptdecrypt a file
encryptencrypt a file

Options

Commanddescription
-h, --helpoutput usage information
-p, --passwordpassword to be used during encryption (mandatory)

Arguments

You must give the file path of the source you want to de/encrypt.

Optionally, you can pass a destination path where the result will be written. If you don't, this tool will write a new file with the same name and location of the source file but with a different extension (.dec for decrypted data, .enc for encrypted).

Keywords

encyrpt

FAQs

Package last updated on 02 Jun 2016

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