*** ALPHA BUILD, USE WITH CAUTION! *** DropHex v0.2a BinHex v4.0 Copyright Yves Lempereur MultBin v1.0 Copyright oPC DropHex is a new Drag & Drop BinHex utility. It supports bulk encoding & decoding of files & folders, truncating long file names, prompts for duplicate file names, options for Save locations (same as the file, prompt, and specific folder), option to set Type & Creator to Stuffit Expander, add Line Feeds for PC compatibility, and toggle file type visibility. DropHex also introduces a newly expanded BinHex aarchive format called MultiBin. MultiBin supports BinHex encoding of multiple files and folders, as well as saving Finder flags and folder icons. To extract the individual BinHex files and folders from a MultiBin file without decoding them, hold down the Command key when dropping a MultiBin file onto DropHex. MuliBin files can be manually deconstructed, and each file can be decoded using a standard BinHex 4.0 decoder. Below is an overview of the file format. // MultiBin Summary // BinHex 4.0 Encoding // 2-Pass Encoding & 1-Pass Decoding for mTOC & Files // Every block below is preceded by the standard BinHex 4.0 preamble line // "(This file must be converted with BinHex 4.0)", so any single block // can be handed to a standard decoder as-is. // This "Read Me" is always first file. < Read Me > // BinHex Encoded Table of Contents Binary. < mTOC > // Files in the order they were encoded. < File-1 > < File-2 > < File-3 > < File-4 > < File-5 > // Backup Plain Text Directory Structure. // Three ::: indicates start. Single : for path separator. Line-mapped index. ::: File-1 Folder-1:File-2 Folder-1:File-3 Folder-1:Folder-2:Folder-3:File-4 Folder-4:File-5 // EOF