1.2.4 • Published 3 years ago

@ericsantos/crypt-file v1.2.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

crypt-file

Description

Encrypt and decrypt files using AES-256.

Installation

npm install -g @ericsantos/crypt-file

Usage

Usage: crypt-file <command>

where is one of:

    encrypt, decrypt

How to use

Examples how to use commands.

encrypt

    crypt-file encrypt --in filetobeencrypted.txt --out fileencrypted --key-file yourprivatekey.txt
or
    crypt-file encrypt --in filetobeencrypted.txt --out fileencrypted --key yourkeywritedhere

decrypt

    crypt-file decrypt --in filetobedecrypted --out filedecrypted.txt --key-file yourprivatekey.txt
or
    crypt-file decrypt --in filetobedecrypted --out filedecrypted.txt --key yourkeywritedhere
or
    crypt-file decrypt --in filetobedecrypted --show-only --key yourkeywritedhere
1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.0.0

4 years ago