# @stablelib/blockcipher

> Block cipher interface declaration

Latest version **2.0.0** (published 2024-06-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @stablelib/blockcipher
pnpm add @stablelib/blockcipher
yarn add @stablelib/blockcipher
bun add @stablelib/blockcipher
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2024-06-29 |
| First published | 2017-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 220 |
| Author | Dmitry Chestnykh |

## Links

- npm: https://www.npmjs.com/package/@stablelib/blockcipher
- Repository: https://github.com/StableLib/stablelib
- Homepage: https://github.com/StableLib/stablelib/tree/master/packages/blockcipher
- npm.io page: https://npm.io/package/@stablelib/blockcipher

## Recent versions

- 2.0.0 (latest) — 2024-06-29
- 1.0.1 — 2021-05-21
- 1.0.0 — 2020-01-13
- 0.5.0 — 2017-05-07
- 0.2.5 — 2017-04-29
- 0.1.2 — 2017-04-23
- 0.1.1 — 2017-04-23
- 0.0.1 — 2017-04-16

## README

StableLib
=========

A stable library of useful TypeScript/JavaScript code.


Principles
----------

* Correctness first, performance later.
* Clear code is better than short.
* Better usability means fewer bugs.
* Typing is good, but not too much.


Documentation
-------------

See https://www.stablelib.com


Usage
-----

Install packages via npm from `@stablelib` namespace, for example:

```
npm install @stablelib/base64
```

[See all packages](https://www.npmjs.com/search?q=%40stablelib).


Support
-------

* Paid support for proprietary projects: write to Dmitry Chestnykh <dmitry@codingrobots.com>.
* Free support for open source projects and bug reports for everyone: [issue tracker](https://github.com/stablelib/stablelib/issues).

---
_Source: https://npm.io/package/@stablelib/blockcipher · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
