|
The Code Loft is not really a product in the traditional sense. What you will
find here is a collection of usable bits and pieces. They might be scripts,
unfinished but usable projects, retired projects, or even things we use every
day, but do not really have a place as a stand alone project. This is where
they get thrown, into the 'Loft'.
Cisco Group Password Decrypter
Decrypt Cisco .pcf group passwords from their hashed format to an enterable
password for use with most IPSec clients, like VPN Tracker, Mac OS X's built-in
IPSec client or even the iOS client. This is code based upon prexisting code
and the source is released under a matching license. The source is contained
in the download.
GUUID Generator
Any Windows developer should recognize this little gem immediately.
With the proliferation of GUUID's in development, a quick and dirty tool to
generate new GUUID's and place them on the clipboard is often just what the
doctor ordered. Outside of solving that little problem, this tool is also
handy for generating ID's for those of us that find a frequent need for
nominally random and unique id's.
ThinBin
For the developers that find themselves having to (or wanting to) remove
extraneous binary architectures from a fat binary. This is just a quick and
dirty, drop the binary on the application and let it pick out the architecture
you want to keep. If it finds the matching architecture name in
the dropped file path, it will automatically use that. If not, it will
ask the user for the desired architecture from what is found in the
binary.
|