Required Parameters
You must provide a value for one of the following fields, but not both:- data: The data to encode.
- file: The file to encode.
Optional Parameters
- format: The format to use for encoding. Available values are BASE64, HEX, HMAC, HTML, JIS, MD5, QP, SHA1, URL, UU, and YENC. The default is BASE64.
- outfile: The file in which to store the encoded data.
- outformat: The format to use for encoded data. Available values are RAW, BASE64, and HEX. The default is RAW.
- encoding: The encoding to use to convert data into a byte array before encoding. The default is UTF-8.
Output Attributes
- encodeddata: The encoded data.
- format: The format used for encoding.
- outfile: If you specified an input value for outfile, this is the file that contains the encoded data.