# @greymass/miniaes

> Small and fast AES (CBC mode only)

Latest version **1.0.0** (published 2022-04-25) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install @greymass/miniaes
pnpm add @greymass/miniaes
yarn add @greymass/miniaes
bun add @greymass/miniaes
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-04-25 |
| First published | 2022-04-25 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 230 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dafuga01, jesta, jnordberg |

## Links

- npm: https://www.npmjs.com/package/@greymass/miniaes
- Homepage: https://github.com/greymass/miniaes-js
- npm.io page: https://npm.io/package/@greymass/miniaes

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.1.0

## Recent versions

- 1.0.0 (latest) — 2022-04-25

## README

miniaes-js
==========

Fast AES encryption and decryption in JavaScript. Only CBC mode, because that's what we need, this library is largely based on [asmcrypto.js](https://github.com/asmcrypto/asmcrypto.js).

## Installation

The `@greymass/miniaes` package is distributed as a module on [npm](https://www.npmjs.com/package/@greymass/miniaes).

```
yarn add @greymass/miniaes
# or
npm install --save @greymass/miniaes
```

## Usage

TODO

## Developing

You need [Make](https://www.gnu.org/software/make/), [node.js](https://nodejs.org/en/) and [yarn](https://classic.yarnpkg.com/en/docs/install) installed.

Clone the repository and run `make` to checkout all dependencies and build the project. See the [Makefile](./Makefile) for other useful targets. Before submitting a pull request make sure to run `make lint`.

---

Made with ☕️ & ❤️ by [Greymass](https://greymass.com), if you find this useful please consider [supporting us](https://greymass.com/support-us).

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