UNPKG

@azure/static-web-apps-cli

Version:
11 lines 353 B
export declare class CryptoService { private machineId; private static readonly IV_LENGTH; private static readonly ALGORITHM; private encryption; constructor(machineId: string); private getEncryption; encrypt(value: string): Promise<string>; decrypt(value: string): Promise<string>; } //# sourceMappingURL=crypto.d.ts.map