Hi
I was initially worried that public tickets would have the ticket id attached and some spammer could sequence thru all public tickets to steal emails and other sensitive information.
I was glad to see that public emails had a hash key attached to stop anybody from trying this.
However this hexadecimal hash key is 64 characters long and creates long url's and look rather spam like, not to mention that it may break into multiple lines in some browsers.
I realize that there is a need for security but a 64 bit key will produce over 1x10^77 combinations, which is extreme overkill. How can I have the hash key restricted to something more reasonable, like 16 digits. This will still provide extremely good security without looking spamlike or having the URL broken across lines.

