export interface Cipher {
    algorithm: string;
    chaining: string;
}
