2.0.0 • Published 2 years ago

newsource-crypto-module v2.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.0

7 years ago