# glup-enncryption

> 混淆js

Latest version **0.0.8** (published 2019-10-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install glup-enncryption
pnpm add glup-enncryption
yarn add glup-enncryption
bun add glup-enncryption
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2019-10-29 |
| First published | 2019-10-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 15.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | aymfx |
| Maintainers | ly520 |
| Keywords | Confusion, Chinese, Unicode, Hex, Encryption, 加密, 混淆 |

## Links

- npm: https://www.npmjs.com/package/glup-enncryption
- Repository: https://github.com/aymfx/js-encryption
- Homepage: https://github.com/aymfx/js-encryption#readme
- Issues: https://github.com/aymfx/js-encryption/issues
- npm.io page: https://npm.io/package/glup-enncryption

## Dependencies (7)

- [esprima](https://npm.io/package/esprima.md) ^4.0.1
- [through2](https://npm.io/package/through2.md) ^3.0.1
- [escodegen](https://npm.io/package/escodegen.md) ^1.12.0
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [estraverse](https://npm.io/package/estraverse.md) ^4.3.0
- [preprocess](https://npm.io/package/preprocess.md) ^3.1.0
- [glup-enncryption](https://npm.io/package/glup-enncryption.md) ^0.0.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

- 0.0.8 (latest) — 2019-10-29
- 0.0.7 — 2019-10-28
- 0.0.6 — 2019-10-18
- 0.0.4 — 2019-10-16
- 0.0.3 — 2019-10-16
- 0.0.2 — 2019-10-16
- 0.0.1 — 2019-10-16

## README

# gulp-enncryption

> 一个简单的用于加密的工具 还在完善当中 可以下载学习,请勿用于项目中

## 使用方法

First, install `gulp-enncryption` as a development dependency:

```shell
npm install --save-dev gulp-enncryption
```

Then, add it to your `gulpfile.js`:

```javascript
const {
    src,
    dest,
    watch,
    series,
    parallel
} = require('gulp');

const enncryption = require('glup-enncryption');
// const test = require('./app.js');


function testTask() {
    return src('index.js')
        .pipe(enncryption())
        .pipe(dest('output'));
}

exports.default = testTask
```

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