0.0.9 • Published 11 months ago

@ray-js/aes-utils v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

English | 简体中文

@ray-js/aes-utils

latest download

AES Encryption and decryption toolkit

Installation

$ npm install @ray-js/aes-utils
# or
$ yarn add @ray-js/aes-utils

Usage

import { decryptImage } from '@ray-js/aes-utils';
const base64Image = decryptImage(url, key);

Dependencies

BaseKit >= 2.4.3

// BaseKit 2.3,2
ty.downloadFile(options);
const manager = ty.getFileSystemManager();

// BaseKit 2.4.3
const { data } = manager.readFileSync({
  filePath: tempFilePath,
  encoding: 'base64',
});
0.0.8-beta-9

11 months ago

0.0.8-beta-8

12 months ago

0.0.8-beta-5

12 months ago

0.0.8-beta-4

12 months ago

0.0.8-beta-7

12 months ago

0.0.8-beta-6

12 months ago

0.0.8-beta-3

12 months ago

0.0.9-beta-1

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.8-beta-2

1 year ago

0.0.8-beta-1

1 year ago

0.0.7-beta-1

1 year ago

0.0.5-beta-1

1 year ago

0.0.5-beta-2

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.4-beta-2

1 year ago

0.0.4-beta-1

1 year ago