matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
7 lines • 407 B
TypeScript
import { BinaryLike, CipherKey } from 'node:crypto';
export declare function md5bin(str: BinaryLike): Buffer;
export declare function md5hex(str: BinaryLike): 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