@li0ard/sp80038 - v0.1.0
@li0ard/sp80038
Cipher modes according to NIST SP 800-38 in pure TypeScript
docs
Warning
This module contains only wrappers for encryption modes without reference to a specific cipher
Installation
# from NPM
npm i @li0ard/sp80038
# from JSR
bunx jsr i @li0ard/sp80038
Supported modes
- [x] Electronic Codebook (ECB)
- [x] Cipher Block Chaining (CBC)
- [x] Cipher Feedback (CFB)
- [x] Counter (CTR)
- [x] Output Feedback (OFB)
- [x] CMAC
Features
- Provides simple and modern API
- Most of the APIs are strictly typed
- Fully complies with NIST SP 800-38A and NIST SP 800-38B standards
- Supports Bun, Node.js, Deno, Browsers