This package has been deprecated

Author message:

move to @the-/secret ( https://github.com/the-labo/the/tree/master/packages/secret#readme )

the-secret

3.0.7 • Public • Published

the-secret

Build Status npm Version JS Standard

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

License

This software is released under the MIT License.

Links

/the-secret/

    Package Sidebar

    Install

    npm i the-secret

    Weekly Downloads

    3

    Version

    3.0.7

    License

    MIT

    Unpacked Size

    122 kB

    Total Files

    52

    Last publish

    Collaborators

    • okunishinishi