# ciam-encrypt

> ```bash for applications that will be using via npm run this command on you front end application if you are having npm npm install git://github.com/visionmedia/express.git ```

Latest version **1.0.6** (published 2023-08-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install ciam-encrypt
pnpm add ciam-encrypt
yarn add ciam-encrypt
bun add ciam-encrypt
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-08-23 |
| First published | 2023-08-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | john ryan oliveros |
| Maintainers | jay0911 |
| Keywords | ciam, encrypt |

## Links

- npm: https://www.npmjs.com/package/ciam-encrypt
- npm.io page: https://npm.io/package/ciam-encrypt

## Dependencies (2)

- [crypto-js](https://npm.io/package/crypto-js.md) ^4.1.1
- [node-forge](https://npm.io/package/node-forge.md) ^1.3.1

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2023-08-23
- 1.0.5 — 2023-08-23
- 1.0.4 — 2023-08-23
- 1.0.3 — 2023-08-23
- 1.0.2 — 2023-08-15
- 1.0.1 — 2023-08-15
- 1.0.0 — 2023-08-15

## README

# mmp-api 
## Installation.


## Getting Started

```bash
for applications that will be using via npm
run this command on you front end application if you are having npm
npm install git://github.com/visionmedia/express.git
```

### for the creator, how to build this project
```
run this command
npm run-script build
```

### how to use
```
import { AesUtil } from "ciam-encrypt";

var aesUtil = new AesUtil(rsaPublicKey);
var encryptedObject = aesUtil.encrypt(data);
//note that encryptedObject have variables
//  iv
//  salt
//  key- encrypted key via rsa public key
//  ciphertext - encrypted text using aes

this.sendData(encryptedObject.iv, encryptedObject.salt, encryptedObject.key, encryptedObject.ciphertext)

```


### todo
```
make this automated and installed on npm repo or what.
```

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