@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
11 lines • 353 B
TypeScript
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