node-ciphers
Version:
Lightweight AES and DES encryption library for Node.js, featuring flexible encoding, multiple cipher modes, and TypeScript support.
1 lines • 654 B
Source Map (JSON)
{"version":3,"file":"cfb8.cjs","sources":["../../src/des/cfb8.ts"],"sourcesContent":["import type { BinaryLike } from 'node:crypto';\n\nimport type { DesCipherEncodingOptions } from '../types';\n\nimport { BaseDesEncryptAndDecrypt } from './base/encrypt-and-decrypt';\n\nexport class Cfb8 extends BaseDesEncryptAndDecrypt {\n constructor(key: BinaryLike, encodingOptions?: DesCipherEncodingOptions) {\n super(key, 'cfb8', encodingOptions);\n }\n}\n"],"names":["BaseDesEncryptAndDecrypt"],"mappings":";;;;AAMM,MAAO,IAAK,SAAQA,0CAAwB,CAAA;IAC9C,WAAA,CAAY,GAAe,EAAE,eAA0C,EAAA;AACnE,QAAA,KAAK,CAAC,GAAG,EAAE,MAAM,EAAE,eAAe,CAAC;IACvC;AACH;;;;"}