URL Shortener

CAPTCHA image

This is a simple URL shortener, that stores all data encrypted in the database where the short URL acts as the 48 bit key. This is not a strong encryption, so don't put secrets into the URL that you want to shorten. It is rather a privacy feature, so that the data is encrypted at rest. The source code can be found here.