xxtea_ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

xxtea_ts

可以在ts中导入使用

安装

  npm install xxtea

Usage

import * as xxtea from "xxtea_ts"
var key  = 'yourkey';
xxtea.encrypt('data', key);
xxtea.decrypt(encrypted, key);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i xxtea_ts

      Weekly Downloads

      6

      Version

      1.0.7

      License

      ISC

      Unpacked Size

      10.6 kB

      Total Files

      5

      Last publish

      Collaborators

      • chenhongshu