# @stablelib/aes

> AES block cipher (Advanced Encryption Standard)

Latest version **2.0.1** (published 2025-01-03) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2025-01-03 |
| First published | 2017-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 67.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 221 |
| Author | Dmitry Chestnykh |
| Maintainers | dchest |

## Links

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

## Dependencies (3)

- [@stablelib/wipe](https://npm.io/package/@stablelib/wipe.md) ^2.0.1
- [@stablelib/binary](https://npm.io/package/@stablelib/binary.md) ^2.0.1
- [@stablelib/blockcipher](https://npm.io/package/@stablelib/blockcipher.md) ^2.0.0

## Recent versions

- 2.0.1 (latest) — 2025-01-03
- 2.0.0 — 2024-06-29
- 1.0.1 — 2021-05-21
- 1.0.0 — 2020-01-13
- 0.7.3 — 2019-10-24
- 0.7.2 — 2017-05-27
- 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/aes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
