export interface Ciphertext { ciphertext: string; // Base64 iv: string; // Base64 }