3.0.7 • Published 6 years ago
the-secret v3.0.7
the-secret
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
3.0.7
6 years ago
3.0.6
6 years ago
3.0.5
6 years ago
3.0.4
6 years ago
3.0.3
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
7 years ago
2.2.2
7 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.3
7 years ago
2.1.2
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.1.0
8 years ago
1.0.0
8 years ago