Skip to main content

Microsoft’s ElectionGuard a Trojan Horse for a military-industrial takeover of US elections

“The fact that we are handing over the keys of American democracy to the military-industrial complex — it’s like giving the keys to the henhouse to a fox and saying, ‘here come in and take whatever you want.’ It’s obviously dangerous.” — Investigative journalist Yasha Levine

by Whitney Webb 

Part 5 - ElectionGuard isn’t immune to manipulation

Microsoft’s press release announcing ElectionGuard highlights its claim that its system would make elections more verifiable, secure, and auditable; be open source-based; and improve the voting experience. While all of these things sound nice enough, there is reason to believe — based on the description given by Microsoft — that some of these claims are dubious and misleading. Unfortunately, for now, analysis of ElectionGuard is restricted to Microsoft’s description of the software as it is not yet available for public examination. The ElectionGuard software kit is expected to be released later this year on the GitHub platform.

The first aspect of the “verifiable” claim relates to a voter tracking system, where each voter is given a unique tracking ID which allows them “to follow an encrypted version of the vote through the entire election process via a web portal provided by election authorities.” Voters can choose the option of confirming “that their trackers and encrypted votes accurately reflect their selections.

Yet Microsoft notes that “once a vote is cast, neither the tracker nor any data provided through the web portal can be used to reveal the contents of the vote,” meaning that while a person can track whether their vote was counted, they cannot verify whether the content of the vote (i.e., who they voted for) is counted correctly or not. Microsoft goes on to note that only “after the election is complete” will the tracker page allow the content of the vote to be seen.

The second “verifiability” component of ElectionGuardis an open specification – or a road map – which allows anyone to write an election verifier.” Microsoft then notes that this open specification would mean that “voters, candidates, news media and any observers can run verifiers of their own or downloaded from sources of their choosing to confirm tabulations are as reported.

Microsoft describes these two features as constituting “end-to-end verifiability” (E2E-V), which Free & Fair describes as “cryptographic technology that enables voters to vote in a normal fashion in a polling place and have evidence that the election is trustworthy.

Another focus of ElectionGuard is security, for which the system employs “homomorphic encryption, which enables mathematical procedures – like counting – to be done with fully encrypted data” and this allows individually encrypted votes to be “combined to form an encrypted tabulation of all votes which can then be decrypted to produce an election tally that protects voter privacy.”  Notably, homomorphic encryption is the only ElectionGuard security measure named in the press release.

Election forensics analyst Jonathan Simon, author of CODE RED: Computerized Elections and the War on American Democracy, was not fully persuaded by the E2E-V claim. “Pardon my skepticism,” Simon told MintPress, “but I’ve read Microsoft’s ‘good news’ ElectionGuard flyer and it reminds me very much of the flyers and PR material long served up by the vendors and programmers of the current voting equipment — the very computers that IT experts discovered could be hacked by outsiders and programmed to add, delete, and shift votes by insiders.

Simon continued:

"Right now, for example, they’re hawking expensive and completely unnecessary ballot-marking devices (BMDs) that turn your votes into a barcode, a code that no voter can read or verify. Very slick but yet another level of non-transparency, another step away from public, observable vote-counting, and another vector for fraud."

"I’ve spent the last 17 years examining vote-count patterns and drawing attention to a parade of egregious red flags indicative of computerized vote-count manipulation. It has been a system designed for concealment and about as non-transparent as a process can be. It would be great if more advanced technology would bring transparency at last, as Microsoft seems to promise."

"But what I see so far is even more complexity — encryption that, whether open source or not, requires the most rarefied experts to penetrate or understand. And just a short step to full-on internet voting — even more convenient and about as secure as, say, Facebook."

"Pending a demonstration showing with perfect layperson-accessible clarity how a third-party entity can verify aggregate vote-counts without having to take on faith some step in the pipeline (individual verification that ‘your’ vote was ‘counted’ is a useless bell-and-whistle), it still feels like the same old ‘trust us’ game. I’m willing to be persuaded but the historical context here is very cautionary.

Simon’s concerns reflect some controversial aspects of the ElectionGuard approach. While encryption would ostensibly protect votes from tampering and thus elections results, it is important to point out that homomorphic encryption is a malleable form of encryption.

According to Brilliant.org:

"A malleable crypto-system is one in which anyone can intercept a cipher text, transform it into another cipher text, and then decrypt that into a plain text that makes sense. Malleability is generally considered undesirable in a crypto-system. Imagine you’re trying to send the message ‘I love you’ to your friend using encryption. You encrypt it and send it off. But, it is intercepted by a hacker on the way. All they see is some cipher text, but they can change that cipher text to something that will decrypt to ‘I hate you’ when your friend tries to decrypt it. That is why malleability is not usually wanted.

If that’s the case, then what stops a “hacker” or another third party — say a U.S. government agency like the NSA or a political operative with access to the electoral cyber-pipeline — from changing a person’s vote from Democrat to Republican or vice versa, or altering the encrypted tabulation of all votes?

While homomorphic encryption seems a reasonable choice in one sense, for allowing votes to be tallied without decrypting, there is an added layer of concern given Microsoft’s past, particularly Microsoft’s history of actually working with U.S. government agencies to bypass encryption. 

Indeed, documents leaked by Edward Snowden revealed that Microsoft actually helped the National Security Agency bypass its own encryption so the agency could decrypt messages sent via certain Microsoft platforms including Outlook.com Web chat, Hotmail email service, and Skype. In addition, in 2009, a senior NSA official testified before Congress that Microsoft and the NSA worked together to create its Windows 7 operating system, leading some to worry that Microsoft had built a “backdoor” into the operating system to aid government surveillance activities. Now that Microsoft’s ties to the U.S. military and intelligence community are deeper than ever, it begs the question whether Microsoft’s covert cooperation with government agencies to the detriment of consumers is also a factor guiding its role in creating and promoting ElectionGuard.

Furthermore, with Microsoft’s president having vowed to hand over all its technologies to the U.S. military, one wonders if this type of encryption and methodology was not chosen on purpose, especially given the fact that the NSA is quite accomplished at breaking much more secure types of encryption even without help from Microsoft.

Another of Microsoft’s talking points used to promote ElectionGuard is the fact that it will be open source, meaning the program’s code will be publicly available, a move apparently aimed at assuaging concerns that ElectionGuard’s code could contain hidden manipulations or vulnerabilities.

However, investigative journalist Yasha Levine likened Microsoft’s promotion of ElectionGuard’s still unreleased open source code to a “PR move.” Levine told MintPress:

"Open source inevitably has bugs and vulnerabilities that are there accidentally because all code has vulnerabilities. This is true for open source and closed source systems. Open source just means that people can look at it, but then that code has to be run through a compiler that actually runs an executable program. So there you already have a degree of abstraction and separation from the open source code. But even if the executable code and the source code are the same, there are bugs which can be exploited."

"So, what open source does is give a veneer of openness that leads one to think that thousands of people have probably vetted the code and flagged any bugs in it. But, actually very few people have the time and the ability to look at this code. So this idea that open source code is more transparent isn’t really true because few people are looking at it.

Levine went on to note that there are many examples of open source systems — including widely used open source systems — having major vulnerabilities that go undetected for years. One of the best examples, in Levine’s opinion, is the “Heartbleed” bug, which was a security vulnerability in the open source OpenSSL software, a system that allows for the basic encryption of web traffic by encrypting “http” connections. The Heartbleed allowed hackers access to the memory of data servers for an estimated half a million websites and went undetected for years, despite the fact that OpenSSL is an open source system.

Levine also underscored the fact that both American and foreign intelligence agencies “more than any other person or group” are involved in seeking out such vulnerabilities and exploits, which they keep hidden from the public in order to give themselves an advantage in cyberwarfare. Some of the CIA’s lists of such exploits or vulnerabilities were revealed in the WikiLeaks Vault 7 release.

Source, links:


[1] [2] [3] [4] [6] [7]



Comments

Popular posts from this blog

“Russia & China Preparing For War With The US!”

The Jimmy Dore Show   Colonel Douglas Macgregor explains that as a result of recent military conflicts, Russia, China, and Iran have become allies, and that Beijing and Moscow have concluded that "if we let Iran fail, we're next on the menu" from what he describes as a "rogue state led by a rogue personality," meaning they will intervene to prevent Iran's collapse if the US threatens it. He tells Jimmy Dore that Putin called Trump for an hour and a half to make it clear that a military campaign in Iran would not succeed and would make the situation much worse, offering to store Iran's enriched uranium as a diplomatic gesture. Macgregor warns that if the US restarts the war, China could send 40 or 50 surface combatants and submarines to the Indian Ocean, and Russia could fly MiG-31s into Iranian airspace — not to provoke a direct confrontation but to "make a point." He concludes that the British Empire overreached and overextended with World War...

US Warships Under Fire: Iran Hits Back & Blasts UAE

MintPress News  "PROJECT FREEDOM." Trump calls it humanitarian aid. We call it what he already admitted it is: piracy. On Friday, Trump boasted that US forces seizing Iranian ships and oil were "sort of like pirates, but we are not playing games."  By Sunday, he had rebranded the blockade as "Project Freedom"—a military escort operation to guide ships through the Strait of Hormuz. Today, that operation went live: 15,000 US troops, guided-missile destroyers, and over 100 aircraft are enforcing American "freedom" at gunpoint. Let's be clear: Washington didn't enter the Strait to defend commerce. It entered to monopolize commerce—to maintain imperial control over the world's oil arteries and strangle Iran's economy.  Iran knows this. That's why closing the Strait and establishing its own transit protocols remains its strongest card in the fight for self-determination. When Trump confessed to piracy, he wasn't joking. He was c...

How 'Liberal' Media Sold You Mass Murder & Genocide

Secular Talk    

A response to misinformation on Nicaragua: it was a coup, not a ‘massacre’

There is so much misinformation in mainstream corporate media about recent events in Nicaragua that it is a pity that Mary Ellsberg’s article for Pulse has added to it with a seemingly leftish critique. Ellsberg claims that recent articles, including from this website, often “ paint a picture of the crisis in Nicaragua that is dangerously misleading. ” Unfortunately, her own article does just that. It looks at the situation entirely from the perspective of those opposing Daniel Ortega’s government while whitewashing their malevolent behavior and downplaying the levels of US support they have relied on. Her piece is an incomplete depiction of what is happening on the ground, ignoring many salient facts that have come to light and which have been outdated by recent events. The following is a brief response to Ellsberg’s main points from someone who lives in Nicaragua and has observed the situation directly and intimately: https://grayzoneproject.com/2018/08/15/a-res...

Russia & China Now OPENLY Backing Iran!

The Jimmy Dore Show    

Οι ιδιώτες 'επενδυτές' ως η μόνη επιλογή για ανάκαμψη: άλλο ένα παραμύθι του νεοφιλελέ κατεστημένου

Άλλη μια 'ιερή αγελάδα' της νεοφιλελεύθερης χούντας που κανείς δεν επιτρέπεται ούτε καν να διανοηθεί να αμφισβητήσει του system failure Το Ελληνικό πείραμα διανύει ήδη τον έβδομο χρόνο του με την οικονομία ρημαγμένη και κανένα σημάδι ανάκαμψης στον ορίζοντα. Εκτός από την απόλυτη αποτυχία των νεοφιλελεύθερων πολιτικών που επιβλήθηκαν στην Ελλάδα από την Τρόικα της καταστροφής, έχει ενδιαφέρον κανείς να εξετάσει και τον τρόπο που τα νεοφιλελεύθερα αφηγήματα έχουν επηρεάσει σε μεγάλο βαθμό την κοινή γνώμη, με αποτέλεσμα να καταλήγουν αναπόσπαστο κομμάτι ενός στρεβλού ορθολογισμού μέσα στις κοινωνίες. Η διαδικασία αυτή γίνεται με όχημα, κυρίως, την προπαγάνδα και την πλύση εγκεφάλου από τα ΜΜΕ και το πολιτικό κατεστημένο. Ένα από τα κεντρικά κλισέ των φερέφωνων του νεοφιλελευθερισμού στην Ελλάδα και αλλού αφορά την απόλυτη αναγκαιότητα των ιδιωτών 'επενδυτών' για την ανάκαμψη της οικονομίας. Τα ιδιωτικά κυρίαρχα μίντια και το πολιτικό κατεστημένο κατ...

Billionaires are social distancing in super yachts as tens of millions lose jobs

Everyday, it becomes clearer: the COVID-19 pandemic is hitting poor, working, and marginalized communities the hardest. Millions of workers – especially low-wage retail, food service, hospitality, and care workers – have faced the terrible choice daily between going to work and risking their health, or staying home and risking their paychecks. Many other workers don’t even have that choice, with around 30 million people in the US filing for unemployment in the past six weeks. But billionaires don’t face these same problems. As tens of millions have lost their jobs over the past two months, billionaire wealth soared by a whopping $282 billion between March 18 and April 10, according to a new study from the Institute for Policy Studies.  And while finding enough space to wait out the pandemic is something many struggle with, billionaires have been escaping to their second (or third, or fourth) homes to ride it out in luxury – all while they position themselves to ...

From Moscow to Beijing: Eye on good neighbors with deep people-to-people ties

CGTN   Russian President Vladimir Putin has wrapped up his state visit to China. The bilateral meeting in Beijing has led to the extension of the 25-year-long Treaty of Good-Neighborliness and Friendly Cooperation, with high political mutual trust the backbone. Meanwhile, China and Russia issued a joint statement on promoting a multipolar world and a new type of international relations. What does the China-Russia relationship seriously mean to the two countries and to the world? 

Iran’s Secret Weapon: The Undersea Cables That Could Shake the Global Economy

GVS Deep Dive   Iran’s pressure over the Strait of Hormuz may no longer be limited to oil tankers, naval routes, and energy prices. New reports suggest Tehran is considering control over undersea internet cables passing through Hormuz, potentially requiring permits, fees, Iranian law, and Iranian companies for repair and maintenance. This video breaks down why the Strait of Hormuz is not only an oil chokepoint, but also a digital chokepoint connecting Europe, the Gulf, and Asia. Beneath the waters that carry global energy flows are fiber-optic cables carrying banking data, cloud services, AI traffic, telecom networks, financial messaging, and e-commerce. If Iran turns Hormuz into a digital leverage point, the consequences could reach far beyond the Gulf. 

Zuckerberg Caught On SECRET RECORDING:Forcing Employees To Train Their AI Replacements!

The Jimmy Dore Show   Leaked audio from a Meta all-hands meeting reveals Mark Zuckerberg telling employees that the company is training AI models by having them "watch really smart people" at Meta perform tasks like coding, with the goal of dramatically improving AI capabilities—after which Meta laid off 8,000 workers via 4 a.m. emails and reassigned 7,000 more to AI-focused teams. Jimmy Dore and Americans’ Comedian Kurt Metzger note that Zuckerberg acknowledged that Meta's engineers are "significantly higher" in quality than contract workers, making them ideal training data for AI that will eventually replace them, and that Meta has committed over $100 billion to AI capital expenditures while cutting jobs. Just hours before the layoffs, Meta donated nearly a million dollars to a pro-Becerra super PAC in California, which Jimmy calls an "investment in Zuckerberg's dystopian future." The segment concludes by noting that tech layoffs have hit 138,000...