@bakesaled/cement
Version:
A library that encrypts and decrypt files or strings.
34 lines (21 loc) • 403 B
Markdown
Cement
A tool that encrypts a file behind a password.
[](https://travis-ci.org/bakesaled/cement)
# Installation
```bash
npm install
```
# Running the examples
```bash
development
npm run start
```
# Test
```bash
unit tests
npm run test
test coverage
npm run test:cov
```
# Usage
(See example code)