UNPKG

vulcain-corejs

Version:
9 lines (8 loc) 225 B
export declare class CryptoHelper { private static IV_LENGTH; private secretKey; constructor(); encrypt(value: any): string; decrypt(value: string): string; static hash(str: string): string; }