# ncrypt-stream

> Create encrypted volumes from the command line

Latest version **1.0.5** (published 2018-04-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install ncrypt-stream
pnpm add ncrypt-stream
yarn add ncrypt-stream
bun add ncrypt-stream
```

Provides the commands `decrypt`, `encrypt`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-04-16 |
| First published | 2018-04-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Tyler Walker |
| Maintainers | twalk4821 |

## Links

- npm: https://www.npmjs.com/package/ncrypt-stream
- Repository: https://github.com/twalk4821/ncrypt
- Homepage: https://github.com/twalk4821/ncrypt#readme
- Issues: https://github.com/twalk4821/ncrypt/issues
- npm.io page: https://npm.io/package/ncrypt-stream

## Recent versions

- 1.0.5 (latest) — 2018-04-16
- 1.0.4 — 2018-04-16
- 1.0.3 — 2018-04-08
- 1.0.2 — 2018-04-08
- 1.0.1 — 2018-04-08
- 1.0.0 — 2018-04-08

## README

# NCRYPT
Steam based file encryption written using the Node.js streams module

## Usage
There are some options available:
```
--password: the password to encode/decode with
--source: name of source file to encode
--dest: name of destination file
--dir: the working dir to look for files in
-a: to append rather than overwrite
```

Install globally with `npm install ncrypt-stream -g`
Then `encrypt [options]` to encrypt and `decrypt [options]`

Password is required to be the same across encryptions/decryptions in order for everything to work properly


## EXAMPLE
```
encrypt --password=secret --dir=. --source=mypasswords.txt --dest=encrypted.enc
-a
```

I am not responsible for sensitive files being overwritten using this program.

---
_Source: https://npm.io/package/ncrypt-stream · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
