It does not.  The point of noscript being that, if you follow a tinyurl and you&#39;re not sure where it&#39;s going, the noscript will catch it if it&#39;s a clickjack or something that would otherwise lead to a headache of an afternoon.<br>

<br>-Scott<br><br><div class="gmail_quote">On Fri, Jul 16, 2010 at 9:57 AM,  <span dir="ltr">&lt;<a href="mailto:j.bengtson@mchsi.com">j.bengtson@mchsi.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>Yeah, got it, use it...does it have a URL shortening feature that I&#39;m not aware of?<div class="im"><br><br>----- Original Message -----<br>From: Scott Prader <br>To: Central Iowa Linux Users Group <br></div><div>

<div></div><div class="h5">Sent: Thu, 15 Jul 2010 17:09:15 -0500 (CDT)<br>Subject: Re: [Cialug] TinyURL<br><br>One word: noscript.<br><br><a href="http://noscript.net" target="_blank">http://noscript.net</a><br><br>-Scott<br>

<br><div class="gmail_quote">On Thu, Jul 15, 2010 at 3:09 PM,  <span dir="ltr">&lt;<a href="mailto:j.bengtson@mchsi.com" target="_blank">j.bengtson@mchsi.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>You would want it to be reversible...the intent isn&#39;t to secure the URL, it&#39;s to shorten the URL.  You would want anyone to be able to &quot;de-shorten&quot; the URL to compare it against blacklists, etc.  And of course you want the browser to be able to de-shorten it.<br>

<br>The problem with the URL shortener is that it has to be something that anyone can use to decode any URL, anywhere.  Requiring access to a database prevents that.<br><br>How about something like Base64, but which converts the string into a 12-character encoded string?  For example, take the URL<br>

<a href="http://www.ameslug.org/node/1" target="_blank">http://www.ameslug.org/node/1</a><br><br>Using Base64 you get &quot;aHR0cDovL3d3dy5hbWVzbHVnLm9yZy9ub2RlLzE=&quot;, which is not an improvement.  But if you got instead &quot;aHR0cDovL3d3&quot;, that would be much more manageable (if only it would decode back to the original URL string).<div>

<br><br>----- Original Message -----<br>From: Josh More <br>To: Central Iowa Linux Users Group <br></div><div><div></div><div>Sent: Thu, 15 Jul 2010 14:42:43 -0500 (CDT)<br>Subject: Re: [Cialug] TinyURL<br><br><div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 10px;">

<div>Making proper hashing algorithms is actually really hard to do.  You have to worry about collisions and reversing (in most cases).<br><br><br>For URL shorteners,  it&#39;s often more efficient to implement an incrementer and just keep a database around.<br>

</div><div><br><div style="font-family: Tahoma; font-size: 13px;"><div style="font-family: Tahoma; font-size: 13px;"><div style="font-family: Tahoma; font-size: 13px;"><font style="font-family: Courier New;" size="1" color="#888888">-Josh More, CISSP, GIAC-GSLC, GIAC-GCIH, RHCE, NCLP<br>

<a href="mailto:morej@alliancetechnologies.net" target="_blank"><span>morej@alliancetechnologies.net</span></a><br><br>515-245-7701 </font><div style="font-family: Tahoma; font-size: 13px;"></div></div></div></div></div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr><div style="direction: ltr;"><span style="font-family: Tahoma;"><b>From:</b><a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a> [<a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a>] on behalf of <a href="mailto:j.bengtson@mchsi.com" target="_blank">j.bengtson@mchsi.com</a> [<a href="mailto:j.bengtson@mchsi.com" target="_blank">j.bengtson@mchsi.com</a>]<br>

<b>Sent:</b> Thursday, July 15, 2010 14:41<br><b>To:</b> Central Iowa Linux Users Group<br><b>Subject:</b> Re: [Cialug] TinyURL<br></span><br></div><div></div><div>I wonder why no one has made a way to take any URL and automatically shorten it.  Consider an MD5 hash...you can take virtually any text, no matter how long, and the MD5 algorithm will return a 32-digit hex number.  How hard is it to make something similar,<br>

<br><br> that can take a URL of any length and return an 8-character string that can then be decoded back to the original URL?  Make that algorithm public open-source, and you&#39;ve got a tinyURL mechanism that isn&#39;t dependent upon any vendor, can be checked against a<br>

<br><br> blacklist, and yet is short enough for mere humans to handle.<br><br><br>----- Original Message -----<br><br>From: Adam Shannon <br><br>To: Central Iowa Linux Users Group <br><br>Sent: Fri, 18 Jun 2010 22:54:01 -0500 (CDT)<br>

<br>Subject: Re: [Cialug] TinyURL<br><br><br>Having a service (or services) to shorten a url that breaks in use<br><br>(email, webpages...) is perfectly fine, but that service should only<br><br>be giving the user the actual link, not directing them to the link<br>

<br>they wanted.<br><br><br>What happens when that short link provider goes out of business or is<br><br>hacked, then I lose the ability to control where I will end up<br><br>(negating anything on the link I&#39;m trying to reach does) because I<br>

<br>can&#39;t see where I&#39;m going.  If the service is hacked and spreads<br><br>malware than anyone with javascript or cookies allowed on that domain<br><br>will be infected or tracked.<br><br><br>In my view, short url providers should only be presenting a page for<br>

<br>the user as to what the short link represents, the short link is not<br><br>the same link and therefore shouldn&#39;t act the same.  It&#39;s a<br><br>representation for another url.<br><br><br>Thoughts?<br><br><br>On Fri, Jun 18, 2010 at 17:26, Scott Prader wrote:<br>

<br>&gt; Sometimes a URL that takes up multiple lines can get cut off with a carriage<br><br>&gt; return inserted by some program, at some point.  When I see a link, I like<br><br>&gt; to think that I can click on it and not get a 404.  TinyURL fixed this.<br>

<br>&gt; What they don&#39;t do is auto-forward a 404 to <a href="http://archive.org" target="_blank">archive.org</a>, which tends to<br><br>&gt; cover what a downed URL can&#39;t, whether it&#39;s complete or not.<br><br>

<br><br>&gt;<br><br>&gt; -Scott<br><br>&gt;<br><br>&gt; On Fri, Jun 18, 2010 at 4:58 PM, Barry Von Ahsen wrote:<br><br>&gt;&gt;<br><br>&gt;&gt; 7 ff addons tagged &#39;unshort url&#39;, probably more under other tags<br>
<br>
&gt;&gt;<br><br>&gt;&gt; <a href="https://addons.mozilla.org/en-US/firefox/tag/unshort%20url" target="_blank">https://addons.mozilla.org/en-US/firefox/tag/unshort%20url</a><br><br>&gt;&gt;<br><br>&gt;&gt; -barry<br><br>&gt;&gt;<br>

<br><br><br>&gt;&gt;<br><br>&gt;&gt;<br><br>&gt;&gt; Nathan C. Smith wrote:<br><br>&gt;&gt; &gt; Seems to me there could be a whole industry for a technology for<br><br>&gt;&gt; &gt; converting the various short-URLs back to long ones, particularly if the<br>

<br>&gt;&gt; &gt; tools and technology provide a means to mitigate potential risks.<br><br>&gt;&gt; &gt;<br><br>&gt;&gt; &gt; Don&#39;t <a href="http://bit.ly" target="_blank">bit.ly</a> and others use a hash that stays the same for each<br>

<br>&gt;&gt; &gt; shortening of a reference?  So that if you shorten <a href="http://cialug.org" target="_blank">cialug.org</a> and send it to<br><br>&gt;&gt; &gt; me I will get the same shortened url if I do it?<br><br>
<br>
&gt;&gt; &gt;<br><br>&gt;&gt; &gt; -Nate<br><br>&gt;&gt; &gt;<br><br>&gt;&gt; &gt;&gt; -----Original Message-----<br><br>&gt;&gt; &gt;&gt; From: <a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a><br>

<br><br>&gt;&gt; &gt;&gt; [mailto:<a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a>] On Behalf Of Ed Meacham (@work)<br><br>&gt;&gt; &gt;&gt; Sent: Friday, June 18, 2010 3:12 PM<br>
<br>
&gt;&gt; &gt;&gt; To: &#39;Central Iowa Linux Users Group&#39;<br><br>&gt;&gt; &gt;&gt; Subject: Re: [Cialug] TinyURL<br><br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; I love the idea of URL shortening services. Though, they<br>

<br>&gt;&gt; &gt;&gt; definitely have instances where the use of one is more<br><br>&gt;&gt; &gt;&gt; appropriate than others... I don&#39;t see the need to shorten a<br><br>&gt;&gt; &gt;&gt; URL in an email, unless you&#39;re spreading &quot;infectious-love.&quot;<br>

<br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; Rather than write off TinyURL/Bit.ly, I would blame improper<br><br>&gt;&gt; &gt;&gt; organization and/or the sender not qualifying the details of<br><br>&gt;&gt; &gt;&gt; the URL in the message.<br>

<br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; I see there is a plug-in for Thunderbird for converting a URL<br><br>&gt;&gt; &gt;&gt; into a TinyURL... wonder if it has a reversal option? (I<br><br>&gt;&gt; &gt;&gt; don&#39;t have Thunderbird installed on this machine to check) If<br>

<br>&gt;&gt; &gt;&gt; not, a lookup plug-in might be a good project for someone. :P<br><br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; -emeacham (@work)<br><br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; -----Original Message-----<br>

<br>&gt;&gt; &gt;&gt; From: <a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a><br><br>&gt;&gt; &gt;&gt; [mailto:<a href="mailto:cialug-bounces@cialug.org" target="_blank">cialug-bounces@cialug.org</a>] On Behalf Of Todd Walton<br>

<br>&gt;&gt; &gt;&gt; Sent: Friday, June 18, 2010 6:27 AM<br><br>&gt;&gt; &gt;&gt; To: Central Iowa Linux Users Group<br><br>&gt;&gt; &gt;&gt; Subject: [Cialug] TinyURL<br><br>&gt;&gt; &gt;&gt;<br><br>&gt;&gt; &gt;&gt; And another reason I hate this tinyurl thing... I know<br>

<br>&gt;&gt;<br><br>&gt;&gt;<br><br>&gt;&gt; _______________________________________________<br><br>&gt;&gt; Cialug mailing list<br><br>&gt;&gt; <a href="mailto:Cialug@cialug.org" target="_blank">Cialug@cialug.org</a><br>

<br>&gt;&gt; <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br>&gt;<br><br>&gt;<br><br>&gt; _______________________________________________<br><br>&gt; Cialug mailing list<br>

<br>&gt; <a href="mailto:Cialug@cialug.org" target="_blank">Cialug@cialug.org</a><br><br>&gt; <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br>&gt;<br>

<br>&gt;<br><br><br><br><br>-- <br><br>Adam Shannon<br><br>Web Developer<br><br><a href="http://ashannon.us" target="_blank">http://ashannon.us</a><br><br>_______________________________________________<br><br><br><br>Cialug mailing list<br>

<br><a href="mailto:Cialug@cialug.org" target="_blank">Cialug@cialug.org</a><br><br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br><br></div></div></div>

<br><br></div></div></div><br>_______________________________________________<br><br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org" target="_blank">Cialug@cialug.org</a><br><a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>

<br></blockquote></div><br><br><br></div></div></div><br>_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br></blockquote></div><br>