# @infamoustrey/file-crypto

> A thing for encrypting the things

Latest version **1.0.0** (published 2018-07-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @infamoustrey/file-crypto
pnpm add @infamoustrey/file-crypto
yarn add @infamoustrey/file-crypto
bun add @infamoustrey/file-crypto
```

## 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.0 |
| Published | 2018-07-31 |
| First published | 2018-07-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Trey Foster |
| Maintainers | infamoustrey |

## Links

- npm: https://www.npmjs.com/package/@infamoustrey/file-crypto
- npm.io page: https://npm.io/package/@infamoustrey/file-crypto

## Recent versions

- 1.0.0 (latest) — 2018-07-31

## README

# file-crypto

### Quick and dirty file encryption

## Install
``` bash
npm i --save @infamoustrey/file-crypto
```

## Usage
``` javascript
import FileCrypto from '@infamoustrey/file-crypto';

FileCrypto.encryptFile( 'file.txt', 'yourmotherwasahamster' )

FileCrypto.decryptFile( 'file.txt', 'yourmotherwasahamster' )

```

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