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
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.