home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmbase64.zip / pmbase64.txt < prev   
Text File  |  1996-04-01  |  665b  |  15 lines

  1.    --------------- PMBASE64 v1.0 --------------------
  2. Date        : 4/1/96
  3. Written By    : Cliff DeCarlo (cliffd@albany.net)
  4.  
  5. This is a simple PM application that will encode and decode
  6. base-64 files.  The program is multi-threaded and was written
  7. using the Borland C++ compiler and the Borland OWL.  It does
  8. occasionally crash but this is because of bugs in OWL.  The 
  9. program is REAL simple and menu driven.  The only thing to 
  10. note is that the base-64 file to be decoded must be stripped
  11. of any header information.  The first line of the file MUST
  12. be the actual data or else your binary file will be garbage.
  13. Please send any comments to cliffd@albany.net
  14.  
  15.