Utilities
We have developed a number of small utilities for internal use. Feel free to use them if they would be of use to you:
URL ShortenerThis is simply a bit.ly, tinyurl etc clone. Be aware that new links take 5 seconds to be added, as a throttling mechanism.
Example:
http://lamped.co.uk/.yQHash GeneratorIf you know what a "hash" is, you'll know why this is useful. Want to know the whirlpool, md5, sha256 hash of something? Includes support for around 40 common hash algorithms and derivatives.
Salt GeneratorSometimes you need a truely random block of data. These are used for "keyfiles" or to enhance password obfuscation. The salt generator uses your mouse movements to generate a block of random data, and provides it hashed in the algorithm of your choice.