UNPKG

ice-utilities

Version:

Utilities for manage arrays, breadcrumb, dom elements, dates, injectors, local storage, login, objects, router animations, router, session storage, strings and translate utilities, encryption, for angular 6+ with ECMAScript 6 - ECMAScript 2015

10 lines (9 loc) 303 B
export declare abstract class EncryptUtils { private static _key; private static _SimpleCrypto; static setKey(key: string): void; static hasEncryption(): boolean; static encrypt(data: any): string; static decrypt(ciphered: string): any; static generateKey(): any; }