pub type EncryptionOpts = EncryptionOpts;
pub struct EncryptionOpts { pub cipher: String, pub hexkey: String, }
cipher: String
hexkey: String