@bakesaled/cement

A library that encrypts and decrypt files or strings.

Usage no npm install needed!

<script type="module">
  import bakesaledCement from 'https://cdn.skypack.dev/@bakesaled/cement';
</script>

README

Cement

A tool that encrypts a file behind a password.

Build Status

Installation

$ npm install

Running the examples

# development
$ npm run start

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Usage

(See example code)