UNPKG

matterbridge-roborock-vacuum-plugin

Version:
7 lines 437 B
import { CipherKey } from 'node:crypto'; export declare function md5bin(str: string | NodeJS.ArrayBufferView): Buffer; export declare function md5hex(str: string | NodeJS.ArrayBufferView): string; export declare function decryptECB(encrypted: string, aesKey: CipherKey): string; export declare const SALT = "TXdfu$jyZ#TZHsg4"; export declare function encodeTimestamp(timestamp: number): string; //# sourceMappingURL=cryptoHelper.d.ts.map