2.0.0 • Published 12 months ago

newsource-crypto-module v2.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
12 months ago

Overview

Custom crypto module.

Version npm npm Downloads

Installation

 npm install --save newsource-crypto-module

Setup

import { Crypto } from "newsource-crypto-module";

// Minimum required configuration
const CryptoInstance = new Crypto({
    algorithm: process.env.CRYPTO_ALGORITHM,
    iv: process.env.CRYPTO_IV,
    key: process.env.CRYPTO_KEY
})
2.0.0

12 months ago

1.0.0

6 years ago