home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / b64.zip / FILE_ID.DIZ < prev    next >
Text File  |  1996-06-11  |  455b  |  15 lines

  1. Intelligent Rexx base64 en/decoder.
  2. Uses BASE64 API from MD5RX.DLL.
  3. ** FREEWARE **  Author:
  4. Teet K⌡nnussaar (teet@aetec.estnet.ee)
  5. Encoding notes:
  6.   writes 3-line MIME-compliant header
  7. Decoding notes:
  8.   auto-detects encoded data position
  9.     in file (should have at 3 lines of
  10.     encoded data to detect correctly)
  11.   if outfile not given, guesses
  12.     filename to decode, or writes to
  13.     b64out.$$?. Does not overwrite
  14.     out-files, never.
  15.