The easiest way to keep your emails private and confidential is…

The easiest way to keep your emails private and confidential is…

To use encryption!

Like so for example:

crypto()
{
clear
if [ -z "$1" ]; then
echo -e ${Blue}"\tPlease choose a valid option!\n${Yellow}\tUsage:"${Nc}
echo -e ${Cyan}"\tcrypto"${Nc}" {"${Cyan}"--encrypt"${Nc}","${Cyan}"-e"${Nc}"}\t${Blue} Your-file "${Nc}
echo -e ${Cyan}"\tcrypto"${Nc}" {"${Cyan}"--decrypt"${Nc}","${Cyan}"-d"${Nc}"}\t${Blue} Your-file.aes "${Nc}
echo -e ${Cyan}"\tcrypto"${Nc}" {"${Cyan}"--sign"${Nc}","${Cyan}"-s"${Nc}"}\t${Blue} Your-file "${Nc}
echo -e ${Cyan}"\tcrypto"${Nc}" {"${Cyan}"--verify"${Nc}","${Cyan}"-v"${Nc}"}\t${Blue} Your-file.asc "${Nc}
elif [ -z "$2" ]; then
echo -e ${Yellow}"\tError: Providing a filename is MANDATORY!   "${Nc}
echo -e ${Red}"\tExiting..."${Nc}
elif [ -d "$2" ]; then
echo -e ${Yellow}"\tError: File is a directory!"${Nc}
echo -e ${Red}"\tExiting..."${Nc}
else
case "$1" in
"--encrypt" | "-e")
## to encrypt (-e):
openssl aes-256-cbc -a -e -salt -in "$2" -out "$2".aes
;;
"--decrypt" | "-d")
## to decrypt (-d):
openssl aes-256-cbc -a -d -salt -in "$2" -out $(basename "$2" .aes)
;;
"--sign" | "-s")
## to sign (-s):
echo -e ${Cyan}"\tgpg -a --detach-sign \""$2"\""${Nc}
gpg -a --detach-sign "$2"
;;
"--verify" | "-v")
## to verify (-v):
echo -e ${Cyan}"\tgpg --verify \""$2"\" \"$(basename "$2" .asc)\""${Nc}
gpg --verify "$2" $(basename "$2" .asc)
;;
*)
echo
echo -e ${Yellow}"\tNothing done!"${Nc}
echo
;;
esac
fi
}

Here’s the original link: https://supporters.eff.org/civicrm/mailing/view?reset=1&id=300. And here you’ll find the page as I clipped it this morning!

EFFector Deep Dive every few months – The PDF version.

Now if I were to send this page to someone else in all privacy… Then I would encrypt the following html blurb.

<style type="text/css">
#effector a, #effector a:link, #effector a:visited #effector a:hover #effector p #effector .text  #effector .text a, #effector a:link, #effector a:visited #effector h1 #effector h1 span.sub-title #effector h2 #effector h2.noline #effector h3 </style>
<p style="margin:0; text-align:center;">
	<a href="https://supporters.eff.org/civicrm/mailing/view?reset=1&id=300" style="text-decoration:underline; font-size:.8em;  font-family: Helvetica, Arial, sans-serif;">View as a web page</a></p>
<table bgcolor="#CCCCCC" border="0" cellspacing="0" id="effector" width="100%">
	<tbody>
		<tr>
			<td colspan="3">
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td bgcolor="#cc0000" style="padding:0px 20px 20px 20px; font-size: 1.0em; color: #ffffff; background-color: #cc0000; font-family: Helvetica, Arial, sans-serif; line-height: 1.5em;">
				<table border="0" cellspacing="0" width="100%">
					<tbody>
						<tr>
							<td>
								<a href="https://supporters.eff.org/civicrm/mailing/view?reset=1&id=300"><img alt="EFFector!" border="0" height="104" src="https://www.eff.org/sites/default/files/effector-title.png" style="margin:20px 0 0 0" width="330" /></a></td>
							<td align="center" width="200">
								<a href="https://www.eff.org/"><img alt="Electronic Frontier Foundation" border="0" src="https://www.eff.org/sites/default/files/eff_logo.png" style="margin-top:20px;" /></a></td>
						</tr>
					</tbody>
				</table>
			</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td width="33%">
				&nbsp;</td>
			<td>
				<table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="20" width="780">
					<tbody>
						<tr>
							<td bgcolor="#FFFFFF" style="padding:0px 20px 20px 20px; font-size: 1.0em; color: #333333; background-color: #ffffff; font-family: Helvetica, Arial, sans-serif; line-height: 1.5em;" valign="top">
								<p>
									In our 626th issue:</p>
								<h3>
									<a href="https://www.eff.org/issues/privacy" style="color:#cc0000; text-decoration: bold;">Deep Dive: ECPA and the Future of Electronic Privacy</a></h3>
								<p>
									<em>In most issues of EFFector, we give an overview of all the work we're doing at EFF right now. Today, we're trying something new: doing a deep dive into a single issue. If our readers find this valuable, we'll try to give you an EFFector Deep Dive every few months.</em><br />
									<br />
									Yesterday was a watershed moment in the fight for electronic privacy: the Senate Judiciary Committee overwhelmingly passed an amendment that mandates the government get a probable cause warrant before reading our emails. The battle isn't over -- the reform, championed by Senator Patrick Leahy (D-VT), still needs to pass the rest of the Senate and the House, and be signed by the President to become a law. But yesterday, thanks to thousands of people speaking out, we were able to begin the process of overhauling our archaic privacy laws into alignment with modern technology.<br />
									<br />
									It was a big win for us, even if it was only the first step in the process of reforming privacy law to keep the government out of our inboxes. So we're dedicating this EFFector to the battle to reform outdated privacy law: what the government can get, what the law ought to be, and what we're doing to fix the gaping loopholes that leave users vulnerable to government snooping.<br />
									<br />
									<b>The Fourth Amendment and Electronic Privacy</b><br />
									<br />
									The Fourth Amendment protects us from unreasonable government searches and seizures. In practical terms, this means that law enforcement has to get a warrant -- demonstrating to a judge that it has probable cause to believe it will find evidence of a crime -- in order to search a place or seize an item. In deciding whether the Fourth Amendment applies, courts always look to see whether people have both a subjective expectation of privacy in the place to be searched, and whether society would recognize that expectation of privacy as reasonable. The Supreme Court made this point clear in a landmark 1967 case, Katz v. United States, when it ruled that a warrantless wiretap of a public payphone violated the Fourth Amendment.<br />
									<br />
									The Third Party Doctrine, or How the Supreme Court Got Us Into This Mess<br />
									<br />
									In 1979, the Supreme Court created a crack in our Fourth Amendment protections. In Smith v. Maryland, the Court ruled that the Fourth Amendment didn't protect the privacy of the numbers we dialed on our phones because we had voluntarily shared those numbers with the phone company when we dialed them. This principle -- known as the Third Party Doctrine -- basically suggests that when we share data with a communications service provider like a telephone company or an email provider, we know our data is being handed to someone else and so we can't reasonably expect it to be private anymore.<br />
									<br />
									The government took this small opening created by Smith v. Maryland and blew it wide open. It argued that this narrow 1979 decision about phone dialing applied to the vast amount of data we now share with online service providers -- everything from email to cell phone location records to social media. This is bogus and dangerous. When we hand an email message to Gmail to deliver on our behalf, we do so with an intention that our private communications will be respected and kept in strict confidence, and that no human being or computer will review the message other than the intended recipient. But the government argues that because we handed our communications to a service provider, the Fourth Amendment doesn't require them to
get a warrant before snooping around our inbox.<br />
									<br />
									Luckily, the courts are beginning to agree with us. In a leading case where EFF participated as amicus, <a href="https://www.eff.org/cases/warshak-v-united-sta">United States v. Warshak</a>, the Sixth Circuit Court of Appeals agreed with us that people had a reasonable expectation of privacy in their email, even if it is stored with a service provider, and therefore the government needed a search warrant to access it. And in the recent Supreme Court case, <a href="https://www.eff.org/cases/us-v-jones">United States v. Jones</a>, Justice Sotomayor said that she thought the Third Party Doctrine was outdated, while she and four other Justices -- including Justice Alito -- raised concerns about the information gathered by our
cellphones.<br />
									<br />
									<b>The Eighties Were Good for a Lot of Things -- But Not Sustainable Email Privacy Law</b><br />
									<br />
									It's not just the Constitution, however. Congress has made clear that certain forms of data are protected by federal statute as well. Following the Katz decision, Congress passed the Wiretap Act in 1968, supplementing the strong Fourth Amendment privacy protections in phone conversations by enacting a comprehensive set of federal statutes. These statutes were designed to ensure that law enforcement has a compelling reason before intercepting phone calls.<br />
									<br />
									And as electronic communication started to become more prevalent, Congress passed the Electronic Communications Privacy Act (ECPA) in 1986 that somewhat improved the privacy rights around certain electronic communications. But as it reflects the technology of 1986, ECPA has aged poorly. It doesn't address documents stored in the cloud, information revealing our personal associations, or the vast quantities of location data our mobile devices collect on us everyday. And, as a result of loopholes in the law, the Department of Justice, citing ECPA, has argued that it has a right to access emails without a warrant as soon as they are 180 days old, or have been opened and left on the server.<br />
									<br />
									We think that 180-day limit and a distinction between opened and unopened email is arbitrary and wrong. As the Washington Post said in an editorial earlier this week, &quot;If you left a letter on your desk for 180 days, you wouldn't imagine that the police could then swoop in and read it without your permission, or a judge's.&quot;<br />
									<br />
									That's why this week's vote was so important: it was a critical first step in updating ECPA to evolve with the modern technologies we use today, and to close archaic loopholes that give government too much access with not enough judicial oversight.<br />
									<br />
									<b>What EFF and Activists Like You Are Doing</b><br />
									<br />
									We're taking a two-prong approach.<br />
									<br />
									First, we're fighting for the Fourth Amendment in the courts. We practice impact litigation, taking on clients pro-bono in cases where we believe we can create positive legal precedent around digital privacy and government surveillance. We also submit amicus briefs in cases where we don't have a direct client, such as in the Warshak and Jones cases noted above. In Warshak we argued that the government could only access emails stored on an ISP with a search warrant, notwithstanding the third party doctrine. And in Jones, we argued the government's attachment of a GPS tracking device to a car for 28 days was a Fourth Amendment &quot;search,&quot; meaning a warrant was required. The Court agreed with us in both cases, and
as a result privacy protections are stronger now than in the past. And we've filed many more amicus briefs this past year, arguing for a search warrant requirement in cases involving <a href="https://www.aclu.org/files/assets/rigmaiden_amicus.pdf">cell phone location records</a> [PDF], <a href="https://www.eff.org/deeplinks/2012/09/eff-asks-appeals-court-rehear-cell-site-tracking-case">GPS devices</a>, and <a href="https://www.eff.org/cases/us-v-wahchumwah">home video surveillance</a>.<br />
									<br />
									Second, we're creating a movement of engaged Internet users and rallying them to demand the government stay out of our email. Yesterday's win was a result of the tens of thousands of concerned individuals who signed our petition to Congress calling for ECPA reform and who spoke out in other ways. We're also teaming up with advocacy groups, web companies, start-ups, and venture capitalists in demanding ECPA reform through the Digital Due Process coalition. And we recently joined other advocacy groups in launching <a href="http://vanishingrights.com">VanishingRights.com</a>.<br />
									<br />
									What aren't we doing? Compromising. Unfortunately often the pressure in DC inside politics is to trade off one important right against another. We don't think that's EFF's role. Instead, we're advocating for what's best for the Internet and Internet users, and while we are flexible, we aren't willing to horse trade with your privacy and due process.<br />
									<br />
									Want to read more about ECPA and our work to reform it? Check out these links:<br />
									<br />
									<a href="https://www.eff.org/deeplinks/2012/11/attempt-modernize-digital-privacy-law-passes-senate-judiciary-committee">Attempt to Modernize Digital Privacy Law Passes the Senate Judiciary Committee</a><br />
									<br />
									<a href="https://www.eff.org/deeplinks/2012/11/ecpa-and-mire-dc-politics-we-shouldnt-have-trade-video-privacy-get-common-sense">ECPA and the Mire of DC Politics: We Shouldn't Have to Trade Video Privacy to Get Common-Sense Protections of our Email</a><br />
									<br />
									<a href="https://www.eff.org/deeplinks/2012/11/tutorial-how-create-anonymous-email-accounts">Don't be a Petraeus: A Tutorial on Anonymous Email Accounts</a><br />
									<br />
									<a href="https://www.eff.org/deeplinks/2012/11/reform-require-warrant-private-online-messages-vote-down-privacy">Reform to Require Warrant for Private Online Messages Up for Vote, but Down on Privacy</a><br />
									<br />
									<a href="https://www.eff.org/deeplinks/2012/11/when-will-our-email-betray-us-email-privacy-primer-light-petraeus-saga">When Will Our Email Betray Us? An Email Privacy Primer in Light of the Petraeus Saga</a><br />
									&nbsp;</p>
								<h2>
									<a id="support" name="support"></a>Supported by Members</h2>
								<p>
									Our members make it possible for EFF to bring legal and technological expertise into crucial battles about online rights. Whether defending free speech online or challenging unconstitutional surveillance, your participation makes a difference. Every donation gives technology users who value freedom online a stronger voice and more formidable advocate.</p>
								<p>
									If you aren't already, please consider becoming an EFF member today.</p>
								<p>
									<a href="https://supporters.eff.org/donate/join-eff" style="color:#cc0000; text-decoration: bold;">Donate Today</a></p>
								<h2>
									Administrivia</h2>
								<p>
									Editor: Adi Kamdar, Activist<br />
									<a href="mailto:editor@eff.org" style="color:#cc0000; text-decoration: bold;"><strong>editor@eff.org</strong></a></p>
								<p>
									EFFector is a publication of the Electronic Frontier Foundation.<br />
									<a href="https://www.eff.org/" style="color:#cc0000; text-decoration: bold;"><strong>eff.org</strong></a></p>
								<p>
									Membership &amp; donation queries: <a href="mailto:membership@eff.org" style="color:#cc0000; text-decoration: bold;"><strong>membership@eff.org</strong></a></p>
								<p>
									General EFF, legal, policy, or online resources queries: <a href="mailto:info@eff.org" style="color:#cc0000; text-decoration: bold;"><strong>info@eff.org</strong></a></p>
								<p>
									<strong>Reproduction</strong> of this publication in electronic media is <strong>encouraged</strong>. MiniLinks do not necessarily represent the views of EFF.</p>
								<p>
									<a href="https://www.eff.org/effector/" style="color:#cc0000; text-decoration: bold;"><strong>Back issues of EFFector</strong></a></p>
								<p>
									<a href="https://www.eff.org/profileupdate" style="color:#cc0000; text-decoration: bold;"><strong>Change your email address </strong></a></p>
								<p>
									This newsletter is printed from 100% recycled electrons.</p>
								<p>
									EFF appreciates your support and respects your privacy. <a href="http://www.eff.org/policy" style="color:#cc0000; text-decoration: bold;"><strong>Privacy Policy</strong></a>.</p>
								<p>
									<a href="https://supporters.eff.org/civicrm/profile/edit?reset=1&amp;gid=14&amp;id=&amp;cs=invalidChecksum"" style="color:#cc0000; text-decoration: bold;"><strong>Unsubscribe or change your email preferences</strong></a>, or <a href="https://supporters.eff.org/civicrm/mailing/optout?reset=1&amp;jid=&amp;qid=&amp;h=" style="color:#cc0000; text-decoration: bold;"><strong>opt out of all EFF email</strong></a></p>
								<p style="font-size:10px;color:#666">
									<div class="location vcard"><span class="adr"><span class="street-address">454 Shotwell Street</span><br /><span class="locality">San Francisco</span>, <span class="region">CA</span> <span class="postal-code">94110-1914</span><br /><span class="country-name">United States</span></span></div></p>
							</td>
							<td bgcolor="#FFFFFF" id="administrivia" valign="top" width="200">
								<table border="0" cellpadding="4" cellspacing="0" width="200">
									<tbody>
										<tr>
											<td bgcolor="#ffffff">
												<table border="0" cellspacing="0" width="100%">
													<tbody>
														<tr>
															<td align="center">
																<a href="https://supporters.eff.org/join/effector"><img alt="Join EFF!" border="0" height="38" src="https://www.eff.org/sites/default/files/Join-Button-Large.png" vspace="0" width="167" /></a></td>
														</tr>
														<tr>
															<td align="center">
																&nbsp;</td>
														</tr>
														<tr>
															<td align="center" style="font-size: .8em; color: #999999">
																Members make it possible for EFF to fight for your rights. Become a member today.</td>
														</tr>
														<tr>
															<td align="center">
																&nbsp;</td>
														</tr>
													</tbody>
												</table>
											</td>
										</tr>
										<tr>
											<td style="padding:15px; font-size: .9em; color: #333333; background-color: #efefef; font-family: Helvetica, Arial, sans-serif;">
												<h3>
													<a id="announcements" name="announcements"></a>Announcements</h3>
												<p style="margin:0; font-weight:bold;">
													<a href="https://www.eff.org/event/lets-stop-ddos-attacks-together-best-practices-and-evolving-threat" style="color:#cc0000">Let's Stop DDoS Attacks Together</a></p>
												<p>
													EFF Director for International Freedom of Expression, Jillian C. York, will speak about best practices for mitigating against DDoS (distributed denial of service) attacks as part of a discussion on the future of cyber security.<br />
													<b>December 5, 2012<br />
													New York City, NY</b></p>
												<p style="margin:0; font-weight:bold;">
													<a href="https://www.eff.org/event/lisa-12-large-installation-system-administration-conference" style="color:#cc0000">LISA '12 - Large Installation System Administration Conference</a></p>
												<p>
													EFF is happy to support USENIX's 26th Large Installation System Administration Conference! The annual LISA conference is the meeting place of choice for system and network administrators and engineers; it is the crossroads of Web operations, DevOps, enterprise computing, educational computing, and research computing.<br />
													<b>December 9-14, 2012<br />
													San Diego, CA</b></p>
												<p style="margin:0; font-weight:bold;">
													<a href="https://www.eff.org/event/icln-11th-annual-conference-combating-cybercrime-legal-and-technical-standardization-and" style="color:#cc0000">ICLN 11th Annual Conference</a></p>
												<p>
													EFF Senior Staff Attorney Matt Zimmerman will speak at the ICLN 11th Annual Conference: COMBATING CYBERCRIME, Legal and Technical Standardization and Cooperation on a National, European, and Global Scale.<br />
													<b>December 11-16, 2012<br />
													The Hague, Netherlands</b></p>
												<p style="margin:0; font-weight:bold;">
													<a href="https://www.eff.org/event/policing-internet-policy-politics-and-consequences-regulating-internet-content" style="color:#cc0000">Policing the Internet</a></p>
												<p>
													Director for International Freedom of Expression Jillian C. York will represent EFF at Policing the Internet: Policy, Politics, and Consequences of Regulating Internet Content at the European University Institute.<br />
													<b>December 14-15, 2012<br />
													San Domenico di Fiesole, Italy</b></p>
												<p style="margin:0; font-weight:bold;">
													<a href="https://www.eff.org/event/global-congress-2012" style="color:#cc0000">Global Congress 2012</a></p>
												<p>
													Carolina Rossini, EFF Director of International Intellectual Property, will organize a workshop on TPP negotiations and Global Chokepoints, a movie exhibition, and a discussion of OER and E&amp;L for education issues.<br />
													<b>December 15-17, 2012<br />
													Rio de Janeiro, Brazil</b></p>
											</td>
										</tr>
										<tr>
											<td bgcolor="#FFFFFF" style="padding:20px; font-size: .9em; color: #333333; font-family: Helvetica, Arial, sans-serif;">
												<table align="center" border="0" cellpadding="10" cellspacing="0" width="60%">
													<tbody>
														<tr>
															<td align="center" colspan="2">
																EFF on</td>
														</tr>
														<tr>
															<td align="center">
																<a href="http://twitter.com/eff" target="_blank"><img alt="twitter" border="0" height="32" src="https://www.eff.org/sites/all/themes/frontier/supporters/images/twitter32.png" width="32" /></a></td>
															<td align="center">
																<a href="http://www.facebook.com/eff" target="_blank"><img alt="facebook" border="0" height="32" src="https://www.eff.org/sites/all/themes/frontier/supporters/images/facebook32.png" width="32" /></a></td>
															<td align="center">
																<a href="https://plus.google.com/+eff" target="_blank"><img alt="google plus" border="0" height="32" src="https://www.eff.org/sites/all/themes/frontier/supporters/images/gplus32.png" width="32" /></a></td>
															<td align="center">
																<a href="https://identi.ca/eff" target="_blank"><img alt="identica" border="0" height="32" src="https://www.eff.org/sites/all/themes/frontier/supporters/images/identica32.png" width="32" /></a></td>
														</tr>
													</tbody>
												</table>
											</td>
										</tr>
									</tbody>
								</table>
							</td>
						</tr>
					</tbody>
				</table>
			</td>
			<td width="33%">
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>

Like so:

openssl aes-256-cbc -a -e -salt -in eff.html -out eff.html.aes

Which would result in the following text BLURB! 😆 Good luck in cracking this!!! 😉 I shall make it easy this time: 12345678 ! 😉 😆

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
edPQ9JxXHCRAOuUCFWglXg==

Decrypt with:

openssl aes-256-cbc -a -d -salt -in eff.html.aes -out $(basename eff.html .aes)
# With passwd: 12345678

Now in order to have total security, be sure to send the encrypted file to one (email) address (gmail for example) and the passwd to another (you could text it!?).


That's all folks!

Kindest regards,

Alex
♫ d(。◕‿◕。)b ♪♪

PS: My words are my own, my actions are my own. Everything I wrote and did in this post are my own responsibility.

All I'm offering is: YAP! 😉

« Everything we do (in life) is meaningless, without the appropriate conviction. »

Before you comment!?

Back to top.

« Truth resides in every human heart… »

 

 

« Truth resides in every human heart, and one has to search for it there, and to be guided by truth as one sees it. But no one has a right to coerce others to act according to his own view of truth. »

Mohandas Gandhi.

AFOTW.


That’s all folks!

Kindest regards,

Alex

♫ d(。◕‿◕。)b ♪♪

PS: My words are my own, my actions are my own. Everything I wrote and did in this post are my own responsibility. All I’m offering is: YAP! 😉

«Everything we do (in life) is meaningless, without the appropriate conviction

Before you comment!?

Back to top.

Round 1.

I most certainly hope you’re going to love this short but sweet post:

US & EU comps make 80-90% of surveillance tech. Sign @accessnow petition calling on govts 2 stop sale 2 regimes. http://t.co/NqACyzmv

As to quote from the email I just got from https://www.accessnow.org

“We did it! The new Syrian surveillance system will not go ahead. After global pressure, including over 10,000 of us who demanded that Area, NetApp, Qosmos, and Utimaco end their involvement in building this new system, the main player Area just announced it would drop out and halt the construction of this possibly deadly project. But we won’t stop here!”

It would seem that we have just won “Round 1“, but as you look at the petition posted, then you’ll see that we’re only halfway there!

PS: Comments are allowed (but will be moderated by yours truly) _AND_ they must be “state-related”!

Growth of WordPress (via WordPress.com News)

Maybe it is providence or something like that. But I find it amusing that a post referencing The Open Source Movement coincides with this being my 42nd posting. 😉

Speaking of Open Source:

I believe the debt(s) I owe to TOS(M) are infinitely greater/higher than the ongoing soaring budget deficit and other related economic crises, one can observe while following current world events, ever will be. *simply frowns*

As the Jew heritage (an eighth or sixteenth, I dunno!?), the others being French, German and Swiss, in me simply states that one should only buy a house when one has the capital to do so, I must confess that I haven’t gotten around to do so. 😆

But… *Out of nothing one can’t create something* (especially when this concerns money) <– So there! 😉

Honestly, there really is nothing more to say for me here… Then thank you WordPress for having me on board. *Thank you for flying with wordpress.*

Growth of WordPress Over on the WordPress.org blog, there's an interesting story about the growth of WordPress, the software that powers WP.com here, and the ecosystem around it. WP.com is different from every other social platform out there because in addition to giving you ownership of your data you get ownership of the code running your data as well, you could run the same Open source software yourself, and in fact we'll even help you do it. Open Source is like a … Read More

via WordPress.com News

I appear to have run into a https everywhere problem?

I use the https everywhere addon for Firefox. I have been doing so ever since the beginning! But as of yesterday (picture 1) I have seen this warning pop up on facebook telling me they can’t serve up the requested page over https (believe me or don’t but I’ve tried several times by simply pressing continue first.). In this case it is the project legacy game I enjoy playing so much! I use the addon’s default settings (aka no facebook+) and appear not to have seen an upgrade notice while using Firefox, so what the F* is wrong then!?

Get the add on here.

Guess what happens when one uses the KB ssl enforcer on Chromium? Please note that I’ve tried multiple, except uninstalling, ways of fixing this!?

Exactly the same crap as I’ve described before. What is it with Facebook anyway and its desire to show their users’ “Private Parts”!? What ever happened to the Diaspora project? Don’t get me wrong though, I don’t *hate* Facebook because of all this but I simply don't agree with the way things are presented to me.

E.O.R.

Access now, damnit

Please note that all links on this page open up in a new window or tab (depending on your type of browser.); unless these links point to something ‘local’.

Dear Internet users,

Have you heard about the “Internet kill switch”? It gives governments the technical or legal power to cut off their entire country’s Internet access, and it’s no longer just a pipedream of dictators, but a very real threat to all of us who use the Internet around the world.

Egypt used it last week, Austria’s already got it, the U.S. has a law drafted to establish it, while other governments across the globe are testing to see how easily they could plunge their country into an information blackout. And they can do it one of two ways: either by creating the legal authority that gives them the power to demand that the Internet service providers (ISPs) operating in their country shut down, or by configuring a “switch” that controls their country’s entire Internet infrastructure.

Just because we use the Internet everyday, doesn’t mean we always will be able to do so. A global movement of Internet users can help stop our governments (democratic and authoritarian alike) from acquiring an Internet kill switch, but only if we act fast. Add your name to our global “Stop the Switch” petition, which we’ll deliver to those countries considering the switch and globally to the United Nations, which is meeting soon to discuss freedom of speech online:

https://www.accessnow.org/Stop-the-Switch

From Australia to Zimbabwe, we see how vital access to the Internet, both on computers and mobile phones, is for people to freely express themselves. An Internet kill switch puts your ability to communicate with friends and family online in jeopardy by placing control over the Internet firmly into the hands of your government, who may not necessarily have your interests and rights in mind when they flip the switch.

With the U.S. just a few votes away from giving President Obama and any of his successors ultimate control over the country’s Internet access, imagine what is being considered in other countries across the world. We need a global Internet uprising to protect our rights, and we are starting at the top with the United Nations. Please join our call before the Internet kill switch becomes the global norm:

https://www.accessnow.org/Stop-the-Switch

As online communication becomes an increasingly important part of all aspects of our lives, governments have sought to censor, filter, surveil, and now, shut off access to these vital tools. Just imagine if your government decided to switch your Internet — and you — off.

In Egypt, using powers granted to Mubarak under emergency law, the government was able to shut off the Internet with a couple of phone calls to each of the Internet service providers (ISPs) operating in Egypt. Egyptians employed innovative work-arounds to avoid the shutdown like using international dial-up, but do we really want to resort to that? Lets draw a line in the sand as governments around the world race to acquire an “Internet kill switch.”

Governments habitually put their own survival above the wellbeing of their people. The only real deterrent to the Internet kill switch is us — a global movement for digital freedom; please join the international campaign to “Stop the Switch!”

https://www.accessnow.org/Stop-the-Switch

With hope,
The Access Team

P.S. If you missed our live web symposium last week on The Middle East, The Revolution, & The Internet, you can watch it at: https://www.accessnow.org/policy-activism/press-blog/The-Middle-East-The-Revolution-And-The-Internet

P.P.S. You can also read Access’ open letter to Vodafone’s CEO here: https://www.accessnow.org/policy-activism/press-blog/open-letter-from-access-to-the-ceo-of-vodafone

For more information on the Internet kill switch see: