nutcase binhex
StuffIt Expander 2009 13.0.3
Expands downloaded files. more>> Expands downloaded files.
StuffIt Expander enables you to access virtually any file on the Web.
Award-winning StuffIt Expander gives you access to virtually any file you download from the Internet or receive in your email. Expander can handle just about any type of file that comes your way, regardless of whether it was created on a PC or Mac, or travelled across the globe or around the block. And, Expander is easy to use - just drag, drop, and youre done!
StuffIt Expander expands and decodes any compressed file you download from the Internet or receive attached to your email. It expands StuffIt archives, unzips Zip files (created by WinZip or other zip utilities), and decompresses Unixs .tar, .gzip and .bzip files.
From BinHex to .Zip, StuffIt to MIME, Expander accesses more formats in less time with zero hassles! Expander works seamlessly with all your favorite Web browsers like Safari, Firefox and more.
Main features:
- Easily access any compressed file, download or attachment.
- Easy to use "drag and drop" interface.
- Handles .SITX and over 20 other compression formats.
- Toggleable Autocheck for latest updates to Expander.
- Open archives using strong 512-bit or AES 256-bit encryption.
Enhancements
- Added French, German, Japanese and Simplified Chinese localizations.
- StuffIt Expanders Watch Folder feature now uses the Preference settings rather than the application defaults.
DropBin 1.5
DropBin - Automatically binhex files more>>
License:Freeware
MacBinHex 1.1
MacBinHex - Encode/decode binhex files more>>
The application is completly freeware and the source code is included within the package.
MacNetTools 1.2.5
MacNetTools - All purpose tool for handling downloaded files more>>
Main features:
- Joins Segmented Files (what most of you use it for)
- Splits Files into Segments
- Decodes Encoded Binary Files - Auto Detect Format, UUEncoded, Mime (including AppleSingle and AppleDouble), Binhex, Macbinary, yEnc
- Encodes Binary Files - UUEncoding, Mime, Mime AppleSingle, Mime AppleDouble, Scripted Mime (Future addition), Binhex, Macbinary, yEnc
- List Files - All Files, Uncommented Files, Missing SIT Segments, Missing MPG Segments, Missing Pattern Segments, Pattern, Duplicate Files (based on content, not name), Set Match, List Match, List Invisibles, Wide variety of output formats and targets
- Set Filetype - Sets the Finder filetype of all files dropped on it
- Adjust All Filetype - Sets the Finder filetype of all files dropped on it based on each files extension
- Concatenate - A very generalized version of the Join command, Input as:, Files, Text Clippings, Combined Output as: File, Text Clipping, To Clipboard
- CRC and Checksums - Sum32, Adler32, XOR8, MacBinary, BinHex, CRC16, CCITT16A, CCITT16B, CRC32, CCITT32, POSIX.2, ZIP 32, MD5, SHA, Custom CRCs, Custom CRC Table Generation, Several output formats and targets
- File Tools - Fix HL Files, Strip Resource Fork, Encrypt-Decrypt, Move Matching Files, Move Non Matching Files, Trash Matching Files, Delete Matching Files, Label Matching Files, Rename Matching Files, Rename By Subject, Move Duplicates (based on content, not name), Move Dupl Names (name based), DTList To DBF, Alias To File, Dup.nn To Dupa.ext, Fix BinHex
- Folder Tools - Combine Fldr, Group Fldr A, Group Fldr B, Group Fldr C, Step Fndr Fldrs, Delete Empty Fldrs, Open Fldrs, Close Fldrs, Calc Fldr Size (not yet functional)
- Par Tools - Check Pars, Generate Pars, Recover Files
- Miscellaneous Utilities - Get/Set File Info, Wildcard Match Check, Step Fndr Fldrs, Open Fldrs In Trash, Close Fldrs In Trash, SlideShow (Possible Future addition)
- Choice of 3 Matchers for commands which use them: wildcard, regexp and regexs.
Enhancements:
This update corrects two small but significant problems pointed out by by users.
- The filetype autotyper was changed to provide support for properly typing Stuffit file segments rather than typing them as Stuffit archives as was previously happening.
- A second UU decoder was also added (user selectable) to allow proper decoding of multipart encodings in which the last line of uu data in one segment is not separated from the header data of the next article. A blank line may be required there under message handling RFCs (I have not yet checked) and in any case is customary. The new decoder works even without that blank line present, but loses the ability to detect bad uu character data as a result (which the old decoder does well). Other popular decoders use the second method only while ignoring errors as can be seen by CRC checks of the resultant data. MNT now allows you to have a choice between the two methods.
- Error reporting options for Par file handling were also expanded on a test basis (see comments in documentation).
e-CryptIt Engine 9.2
e-CryptIt Engine is a REALbasic plugin that will come in handy more>>
The plugin is internally segmented so only the used parts will be compiled into your application.
The Zip compression, CRC32 and Adler32 are based on the zlib library whch was not written by Einhugur Software.The e-CryptIt plugin does not require zlib to be installed.
Main features:
Encryption
- e-CryptIt - chained
- Blowfish ECB unchained mode (64 bit blocks - up to 448 bit keysize).
- Blowfish CBC chained mode - (64 bit blocks - up to 448 bit keysize).
- Twofish ECB unchained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Twofish CBC chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Twofish CFB1 chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- AES ECB unchained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- AES CBC chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Serpent ECB unchained mode - (128 bit blocks - up to 256 bit keysize).
- Serpent CBC chained mode - (128 bit blocks - up to 256 bit keysize).
Encoding and Decoding
- e-CryptIt
- Base64 (Raw)
- Base64Stream (Will handle extra CRs in MIME Base64)
- UU
- BinHex
- BinHexEncoderStream
- MacBinary III (Not supported on Win32 and Linux)
- MacBinaryStream (MacBinary I, II and III)
- AppleSingle and AppleDouble (Not supported on Win32 and Linux)
- AppleSingleEncoderStream
- AppleSingleDecoderStream
- YEncDecoder
- YEncEncoder
Compression
- Zip compression on strings
- Zip compression on files (.z format)
- Zip compression on streams (.z format)
Checksum
- CRC16 on strings.
- CRC16 on MemoryBlocks.
- CRC32 on strings.
- CRC32 on MemoryBlocks.
- Adler32 on strings.
- Adler32 on MemoryBlocks.
Hashing
- MD5
- SHA
- SHA1
- SHA_256
- SHA_384
- SHA_512
Keyed-Hashing
- HMAC-MD5
- HMAC-SHA1
MultiLedger Updater 7.0.6
MultiLedger Updater - Update MultiLedger to the latest version more>>
NOTE: You need at least version 7.0 of MultiLedger for Macintosh in order to run the patch.
The Patch will search your drive for your old version of MultiLedger 7.0. Once it is found, click Update. When the update is complete, click Quit. To verify that you have correctly updated, open MultiLedger as you normally would, then choose About MultiLedger from the Apple menu.
Enhancements:
- Issues with the Bank Reconciliation have been corrected.
- A problem when printing graphs in Item Reports has been corrected.
- In Adjust Inventory you can now see the codes assigned to your items.
- There is now have the ability to get 2 years worth of balances for each account.
NutCase Binhex 0.9b
NutCase Binhex - A program to create and unpack binhex ( .hqx ) file more>>
NutCase Gzip 0.9b
NutCase Gzip - A program to create and unpack Gzip ( .gz ) files more>>
NutCase MacBinary 0.9b
NutCase MacBinary - A program to create and unpack MacBinary III ( .bin ) files more>>
NutCase UU 0.9b
NutCase UU - A program to create and unpack uuencoded ( .uu ) files more>>
The Dan Barker Audio Show Widget 2.0
The Dan Barker Audio Show Widget - Listen to Dan Barker and William Jones presenting the Dan Barker Audio Show. more>> StuffIt Expander expands and decodes any compressed file you download from the Internet or receive attached to your email. It expands StuffIt archives, unzips Zip files (created by WinZip or other zip utilities), and decompresses Unixs .tar, .gzip and .bzip files.
From BinHex to .Zip, StuffIt to MIME, Expander accesses more formats in less time with zero hassles! Expander works seamlessly with all your favorite Web browsers like Safari, Firefox and more.
Easily access any compressed file, download or attachment
Easy to use "drag and drop" interface
Handles .SITX and over 20 other compression formats
Toggleable Autocheck for latest updates to Expander
Open archives using strong 512-bit or AES 256-bit encryption
Always FREE! Expander never nags you for payment!
Over 25 Supported File Formats:
.sitx .sit .zip .sea .tar .bin .hqx .cbr .bz2 .tgz .lha .mime .rar .arc .gz .cbz .uue .exe .cab .yenc .z .pf .uu<<less
Las Vegas Travel Deals 1.0
Las Vegas Travel Deals - Easily get travel deals on Las Vegas, Lake Tahoe and Reno Nevada more>> iArchiver is a must-have tool for anyone working with archives:
- Simple and fast redefined. Extracting archives was never simpler and faster: iArchiver will quick-extract archives dragged onto its dock icon.
- Popular support. iArchiver opens a broad spectrum of file formats including RAR, StuffIt, DMG, ZIP 7zip and many more.
- Safe and small. With iArchiver, users can archive and backup their files in popular formats such as 7zip, ZIP and Gzip. Archives can be password-protected with iArchivers built-in encryption support.
- Sharing archives made easy. Not everybody knows how to open StuffIt, RAR or similar archive formats. iArchiver can convert these formats to industry standard ZIP to make sharing archives easy and painless.
Features in a nutshell:
* Create Zip, 7zip (.7z), DMG, Tar, Gzip, Bzip2, Z, and CPIO files
* Extract Rar, 7zip (.7z), Zip, DMG, StuffIt (.sit), BinHex (.hqx), MacBinary (.bin), Tar, Gzip, Bzip2, Z, CPIO, ARJ, RPM, PAX, LhA (.lha, .lzh), ADF, Cabinet (.cab), ARJ and ACE files
* Convert between the above archive formats for example from RAR to Zip or from StuffIt to 7zip
* Quick drag-and-drop extract via the dock and Finder toolbar
* Encrypt and decrypt Zip and 7zip archives
* In-place extract to emulate the built-in Mac OS X behavior
* Option to ignore Mac-specific files for added compatibility when sharing archives with Windows and Linux users<<less

Quick ZIP 1.0
View the contents of archives within Quick Look. more>>
View the contents of many compression and archive formats within Quick Look. Supported formats include: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, SIT, DiskDoubler, BinHex, and MacBinary.
Similar to BetterZip Quick Look Generator 1.1 except it includes a tidy installer to easily and quickly install.
Mpack 1.5
Mpack provides a powerful functionality for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages. more>>
Mpack 1.5 provides a powerful functionality for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages. For compabibility with older forms of transferring binary files, the munpack program can also decode messages in split-uuencoded format. The mac port can also decode messages in split-binhex format.
StuffIt Expander 14.0.0
StuffIt Expander is a helpful and beneficial utility which easily expands and decodes any compressed file you download from the Internet or receive attached to an email. more>>
StuffIt Expander 14.0.0 is a helpful and beneficial utility which easily expands and decodes any compressed file you download from the Internet or receive attached to an email. It expands StuffIt archives, unzips Zip files (created by WinZip or other zip utilities) and decompresses Unix's .tar, .gzip and .bzip files. Expander works seamlessly with your favorite browsers like Safari, Firefox and more. From BinHex to Zip, StuffIt to MIME, Expander accesses more formats in less time with zero hassles! Just drag, drop and enjoy!
Enhancements: Expansion support for archives created with the latest versions of StuffIt
- Page: 1 of 2
- 1
- 2