JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q11388F
  • License MIT

Encrypting and decrypting your data in chains made easy!

Package Exports

  • cipher-chain

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cipher-chain) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cipher-chain

HitCount Package quality Build Status Coverage Status Licensing Repo size Downloads per week Node version Help us and star this project

blablablablabla bal lbabl abl albalbla
cipher-chain lbalbal blab labl lab blablabl blablalba

Installation

balbal

npm install cipher-chain --save

blabla

const cipherChain = require('cipher-chain')

Usage

Bla balbalbal

Ciphers

Cipher
blbal

Blabla?

;(async () => {
  const ciphering = new Ciphering('uber secret')

  // Encrypt/Decrypt individually
  console.log('Encrypting: ', 'secret data')
  for (let cipher in ciphering.ciphers) {
    console.log('\n-', cipher)
    let encrypted = await ciphering.encrypt({ yeet: 123 }, cipher)
    let decrypted = await ciphering.decrypt(encrypted)
    console.log('decrypted: ', decrypted)
  }
})()

blaba

blaba

License

Copyright (c) 2019 by GiveMeAllYourCats. Some rights reserved.
cipher-chain is licensed under the MIT License as stated in the LICENSE file.