The National Security Agency's Internet site has been placing files on visitors' computers that can track their Web surfing activity despite strict federal rules banning most files of that type.
The files, known as cookies, disappeared after a privacy activist complained and The Associated Press made inquiries this week. Agency officials acknowledged yesterday that they had made a mistake.
Nonetheless, the issue raised questions about privacy at the agency, which is on the defensive over reports of an eavesdropping program.
"Considering the surveillance power the N.S.A. has, cookies are not exactly a major concern," said Ari Schwartz, associate director at the Center for Democracy and Technology, a privacy advocacy group in Washington. "But it does show a general lack of understanding about privacy rules when they are not even following the government's very basic rules for Web privacy."
Until Tuesday, the N.S.A. site created two cookie files that do not expire until 2035.
So if you visited the NSA site (before Tuesday), you left behind the ability for the agency to track every site you visit thereafter, until the year 2035. All of this supposedly "by accident." What next?
As Common points out:
...it would be interesting to know if this "policy" was only implemented at the NSA or if it was a sort of "total awareness" going on at all government sites under the Bully Boy. The article states that the CIA did use them in 2002 until Daniel "Brandt called it to the agency's attention." Following cookies being placed upon anti-drug online ads (this would be in the Clinton years), "strict rules" were set in place in 2000 but as of 2001 at least 23 agencies were found by Congress to still be using them.
Any blogger who links to the White House, Pentagon or other web-sites should wonder... unless of course they're conservatives who think the president should have any and all the power he can grab, with nothing to hold him back but the good Lord's whispers in his ear...
<%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
Tell a friend
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@aspbasics.com"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.aspbasics.net"
'This is the content of the message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 1
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>
"[T]he practice of arbitrary imprisonments, have been, in all ages, the favorite and most formidable instruments of tyranny.' Alexander Hamilton, Federalist No. 84, August, 1788