if (self.config.password) {
            self.config.password = encryption.encrypt(self.config.password);
        }