UNPKG

milodb

Version:

Fast encrypted JSON database with AI-friendly API

7 lines (6 loc) 157 B
export declare class Encryptor { private key; constructor(password: string); encrypt(data: string): string; decrypt(data: string): string; }