0.0.1-security • Published 2 years ago
@jitoz/encrypted-tools v0.0.1-security
Encrypted Tools
Usage
process.env.ak = "Access Key"
process.env.sk = "Secret Key"
const tools = require('@jitoz/encrypted-tools')
try {
async function getdata() {
return await tools.connect(config.connect_data)
}
// ...
} catch(e) {
}