def perform_operation(self, infile, outfile, pub_key, cli_args=None): """Encrypts files to VARBLOCK.""" return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key)