| EDXOR.EXE Ostensibly a Notepad replacement,
and about the same size as the default Notepad, this tiny powerhouse of a
prog can open any size file, convert binary files to/from hex-text; encrypt text
or binarys with RC4 or XOR; and hide files within files with its
"Insert" and "Flip" functions; just to mention a few uses for the
over 60 menu items in its toolbar. When I first ran across this little wonder,
I was impressed by not just the unique crypto-functions available in such a
small text editor, but also by the text-only buttons on the toolbar...which
allowed the author to use all available space for nifty function-upon-functions
and still maintain a lean and mean, no-nonsense application. It's nice to see
somebody opt for process over fluffy bitmaps. I was certain that it must be written
in pure assembly, but it turned out to be C...which is pretty damn close, 'eh?
It has become my tool-of-choice for everyday text-handling, and sparked the development
of SCD. I have included the latest version in the Toolkit, but you should visit
the Edxor Homepage regularly for the updates. They're worth it. We will be using Edxor to hide our extracted key-block files inside other files. This prog will replace many megabytes of other useful utilitys; and all in a 22kb package! FLIP.EXE Flip is a standalone
implementation of Edxors "Format/Flip" menu command. Flip
supports drag and drop file handling; so, you can drag 'n drop files on it, or its icon, to perform the procedure on any file. A Zip-file hidden in a *.jpg image with Edxors "Insert" and "Flip" commands will be exposed by dragging it on the utility...then it can be read and extracted with WinZip. Repeating the action will hide the Zip again, and the image will act just like any other *.jpg. This is true of any windows file which is used as a host for these archives.
|