16.0.1 • Published 4 years ago

@the-/secret v16.0.1

Weekly downloads
873
License
MIT
Repository
github
Last release
4 years ago

@the-/secret

npm Version

Secret store for the-frameworks

Installation

$ npm install @the-/secret --save

Usage

'use strict'

const theSecret = require('@the-/secret')

async function tryExample() {
  const secret = theSecret('./secrets.json', 'xxxxxxxxxxxx')

  await secret.encrypt()
  await secret.decrypt()
}

tryExample().catch((err) => console.error(err))

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links

16.0.1

4 years ago

16.0.0

5 years ago

15.4.5

5 years ago

15.4.4

5 years ago

15.4.0

5 years ago

15.2.3

5 years ago

15.2.2

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago