It's a simple little website that doesn't even store the 'shortened' urls. I figured base64 encoding the payload and hucking it onto the end of the url would enhance how dubious a link looked, which had the added benefit of requiring zero storage for links as well. All the backend server does is decode the base64 blob and redirect with a 307 if it's able to parse the link.