Encode
Encode["source","dest"] writes an encoded version of the file source to the file dest.
<<dest decodes the file before reading its contents.
Encode["source","dest","key"] produces an encoded file that must be read in using Get["dest","key"].
Please visit the official Wolfram Language Reference for more details and examples on core symbols.