# mdt16

> # Installation

Latest version **0.0.5** (published 2018-04-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install mdt16
pnpm add mdt16
yarn add mdt16
bun add mdt16
```

## 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.5 |
| Published | 2018-04-11 |
| First published | 2018-04-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 29.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | thanhNguyen |
| Maintainers | hthanh_kg8991 |
| Keywords | mdt16, decode, encode, hashCode, hash code, ma hoa, giai ma |

## Links

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

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2018-04-11
- 0.0.4 — 2018-04-11
- 0.0.3 — 2018-04-11
- 0.0.2 — 2018-04-10
- 0.0.1 — 2018-04-10

## README

# Javascript Encode MDT

# Installation

    npm install mdt16 --save

# Usage

    import MDT16 from 'mdt16';

    var str = '123abcd@#$%'; // {code:'123', name:'ABC'} Or ['123','ABC']
    var mdt = MDT16.hashMDT16(str);
    MDT16.mergeMDT16(mdt);

- hashMDT16(str): you have encode 16 character
- mergeMDT16: Decompile string encoded

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