export interface EncryptStatus {
    isEncrypted: boolean;
    isLocked: boolean;
    hint: string;
}
