UNPKG

wx-ding-aes

Version:

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

3 lines (2 loc) 160 B
export declare const encrypt: (data: Buffer, encodingAESKey: string) => string; export declare const decrypt: (data: string, encodingAESKey: string) => Buffer;