UNPKG

wx-ding-aes

Version:

Wechat open platform, Enterprise wechat and DingTalk AES decode library.

3 lines (2 loc) 204 B
export declare const encode: (text: string, encodingAESKey: string, randomLength?: number) => string; export declare const decode: (text: string, encodingAESKey: string, randomLength?: number) => Buffer;