@the-/secret

16.0.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @the-/secret

Weekly Downloads

6

Version

16.0.1

License

MIT

Unpacked Size

119 kB

Total Files

28

Last publish

Collaborators

  • okunishinishi