UNPKG

jsencrypt-ext

Version:

A Javascript library to extend jsencrypt and can encrypt/decrypt long message

3 lines (2 loc) 107 B
export declare function hex2b64(str: string): string; export declare function b64tohex(s: string): string;