export type Ciphertext = { ciphertext: string; // Base64 iv: string; // Base64 };