More Diebold E-Voting Vulnerabilities
presmike writes "ok, it looks like Diebold has more to worry about now that it is possible to change votes with a 5 line VB script. 'The vulnerabilities involve the Global Election Management System, or GEMS, software that runs on a county's server and tallies votes after they come in from Diebold touch-screen and optical-scan machines in polling places.'"
"There's 14,375 votes for Bush, 14,374 for Kerry and 2,793,036 for Mr. Magoo, let's tell the public about this 4 years after the election, OK?"
A feeling of having made the same mistake before: Deja Foobar
After reading all these stories on Slashdot about Diebold voting machines having security holes, I did a little bit of research on my own. I believe I finally found the perfect voting tabulation and candidate selection system, impervious to cheating. Here is the website; it includes video of the machines in operation (Windows ASX format).
Perhaps some of you security experts could evaluate whether this machine is more or less accurate and secure than Diebold's machines, but I'm pretty confident in its ability to surpass Deibold's accuracy. (Note to foreign readers: To interpret the results from the videos: if the red ball 21 or less, that's a vote for Kerry; 22 or more, Bush.)
I hope no one uses them again.
You'd think a company who's been making ATMs since their inception, would have a good understanding of cryptographic security and the "gotchas" inherent in such systems. Yet it seems that this multi-billion dollar company is utilizing nothing more than junior level Microsoft programmers. I mean, who in their right mind would write a national voting system in Microsoft Access?!?
;-) Then they could get Congress to sanction Google instead! *rolls eyes*
Maybe they should claim that all their security experts were hired by Google after they took the GLAT.
(BTW, I love the "Politics" section color scheme. Can we do something similar for IT?)
Javascript + Nintendo DSi = DSiCade
Another excellent example of why electronic voting software should be open source. Having many programmers looking over code doesn't automatically increase security, but it certainly increases the probability of finding and correcting asinine problems like the one discussed in the article.
We all know this. Now to convince the U.S. state governments, or the Feds (who should probably fund and sign off on it). Any representatives reading this?
George Bush and John Kerry sign up for MSDN subscriptions.
Weaselmancer
rediculous.
This isn't new at all, just an extreme example of what we have already seen. We already know that they are stored in an insecure access database - changing votes using 'just' a VBS script is nothing new or exceptional.
Our voting machines are awesome in Louisiana. In my parish we use the AVC model. You go in and press buttons and then hit "cast vote" and it goes "doo doo doo" and it gives me great satisfaction.
I think it does have a paper trail and I've never heard of any vulnerabilities for it, and we have no hanging chads. Completely electronic.
Chris
This country wont elect a single representative for themselves until we go back to normal counting of paper ballots! I dont see why we wouldn't do this, it can only help. It is much more reliable and fool-proof and it does nothing but help our economy by having to hire people to count the ballots. In today's world the tech that made the machine is the one who oversees the counting process, not a trustworthy judge that cannot be bribed like it was back in the day.
If carrots got you drunk, rabbits would be fucked up. - Comedian Mitch Hedberg R.I.P. 03/30/68-2/24/05
it looks like Diebold has more to worry about
You mean, it looks like the American people (and the rest of the world) have more to worry about. Diebold has been incredibly resistant to being damaged, no matter how many problems arise with their software.
"Reality is merely an illusion, albeit a very persistent one " -Albert Einstein
...Me. After 150,324,123 mysterious write-in votes.
-Looking for a job as a materials chemist or multivariat
Is that in Hungarian notation? A handle to a change object?
GEMS runs on the Windows operating system.
Truly a Gem!
But speaking generally on the vulnerabilities Harris mentions, Diebold spokesman David Bear said by phone that no one would risk manipulating votes in an election because it's against the law and carries a heavy penalty.
I am shocked. Shocked.
He also said that election "policies and procedures dictate that no (single) person has access or is in control of a (voting) system," so it would be impossible for anyone to change votes on a machine without others noticing it. And even if someone managed to change the votes, auditing procedures would detect it.
And this just is a killer. What is this guy smoking? Auditing is not done by default anyway. I am pretty certain Cthulhu is going to be elected.
Free XBox, PS2
Microsoft Windows 2000: $200
Microsoft Access 2000: $200
PC: $500
Hiring an embezzler to put in three set of election results into your voting software controllable by a hidden combination of keys known only to you: $60,000 Changing the election results in favor of your candidate: priceless
"Of course, there are some elections that money can't buy. For everything else, there is Diebold."
Opera Watch - An Opera browser blog.
the ceo is a good buddy of dubya's. what has diebold got to worry about?
all he (Walden O'Dell) needs to worry about is following through on his promise to "help deliver it's electoral votes to Bush"
vodka, straight up, thank you!
Why, it's used by the FAA to for radio communications! They wouldn't use something like Windows if it wasn't safe...
President CowboyNeal?
What will become of the High School social scene? Horror or Horrors.
I am all for touch screen voting with huge pictures of the candidates, electronic voting is a great idea but if I am reading this they are centralizing the results? wtf thats adding way too much risk just make good stand alone systems..
Diebold obviously has nothing to worry about - they're getting away with their demolition of democracy, despite the incontrovertible evidence pouring in for the past several years. It is we who have a lot to worry about. Not only are they destroying the vote, but getting away with it means that those running the system are benefitting, or they'd stop it. The stolen election nightmare in America is getting worse, even when it was already unacceptably bad.
--
make install -not war
I now have been elected governor in 15 states, plus chief justice in 4 others (but not in Caleefornya). I'm also now hold 22 of the Senate seats, 134 of the House, and I'm the Drain Commissioner in 2/3 of all counties in the US...
The problem with socialism is that they always run out of other people's money. - Margaret Thatcher
hchange votes with a 5 line vbs script
;)
Maybe we could use the same thing here for story submissions...
This is blown WAY out of proportion. The GEMS system doesn't actually count votes, that is still left up to the board of canvassers for each state. What GEMS does is provide a very fast way to get an UNOFFICIAL vote count for the state. From that aspect it's almost completely designed for the media that wants to know who won right away.
Yes, it's a fact that GEMS is a web based product that utilizes off the shelf software as parts of interfaces (Windows, Access, etc). But it also should be noted, that web based does not mean connected to the web. If you read about the situation in Maryland, you'll see that the GEMS systems can only be connected to via modem and the modems have to be manually enabled to receive data. Thus you'd need to convince someone to turn on the modem and then call in to run this script. (Insert Kevin Mitnick social hacking commentary here.)
That being said, that doesn't excuse the programmers from anything. Yes, it's a bug. Yes, in voting systems it shouldn't be there. Yes, open source would be better. But this is misleading because it doesn't have anything to do with an individual vote or the official vote count for the state.
My Slashdot account is old enough to drink...
Comment removed based on user account deletion
You have to do:
VoteForGuyA = VoteForGuyA + 1
Instead of:
VoteForGuyA++;
God I hate VBScript.
On another note, how much money does Microsoft stand to make from this? If they're running VBScript, they're using Windows (I suppose they could use DOS, but I doubt they do) - I would imagine MS makes quite a bit when hundreds of thousands of these voting machines all need a copy of Windows.
Other Diebold tamper interfaces were installed apparently right after they hired a conviceted embezzler to lead programming. And the execs of all these eVoting companies have long business histories with the Bush family, some of them including stints flying cocaine into Florida for Iran/Contra. Along the way these scumbags ran companies that kicked as many as 40,000 probable Democrats off the Florida voter registry, without legal basis, in just one revealed abuse. Their mafia is running the country.
--
make install -not war
If you'd like some more in-depth knowledge about voting machines, Scientific American is running a great article in their 10/2004 issue.
I'm in the hole of the broadband donut.
I am pretty certain Cthulhu is going to be elected.
Morbo: The presidential candidates are Puny Human #1, Puny Human #2 and Morbo's good friend, Cthulu, the unspeakable horror from the abyssal dephts.
For those interested, the current issue of The Economist has an article on voting technology. It does not, of course, discuss this latest development, but gives a good overview of the area, with a great deal of attention given to the issue of paper, paper trails, and making the whole system more transparent.
I've finally got around to changing my sig
You must have us confused with some EU monarchy in America we denigrate and on occassions spit-on and curse at our presidents. But if you still want the job let me be the first to welcome you with a warm mucus filled batch of spit and a middle finger.
I think the invisible hand of the market has its middle finger extended
--A wise old fart named SC0RN
Would it be white hat hacking to apply this script to cast votes for Michael Badnarik??
Even if it would be considered 'black hat'... for god's sake, someone please do it!!!
Just as irrigation is the lifeblood of the Southwest, lifeblood is the soup of cannibals. -- Jack Handy
They appear quite capable of screwing up a wet dream.
Yeah, that's why there's never been any vote fraud in this country...I gotta remember to keep my shotgun loaded this November, that's when the dead people come out to vote in Chicago...
Hey Dibold, you ever hear that old saying, 'Vote early, vote often'?
Well, don't worry, I will...
HA! I just wasted some of your bandwidth with a frivolous sig!
...the person that wrote the VBScript is a terrorist and should be sent to jail for bum rape.
I'm not serious, but I bet there are plenty of people who would agree with that sentiment.
...we just put an "X" in a "box" on something called a piece of paper. On this piece of paper, which we call a "ballot", there is a list of perhaps 4 or 5 names depending on the number of candidates running. You mark an "X" beside the name of the person you wish to vote for... then you take this "ballot" and place it in a cardboard-box.
It may be a little high-tech but this method could catch on in developing democracies like the U.S.
There's such a fine line between clever and stupid.
Why haven't we heard more about Venezeula, where apparently many machines recorded exactly the same number of pro-recall votes in opposition to Mr. Chavez? Sounds like tampering to me...
I'm totally stunned to watch what is going on in the US right now.
After the Florida disaster the last time around you would have thought that things would change for the better, but they seem to only get worse.
Soldiers sending in their votes by email and waiving their right of a secret vote.
Yet again the top Florida election official doing everything she can to make sure Bush carries Florida.
And all these stories about Diebold, that would be tremendously funny if they weren't so important.
Wtf is wrong with the US?
Really, this is not meant as an anti-American troll, but I really have a hard time understanding it and most of all I get the impression that most Americans don't really care about these problems and that is probably the scariest part.
del stupidaccess.mdb
Got Code?
The article doesn't say, but I thought the Diebold Access databases were, at the very least, password protected?
Even so, I'm not quite sure what they expect any voting machine company to do. Let's say they use Linux and a custom and encrypted database format. All you have to do is have somebody reverse engineer the format, get root access to the Linux box and then run a custom script to update the values.
If it's an open source solution, this is worse because... everybody will know what that format is.
I'm not supporting Diebold here, but I don't see any solution here that can't be hacked in someway. (just increasing levels of difficulty of doing so... and if Diebold didn't even bother to password protect their Access databases, well they deserve what's coming...)
(And sure, a paper receipt will correct THAT problem, but then why need a computer? Why not just go back to pencil and scantron and a display of your vote to you after its scanned?)
Diebold. I'm on to you.. Your going to give Nader all of Kerrys votes!
Last one in jail is a fascist.
black box voting has 5 (!) different demonstrations on how easy it is to hack these things. There is also an online book (in PDF format) all about how bad the situation really is.
.mdb by hitting a certain key on the touch screen and manipulating at will. Are we living in crazy world?
This is serious. Not only are they using a microsoft access (!!) database to store your vote, they are using a non-password protected access database.
Not only are they using a non-password protected access database, you can gain access to the
'When the going gets weird, the weird turn pro.' -HST
What's the big deal about voting machine fraud? If you see any fraud being commited, just write an NEGATIVE SCRIPT to offset those fraudulent votes. That way we'll keep the election nice and balanced.
I don't see a problem here. No one will be able to use the machines anyway. They will all be blue screened, so we will have to go back to the old way.
Florida 2000 election repeat, only in all states.
Joy.
I was trained to fix those here in Georgia. Sad thing I find out bout this thru /. not them.
SimonTek
Four vulnerabilities described in a book, at what point is it beyond a reasonable doubt that the diebold system is intentionally compromised to allow the results of an election to be altered ?
Then it goes "de da da da," and finally it tells you, "is all I want to say to you."
But speaking generally on the vulnerabilities Harris mentions, Diebold spokesman David Bear said by phone that no one would risk manipulating votes in an election because it's against the law and carries a heavy penalty.
Yeah, and no one robs banks, or counterfeits, or traffics drugs either.
This space for rent
I submitted this in April, crack mods rejected it.
Two brothers will count 80% of the vote.
In a country where no-bid contracts and the VP's corporate relationships aren't questioned, this is worrying.
London's finest organic fairtrade coffee
Just thinking that lawsuits seem to be very popular in the US and this seems to be the perfect time for one. Wouldn't it be possible for some group of you down there to sue Diebold on the grounds that either they're disenfranchising you, or at least being reckless and making it easy for a third party to disenfranchise you, via the horrible security and lack of paper trail of their voting machines?
Probably wouldn't win but at the very least it would make a heck of a splash in the media and might cause something to be done about it.
I stole this Sig
I don't want my tax dollars bankrolling OSS dev efforts. If you wan't such a system, go ahead and create it. Put a paypal link on your sourceforge page, maybe someone will send you a buck.
Do you want to pay for buggy, easily exploitable software then? I can understand your desire not to waste money on "fantasy vapor product that doesn't exist..", but you are paying for Diebold's mess. And you are paying for paper voting, recounts, and all the supporting infrastructure. Personally, since money is being spent regardless, I'd like to see it go towards a rock solid solution that will last awhile. It seems that OSS would be an excellent candidate.
HA! I just wasted some of your bandwidth with a frivolous sig!
There is one way in which changing vote totals in GEMS might not work.
So I guess this implies that almost any other way of changing votes will work?! Isn't this the complete opposite of good security, where you have many ways that don't work, but only one that does?
I'm sorry, but there shouldn't be any way of changing votes without detection; ideally, there wouldn't be any way of changing the recorded votes at all.
The society for a thought-free internet welcomes you.
I wonder what medicine and aviation would be like if their devices were allowed to be built like Diebold builds their machines. Lives on the line vs. the life of our democracy on the line...I don't see that great a distinction.
-- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
WTF?!? Murder is against the law and carries a heavy penalty and people still do it, numbnuts.
Diebold is saying essentially what the Bush administration and, really, all NeoCons. "Trust us, we'll do what's right. Why shouldn't you trust us? We're respected people in power."
Hell, that was an argument a White House attorney made in front of the Supreme Court! When asked whether a chief executive could falsify documents he said something to the effect of "Yes, but *this* chief executive wouldn't do that."
Why not create a system with ways to keep people from doing things that we don't like, instead of *trusting* people you *don't know* to do the right thing. We could call it something like "checks and balances."
I'm in the hole of the broadband donut.
What's all the hubub over this? The GMES or whatever it's called is doing it's job. It's a **GLOBAL** management system. Who are we to tell the Nigerians and Chinese that they cannot cast a vote in our elections? Are we not a free country? As the self-appointed leader of the free world, don't we owe it to these poor, miserable third world serfs to taste pure democratic freedom? What is more democratic than a 5 line VBScript that lets them feel the awesome touch of freedom that comes with choosing leaders?
Sure it may be changing **YOUR** vote, but stop being selfish. Will somebody please think of the (Nigerian spammers' and Chicom's) children?
Click here or a puppy gets stomped!
Yes. It's true we Canadians get a single piece of paper which gets an X.
But in Canadian elections we're typicaly voting on a single issue. 'Pick your candidate for this one issue, go home'.
My understanding is that any given ballot in the US will contain a lot of other elected offices and possibly other issues (think voting for a given measure or bill).
You'd need a big sheet of paper to get all of the check boxes, and counting for the individual issues would get complicated since you can't have a single pile for each issue and you would need to move them around.
Cheers.
Lost at C:>. Found at C.
There is a more detailed technical and legal analysis over at Politics Web. It seems that Diebold may face federal sanctions as well as lawsuits from several state Attorney Generals. It is a very sticky issue for Diebold indeed, it seems like their time may come, but the damage already done by states that have irreversably replaced their voting machines that they cannot get rid of in time for elections this fall. link to articke.
Tee hee.
There was never a technical problem, just a political, or perhaps social one, of losers who were willing to do anything, even attack faith in democracy, to win.
I'd love a simple paper ballot. But thanks to Al Gore (Al Gore! All that for Al Gore ... shakes head) we live in the world of the post modern election (how did the person mean to vote).
I can't wait to see what the left's lawyers would do with paper and pencil - hanging serifs on the X, instead of hanging chads?
... for Diebold's absolutely retarded system design and configuration. Come on people, if you are building a 'secure application', you do not place the interface and the voting data at the same user protection level. Hell, you probably don't want to place the voting data in the same physical location as the interface.
:)
But really, this is somehow Microsoft's fault. I know it!!
Ok, let's keep this in perspective. Which is the more EVIL of the two?
One that old people can't use, and can still be skewed. One that old people can use and can still be skewed.
How do all the codgers feel about this issue?
...when they show up on time...
I hate to break this to you - but to be a First Post it has to be the FIRST FUCKING POST.
>But speaking generally on the vulnerabilities Harris mentions, >Diebold spokesman David Bear said by phone that no one >would risk manipulating votes in an election because it's >against the law and carries a heavy penalty.
And every two years, as Chicago princint captains make their semi-annual pilgrimige to the graveyards, they are only looking after the voting intent of the dead.
You say that like Scalia won't do it anyway. You laugh, but I'm not joking. See you all in Gitmo...
"A witty saying proves nothing." ~Voltaire
"d'Oh!" ~Homer
Nog that, we have real security in our voting machines in Louisiana. The delivery guys didn't even deliver about 600 or so of them to the polls around New Orleans for the last election until about 6 hours after the election had started!!
Talk about super secure there!
I've worked with banks on other security systems, and in my experience they often "know what they want" but fail to ask the right questions. Of course, as soon as they start losing money, they get the point quickly. :)
(Okay, laziness over, I think this may be the paper I'm thinking of: Why Cryptosystems Fail)
Sounds somewhat like "Core Wars"... One of the very first games - can your program destroy enough memory in another program for it to crash before that progam destorys enough of yours?
Sticks and Stones may break my bones, but copyright will always protect me.
Isn't this exactly the kind of project that is perfect for Open Source. Its something a lot people (states/countries/etc.) could/would use and its something that would benefit from lots of people working on it to amke sure it is secure and works well? It doesn't seem like once it is made that there needs to be a ton of extra upgrades or features added to it.
Seems this kind of tool/program is exactly the kind of thing that should be done Open Source and stands a lot better chance of being a better program and more secure due to peer review and public scrutiny. Not to mention the amount of public tax dollars it would save since it would free and costs could be shared by all states for any support or maintance that was needed.
Yesterday, Diebold sent out a PR piece over BugTraq saying that "Diebold strongly refutes the existence of any 'back doors' or 'hidden codes' in its GEMS software" in response to a BugTraq post in August that announced the discovery of a backdoor in GEMS. The backdoor announcement wasn't substantiated with any technical details.
4 -09-19/2004-09-25/0
While this Slashdot aricle appears to reference a vulnerability rather than a backdoor, I just thought that some might find this to be an interesting related story.
Here it is from the horse's mouth:
http://www.securityfocus.com/archive/1/375954/200
I for one welcome me as my new overload.
And can I just make a comment about what a wonderful job I am doing.
Atlas Shrugged : Thematic Story
I once crashed a Windows-based Diebold ATM by just putting in my card, punching in my PIN, and then accidentally hitting "Spanish" instead of "Enter".
Why not simply license Brazil's Voting System? I am working as a volunteer in Brazil's city elections this years. The machines are simple and reliable, here are the specs. CPU: Geode National - 200 MHz. RAM: 64mb on board. 2 USB and 1 parallel on board. IDE and Floppy interface. 2 30mb flash disks - one for program and the other for the results. 1 floppy disk drive - sadly that's how we deliver the votes... but its quite error free because the votes are also printed. and theres also the flash disk. 9,4" LCD Here's the new model http://www.procomp.com.br/projesp.asp The only real bug in Brazil's votting system is the elector heehe... We elected a drunk last election for president... well... better than Bush... but still a drunk... ehehee
Design, build, test a prototype system. Not just the code...the entire system.
Get government acceptance
Rebuild after the gov't doesn't like a few features
Get gov't acceptance again
Build several thousand copies of the user terminals
Install them
Train the poll workers
Use your system to conduct an election with between 100 and 200 million users. Must run flawlessly. The very first time.
You have 40 calendar days
Go
Ehc-thphbt*honk* ugh...
"A witty saying proves nothing." ~Voltaire
"d'Oh!" ~Homer
In America, even the dogs can vote electronically. This one doesn't appear to have been tampered with yet since it says that most people (er, dogs) don't like Bush.
EOM
Essential: Build the machine and software from the ground up starting with the proposition that you will have to recount the votes. All other considerations are secondary.
Parallel testing. On the day of election, randomly select a machine, pull it out, and run a simulated voting process on it. Compare the results with what they should be. Video the entire process. If the results are wrong, go back and investigate the video tape. It should be done for each polling place. This is expensive. The machines cost $3,000-$5,000.
Test before, during, and after elections.
California requires mandatory recounting for a random 1% sample of all ballots. This was introduced after optical scan ballots. This should be a national law.
New Hamphire allows any candidate to demand a recount for up to a 3% margin. Experts know how to count.
Florida did not know how to count votes correctly like many other states.
Issues like blind access are important to the blind, but remember our priorities! Recounts are the essential priority!
Ways to Cheat
Don't activate the cheating until after the election starts.
Only cheat with a few machines. Only a margin is required to swing a close election.
No verifiable audit trial. Design a paperless machine that counts votes and is not voter verifiable.
Get access to the machine before or after the election. The machines are almost always kept in insecure storage and shipped via insecure delivery.
Randomly change a number of votes each way each time you check the results. Change some votes for Kerry and some votes for Bush. Just weigh the cheating for your candidate. This way, you can't tell whether the cheating is a bug or malicious code.
Diebold is headquartered here in Canton, OH where I work. I have some buddies that are programmers over there.
Unfortunately, none of my buddies work on the voting software but man, oh man, is this gonna be fun.
I especially love the quote about "...incompetence and indicate that Diebold programmers simply don't know how to design a secure system." We've always had the friendly "our programmers are better than your programmers" competition but I guess it's obvious we win.
If you do what you always did, you get what you always got.
Sub RegisterVote(Voter As String, Candidate As String)
' LOL OMG IN GUNNA ROOL DA WORLD!!
' Votes.Item(Voter) = Candidate
Votes.Item(Voter) = "Joe Hacker"
End Sub
Beware: In C++, your friends can see your privates!
My voting precinct has recently began using an optical scan voting system in which you blacken in little circles on the paper ballot for your choice and then feed your ballot into the vote scanning machine which then tallies the results and records them electronically. At the end of the day, the results get sent electronically to some central point where they are supposedly tallied. Anyway, I voted last Tuesday in a statewide primary and when I arrived about 20 minutes after the polls opened, there was already a long line of people waiting to feed their ballots into the vote scanner machine which was refusing to accept any of them. The voting supervisor guy was a gentleman in his 80s who obviously did not have a clue about what to do to either fix the machine or report the problem. People kept arriving, filling out their votes, and then lining up until the place was jammed. (There were 6 precincts using one vote scanning machine). Finally, one of the poll workers got a cardboard box, wrote 'votes' on the side, and said we could just leave our ballots in the box and they would feed them into the vote scanning machine later when it was 'fixed.' So...that's what everyone did since people had to get on to work and such. My conclusion was that this e-voting system was extremely vulnerable to any sort of problem, easily circumvented with fraud, and, in this case, didn't preserve ballot secrecy. This stuff never even got a mention in a newspaper which reported instead how well the voting went.
I call bullshit!
I'm sure the Diebold people do understand security, very well. Security is their main business. Clearly, the absense of security in the voting systems is not a result of accident, oversight, or incompetence. I am sure the absense of security is absolutely intentional.
These machines are designed, from the start, to rig elections.
At my school, I was asked to write a voting booth for the school. It's done via PHP and MySQL.
I wrote it. I've got the access which I technically don't have.
Pedro for President, anyone?
Diebold said Harris' claims are without merit and that if anyone did manage to change votes, a series of checks and balances that election officials perform at the end of an election would detect the changes.
Let me guess, if the series of checks and balances show Bush lost, someone cheated, we need a recount.
change votes with a 5 line VB script.
Uh...i never knew VBScript is that efficient..
When will you Americans start to think about the fact that there's a world outside your borders? Some of which, like the UK, are still using a tried and tested paper ballot for their voting system.
Sigs. We don't need no steenking sigs.
>obvious that GEMS is running in Windows
I thought GEM ran on Atari STs.Actually, it's still around
Some mornings it's hardly worth chewing through the restraints to get out of bed.
fagots
Oh my, I thought that was pretty funny, and that you were just joking, but NO! translate.google.com really DOES translate that just so.
I blew my mod points a while ago, hopefully someone else will be gracious to you (even though you did post as AC.)
"God is dead." - Frederik Nietzsche
but you hippys can't deal with the Berkley License.
oh boy fagots
Let's go Hurricanes!!! 2006 Stanley Cup Champions!!!
Jesus fagots
Make no mistake about it folks, what you are seeing here is preparations for this years vote rigging.
Bush is going to get re-elected no matter how big Kerry _really_ defeats him vote-wise.
He will set CIA and Mossad on launching more "terrorist" attacks on US soil, to coerce the public into accepting martial law.
He will re-institue the draft.
He will put America in a state of Martial law.
He will send more of us off to fight for him and his buddies making the big $$, and for Israels interests in the middle east.
The next world war is coming, and with it the New World Order. America is NOT going to play the "good-guy" part this time.
The ones of you who are currently passively sitting there DOING NOTHING about these rather grim outlooks will surely regret your inaction later.
Tell your friends and family, tell anyone you know, tell people you don't know. Call / fax your congressmen, senators (emails are ignored). Call / fax your local newspapers / tv stations / radio stations, ask them why they don't say a bloody peep about any of these issues.
http://www.whatreallyhappened.com
http://www.infowars.com
Did you know that in some provinces in switzerland, we weight votes instead of counting them?
Yes, you heard right. We make two big piles with the yes and no votes, and weight them with an ordinary scale. We then compare the result with the weight of say 100 votes to see how many yes and no votes we have.
Jim Marsh's webpage, http://www.equalccw.com/deandemo.html"The Howard Dean Demo" shows in pictures how easy it is to manipulate the votes. It makes you wonder why the government pushes ahead with electronic voting when they know there are problems.
It is not our abilities that show what we truly are... it is our choices.
I will admit that staging an exchange trip in Russia during the election season was interesting. We were told at the beginning of the trip that if Gennady Zyuganov has announced as the winner, there was a plan to quickly move our group out of the country. *wry grin* Remember, this is the Communist candidate who promised to take back Alaska if elected...
This sig has absolutely no significance and serves only to take up screen space and waste the time of the reader.
...isn't that Diebold is going to fix all the elections. It's that whoever loses will have solid grounds for a legal challenge, simply because of the inherent insecurity in the system.
It would be really unfortunate to see another election end up in the Supreme Court.
I go vote, I hear the "You voted for John Kerry for President" audio. He's claiming that saving this audio stream is valuable. But I can save and alter any computer data I want- a bit of work (or malicious backdoor code) and the audio stream is nothing but "You voted for Cthulu for President"
Cthulu/Yog-Sothoth in 2004. When you're tired of the lesser of two evils!
"Seven Deadly Sins? I thought it was a to-do list!"
I don't see why e-voting machines have to be running such complicated programs - Windows, for example. What the hell for? If it were up to me, an e-voting machine would be a box with two buttons on it. The buttons would be labeled for the appropriate candidates, and pressing a button would increment the counter for that candidate. Once a button is pressed, the machine gives an audible beep and waits for 60 seconds before any button can be pressed - and the officials make sure that no individual has any more than 30 seconds inside the booth (they should make the actual decision outside). When the day is over, the box is unlocked (it would have a traditional, physical lock) and connected to a printer/monitor via some port which is inside the box (read: box has to be unlocked or broken to connect for output). Finally, the inside of the box also has a 'reset' button, and an uptime timer (to make sure the box has actually been counting for as long as the operator thinks it has).
More complicated situation? Add buttons. I can't imagine any scenario that would mandate a machine running software complex enough to run a frickin VBScript interpreter.
If it weren't for fog, the world would run at a really crappy framerate.
Someone isn't doing their job.
Mind you, maybe their Signals Intelligence Directorate will intercept this on the way to your servers in the US (I'm in the UK) and they'll take the piss out of the other Directorate until they can't stand the shame and get their fingers out their asses.
One of the penalties for refusing to participate in politics is that you end up being governed by your inferiors - Plato
If you are unable to mark a simple X in a circle, are you any more able to work an electronic voting machine? If the paper is to confusing is an electronic voting machine any less confusing?
Consider we are talking about a system most people have used for years (a 90 year old grandmother is likely to have voted before) as opposed to a brand new system no one has ever seen.
that the exit polls indicated Gore was the winner in Florida in 2000 and that they were right?
Once, of course, you factor in the mind-boggling number of shennanigans that occured. The exit polls proved to only be an accurate measure of the number people who *thought* they voted for Gore.
This year, though, there are no exit polls so there'll be no independent confirmation of what's going on.
Comment removed based on user account deletion
Let's face it people, voter fraud is easy with or without computers.
Personal Anecdote:
My polling station got upgraded from the punch-out-the-chad-with-a-stylus system to a poke-the-spot-with-an-ink-stylus system between the last two elections.
My area is heavily Democratic. For efficiency's sake, the polling area has five carrels for Democrats, and two carrels for Republicans. As part of the semi-legendary radical socialist wing of the Republican party, I was waiting for one of the Republican carrels to open up. It was taking a long time, as an elderly Republican neighbor of mine was trying to vote. He complained to the polling place staff that the stylus was not poking out the chads. To demonstrate that it was OK, they pulled a blank ballot off the pad, stuck it in the machine, and stamped a few (possibly) random votes, and pulled it out to show him that the machine was, in fact, working. They then tossed the ballot away. (He was convinced they were trying to invalidate his vote, so he ended up punching each vote all the way through anyway).
But no-one batted an eye that they had just created an illegal ballot. When I called the election office to complain, they gave me a song and dance about how it would have been impossible for them to insert it into the ballot box without raising red flags, how the register would not match, etc. But they don't let you insert you ballot directly into the box yourself; you hand it to someone and you watch them put it into the box. It would be trivial to do a quick palming of one ballot and insertion of another.
With the last election being so close, it would only take a few votes per polling station to throw an election. Bruce Schneier calculated it out in a recent article in terms of cost per vote, and it was quite low. Sure, it would be more expensive and would involve more people to do it in the old-fashioned low-tech way than it would with Diebold's patented cheating system, but the difference is only a factor of two or so. Given the stakes in a national election, that's down in the noise.
So basically, you either have to trust the system and believe that people will not cheat in the election, or assume that cheating is ubiquitous regardless of the physical system used.
#cynicism on
OK: cynicism mode on
In other words, We The People are fucked, we have been fucked, and we will continue to be fucked.
#cynicism off
ERROR: Cynicism mode cannot be disabled.
Eloi, Eloi, lema sabachtani?
www.fogbound.net
Sounds like a libertarian voting system. No rules or monitoring organizations necessary! Saves tax money! You're free to use whatever means you can think of to give yourself/your candidate as many votes as you can. The candidates deserve whatever votes they're able to acquire! Might = right! It may seem unfair, but really, it's the more fair system because it's the more free system! If your candidate loses, he must just not have been trying hard enough.
You were right to highlight that quote for it is truly astounding. Now this was Wired and it was a better report than most, and Wired has done a great job of highlighting this issue. So my rant is a general one and not specifically directed at Wired, but more directed at the general state of journalism today.
What Mr. Bear said was laughable! It has always been against the law and carried a penalty for vote tampering. Yet in every major election (and probably lots of minor ones too), there has been vote tampering. Every single one, folks. It happens every time, and will happen this year like clockwork. Journalists know this, and yet today's media has been cowed into thinking balanced writing means you quote from Opponent A and then you counter-quote with Opponent B and then you hand it in to your editor. Today's politicians, and other sleazes, know this so they play the game this way: When asked for a quote, they make something up, anything to push their side or detract from the other side. They know that no matter how patently and obviously false their statement is, it will get printed and no journalist will call them on it.
Mr. Bear could have said, "Tomorrow the sun will not rise and gravity will cease to exist." All the journalist would do is find a scientist who would give a counter-quote and be done. I say why can't the journalist write the article this way:
"But speaking generally on the vulnerabilities Harris mentions, Diebold spokesman David Bear said by phone that no one would risk manipulating votes in an election because it's against the law and carries a heavy penalty. Although such has been the case in every election ever held and yet voting fraud has been widespread anyway, clearly showing that such penalties do not prevent voter fraud."
I mean, if it's obvious a guy is saying something irrelevant, call him on it!
Can't spell "Nietzsche", can't see that the common practice in automatic web-based translation is to leave words that aren't found in the dictionary unchanged in the translation.
Right after this reply I think the executive was seen sticking his head firmly back up his as.. err in the sand.
Diebold strongly refutes the existence of any "back doors" or "hidden codes" in its GEMS software. These inaccurate allegations appear to stem from those not familiar with the product, misunderstanding the purpose of legitimate structures in the database. These structures are well documented and have been reviewed (including at a source code level) by independent testing authorities as required by federal election regulations.
In addition to the facts stated above, a paper and an electronic record of all cast ballots are retrieved from each individual voting machine following an election. The results from each individual machine are then tabulated, and thoroughly audited during the standard election canvass process. Once the audit is complete, the official winners are announced. Any alleged changes to a vote count in the election management software would be immediately discovered during this audit process, as this total would not match the true official total tabulated from each machine.
At this point the world+dog knows that either:
A) Diebold's programmers fscked up monumentally in which case one must conclude that ATM security is no better.
or B) The programmmers did a fine job which means that these types of vulnerabilities were designed in from square one.
All of the major banks have got to be asking: "which is it?" and "What are the chances that our systems have similar vulnerabilities?" The execs can play the reasonable doubt game with the courts and the governnent but I don't believe that a conpany with billions of dollars of potential liability on the line is going to take "maybe" for an answer. If the answer is (A), the banks will be replacing those ATMs as fast as they can on Diebold's dime but if it is (B) the board will go to jail AND the banks will be replacing those ATMs.
I would argue that the people in question here may understand your
system "better" then the engineers who designed it. Hacking, in it's
original coinage, was something along the lines of "understanding and
manipulating a system beyond it's originally designed intentions". In
a perfect world your system would likely stand the test of time
without a single attempt of coercion or malicious intent, however; we
do not live in a perfect world. Our government is even designed in a
way to prevent malicous use via checks and balances. Therefore quotes
such as "Diebold spokesman David Bear said by phone that no one would
risk manipulating votes in an election because it's against the law
and carries a heavy penalty." sadden me deeply. It shows an inability
to cope with the realities of this world. And if you and your company
truely believed that then we wouldn't need to enter our PIN number
when we use your ATM products, would we? Robbing another person of
their money via your electronic transfer system is heavily prescribed
as illegal yet you've taken considerable time to improve the ATM
system.
All the voting populace asks is that you take the same effort to
protect our sacred right as voters by designing a system that will not
only withstand attacks from outsiders, but insiders as well. I
realize this complicates the design by a thousand fold, but we are
talking about the new backbone of our election system. And without
free and fair elections we would lose the foundation of our entire
country. Isn't our democracy worth it?
Signed,
A concerned voter
Big table, one row per voter, one column per candidate, write-once, read as much as you like (CD-ROM, or whatever else). Use simultaneous writes if you're scared of errors.
Source for writing the data readable by all. Publish the memory contents on the web once the vote is over.
What else do you need for traceability ?
Oh yeah you need to buy a new storage for every election. So what ?
The only problem would be that people might be forced to vote a certain way, either paid to do so or blackmailed. Maybe someone's boss would ask to see their voter receipt and look up how they voted, then fire them if they voted for the a candidate he dissapproves of. We could make penalties in the law for that though...
Demolition of democracy started with television coverage of election campaigns.
After that, it was just a matter of who either had enough money for the best media campaign or who had the ear of the media corporations.
Nowadays, in the western world, democracy is almost entirely extinct.
Even if the individuals vote is counted accurately, the more influential factor is how the individual decided what to do with that vote.
If you can influence that, then you control democracy with no need for easily detectable voting fraud.
And guess what? There is a well developed technology for influencing what people do with 'tokens' such as money. Its called advertising.
My bet is that it works for votes too.
In fact, I'd call that a 'duh'.
In the free world the media isn't government run; the government is media run.
I'm pretty sure if dogs could REALLY vote that sanity would prevail. Hey - what if dogs could RUN for president?! Tidbit the Tyrant couldn't be as bad as the tyrant we already have in their and his IQ is probably double "our guy". Cute website. The biscuits crack me up. They should consult on electronic voting - they must have some high-tech way for the dogs to use the mouse.
Somebody wins, other person says 5 lines of script blew me away, so lets see how the courts handle things. Who runs the US of A whilst we wait for this to be cleared up (and how long will that take)?
I might not be a wit, but at least I am more than half way there.
...with the scam voting automagically become "de law", so who is gonna investigate themselves willingly and honestly? Joe prez has a lot of power, he can tell various bureaucracies what to do and they all click heels and sieg heil and follow orders. Whistelblowers get persecuted and ignored in the press for the most part. Just like the presidential appointed 9-11 government coverup ommissions hearings, they started with a default "oh, it was all raggyheads did it" and investigated from that point.
bigfatjoke if it wasn't so serious.
I'm still gonna vote but I'm gonna do what I did in 2002, write in some candidates (well, actually I write ME in someplace where whomever is running unopposed) and see if it shows up in the result. In 2002, it didn't, first time I used diebold machine.
I wish the media would pay more attention to this. But alas they are to busy trying to make people focus on thing that won't hurt bush.
And if there is some reason why it needs to be there, why is it possible to write and execute a new script? Does Microsoft Windows have no equivalent of noexec and readonly?
Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
Excuse me for yet again being so anti-american, but I thought that the american concept of patriotism was that you would proudly hack the voting machines if it was needed to demonstrate that the election was easy to steal?
That any patriot would take the risk of being shipped off to Gitmo when it was needed to preserve democracy and freedom?
So WTF happened to patriotism?
The fact is that the voting machines needs to be hacked, at this point the only way to ensure that democracy survives in the US is that CowboyNeal is elected for President.
It means that some patriotic hacker has to do it, and I see nothing wrong with advocating it.
If you want to improve your chances of not going to Gitmo, you may want to hack the machines and hop on a plane to somewhere more free and stage a press conference there just as election officers discover the hack.
forgot to register to vote. Deadline is very close, more info in the linked government website.
"But speaking generally on the vulnerabilities Harris mentions, Diebold spokesman David Bear said by phone that no one would risk manipulating votes in an election because it's against the law and carries a heavy penalty."
Incredible - looks like you can remove all the locks off your homes and banks because robbery is against the law !
I suspect no matter who wins the next American election, the results are going to be suspect. Perhaps you'd like some election monitors ? Cuba volunteered some last time didn't they ?
Our system is more reliable than Brazils:
Vote Selection Interface:
- Piece of Paper
Write Mechanism:
- Pencil
Storage Device:
- Cardboard Box with Slit on top.
Authentication Mechansism:
- Human sitting in a chair.
When they hire convicted felons (see www.gregpalast.com for details) to run their operations the CEO may be the least of their worries.
If I were going to venture into tin foil hat territory, I might say that if the voting went against the current administration they'd claim voter fraud from the voting machines. If it goes their way, they'll be happy to look the other.
That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
You see-- no paper ballot, no paper trail.
You vote absentee to create a paper trail and help prevent anyone interested in voter fraud from getting away with it.
LedgerSMB: Open source Accounting/ERP
use a well-designed electronic voting system with a paper trail.
:-( However, it would be more difficult to defeat if you had multiple systems (paper ballot, electronic db, etc) all checked against eachother.
:-(
Unfortunately ballot boxes can be stuffed
You do have one real weakness of the electronic system. A ballot box can be easily examined, as can most voting machines. These are run by public institutions. When you have private institutions creating "black-box" voting systems which are quite complex, then you have a greater likelihood for fraud.
LedgerSMB: Open source Accounting/ERP
I wouldn't dismiss the platform issue entirely. You are what you eat. Your systems are what components you decide to put into them.
While it's true that the basic problem is Diebold's apparent incompetency, it's also true that a real RDBMS like Oracle or even MS SQL server (or Postgress I guess, but I don't have direct experience with that system) would go a long way to making tampering detectable. These systems keep independent audit files, for media failure recovery mainly, but very useful for things like hot backups and debugging. On more than one occasion I've dealt with customers who swear up and down that a system I've designed has mishandled data, and I've simply gone to the audit trail and showed that Joe Shmoe entered/deleted/mishandled some data entry task on a certain date at a certain time, and then gone back to show that he needs training because it is part of the pattern of how he uses the system all the way back to the day the system was installed. I have systems that have been in the field for six or seven years, and I can go back and tell you what people were doing on them the day after they were installed, or recreate the exact state of the database at any minute of any day of any year you choose to name, and tell you exactly how any value in any field got that way.
This isn't because I'm a database god. It's because I'm at least minimally competent to design computerized record keeping systems. True, making a critical system secure is very difficult; if it were me I'd probably want to hire independent security experts to audit my decisions and management of the development process. But these guys completely muffed the easiest thing to get approximately right, which was the platform decision.
Right out of the gate the chose tools, not for their appropriateness for the mission, but their "ease of use". I put this in quotes because they aren't really easy to use if they don't work for the problem. My swiss army knife is easy to use, but not for removing the lug nuts when I'm rotating my car's tires. Access is a tool that is NOT aimed at the professional developer market; it's aimed at non-technical "power users" creating personal or departmental databases. It's actually pretty good for this purpose, although arguably not the best in this space. But it's not for anything where accuracy and reliability really matter. This system sounds like the hordes checkbook balancing programs made by amateurs in QBASIC during the early years of the IBM PC.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
The arguement against e-voting is irrelevant, Diebold should have lost the contract after the first two or three security flaws. Overcomplication of the machines by using embedded windows is stupid. If they took security seriously, they would never have tried to use it in the first place.
Linux isn't the answer either. Personally, I'd drop x86 for a cheaper embedded processor, I'd demand engineers with experience in creating hardened systems from scratch, and I'd spend the extra money to make DAMN sure I didn't drop the ball on this projects, which has the potential to be INCREDIBLY profitable for a company willing to do the job right.
It's been a long time.
The GEMS (Global Election Management Software) program runs on a fairly standard P4 "server grade" box supplied by Diebold, usually a Dell of some sort. It "tallies the vote" on election night from both optical scan and touchscreen voting terminals.
Counties that use touchscreen terminals still use large-model optical scanners to process absentee votes back at county elections headquarters where the GEMS box is.
It's got the usual server stuff, lots of RAM, fair amount of disk space, etc. Funky stuff: a Digiboard multi-port serial card, usually 16 ports on PCI, sometimes two. A CD burner for backups...floppy, USB, etc. I examined the one in use in Fresno County California pretty carefully.
Software:
Most now are running Win2k; there are hints of XP here and there and some old ones have NT. They've had NT or better at least since 2000 (the year that is).
It's got the MS-Jet database engine and related goodies...including an MS-Access runtime. All the libraries to run Visual Basic script files are also present.
GEMS is itself an MS-Access application, and it's data files are fully readable by MS-Access.
IF MS-Access is loaded on the same PC as GEMS and it's data files, it's dead obvious that the data can be diddled with in Access without leaving an audit trail record and without requiring a password. Votes can be changed, the audit trail can be edited in a fashion that can't be detected later (because Diebold disabled automatic line numbering that would show a sequence problem!), etc.
We've known that for a while. And we knew that since GEMS was basically a "giant MS-Access script file itself" in compiled form, it would be possible to write small "hack scripts" to alter vote data.
What Professor Thompson has shown is that it's possible to write VB scripts in the notepad to do alterations to a vote data file. These scripts can be so small they could be typed in via MS-Notepad on election day.
Mind you, Diebold wouldn't need to go to even that much trouble.
Election observers (myself included) have personally seen Diebold techs on elections night with full access to either the terminals feeding PCMCIA cards from the field into the GEMS box, or the server itself.
We know that on 3/5/02 during the California governor's primaries, a Diebold tech in San Luis Obispo County stole the complete early results file right off of the server at 3:31pm, hours before the polls closed, and uploaded it to a Diebold FTP site. We know because we found it later. The ZIP password was defeated by a dictionary crack and turned out to be "sophia" - the Diebold tech on duty that day in that county was Sophia Lee.
So they damned well DO have enough on-site access to load hack scripts of the size range Prof. Thompson demonstrated.
Remote access:
We've played with various GEMS versions on various PCs. IF you run it on a box with firewall software like ZoneAlarm, you get random warning that GEMS is trying to make an outside connection of some sort. We call this the "ET phone home problem". We don't know where it thinks it's calling but that's how you'd beat a firewall on a county LAN if the GEMS box is so connected...set up GEMS to start the conversation from the inside.
Are GEMS boxes on such LANS? We know the IP addys that the Alameda GEMS box modem ports were set up at: 166.107.248.210 to 220. Now go ping the Alameda County website (www.acgov.org)...hmmmmm? Sure made 'em compatible, didn't they?
On those modems: the software behind them is MS-Remote Access Server (RAS). Diebold regularly tests the connections with laptops. They also know the phone numbers of these modem banks that the terminals dial into on election night to do early results. Looks like a security hole from hell to me!
As to the actual GEMS "double set of books" hack, here's the screenshots and explanation:
http://www.equalccw.
In Missouri, the republicans are asking for lists of voters that have requested absentee ballots. Here's one story.
I bet what they're really after is checking whether the voters are real.
The motor-voter law makes it trivial to create an army of phantom voters:
- Go to the DMV (or any of several other government offices) and ask for a few boxes of registration forms "for a voter registration drive". (Yeah, right!)
- Fill them out for imaginary voters at suitable maildrop addresses.
- If the registration form lets you request permanent absentee status, do so. Otherwise request it, or an absentee ballot for this election, when the voter information form comes in the mail.
- Vote your thousands of phantoms any way you want.
But by getting the lists - especially the late entries - and calling them up to "educate voters on how to vote absentee" the party can kill two birds with one stone:
- Impress real voters with how nice they are (possibly giving them a more favorable opinion of the party) and help them get their vote in.
- Detect if a massive fraud is being committed if, for instance, a bunch of absentee voters turn out to be all at a bunch of nonexistant set of apartments in a single-family residence or a storefront office, or using the same post office box and giving empty lots for their residence addresses.
Democrats don't like it? Then they can do the same thing to check whether the Republicans are creating thin-air voters, too. B-)
Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
Every time Diebold comes up I post this:
Crashed Diebold ATM
Get your Unix fortune now!
When California AG Bill Lockyer joined in the suit, our cut ("our" being myself, Bev Harris and our attorney) went from 30% max to 15% max. Fine by us: it means first that Diebold is more likely to settle, and second Lockyer is inviting other counties to join in the suit. How many more (on top of Alameda County) is unknown right now but it could be a substantial number - Solano County agreed to pay Diebold $415k to "go away" (to break the contract, in other words) whereas the Harris/March/Lockyer suit allows counties to get rid of Diebold and GET PAID :) based on Diebold's software being an illegal, unsecure piece of crapola.
You tell me which the counties will like better.
Solano's contract was worth about $5mil or so. Alameda's is worth $14mil. San Diego is the biggie, at $33mil. Others vary across that spectrum.
If enough join in based on Lockyer adding his professional credibility to the suit Bev and I started, the total actual contract (refund) amount could hit $70mil pretty easily.
So instead of 30% of $14mil, we could end up with 15% of God knows how much more than that :).
That works :). And that's not counting how there's a triple damages multiplier if we prove fraud, although Diebold will probably settle for less.
Once we actually have the winnings, if it's by settlement our attorney Lowell Finley gets 25%, if by court decree, 33%. I consider that fair.
When Lowell came to me back in October of '03 to propose all this, the first thing I said was "we're bringing Bev Harris in". That means I caused my cut to drop in half as the first choice I made in this case...so saying I was in this for the money is...well, silly.
Lowell knew he needed a lead plaintiff who had generated new info on Diebold, who lived in California. He picked me based on work I'd done to that point.
---------
Last detail: because this is a whistleblower suit, the government doesn't just get our info (valuable enough). Whistleblower suits have the damage tripler for fraud. That gives the government a much "bigger stick" to beat Diebold into submission (settlement) with.
Jim March
PS: yes...knowing that I'm probably going to be worth a lot more money pretty soon is cool. As it is...my only ride is a motorcycle that was a great deal at $300 once I got the dead spider out of the left carb :).
Pick up Ross Anderson's book, Security Engineering, and read about the horror stories he's found in UK ATMs.
If the US does better it's because the banks are on the hook financially if there's a screwup. The incentive to get things right is in the same place as the authority to order things done right.
It's even conceivable that someone at Diebold reasoned that voting machines don't have any critical security needs because they don't handle money.
There is still time, America... An electronic voting and counting system (EVACS) is alive and well in the Australian Capital Territory election on 16th October 2004. The source code for the Linux based system is available for anyone to check, and this is it's second outing: It was used in the election of 2001.
Looking at space, radio, science and computing from a 'down-under' amateur enthusiast perspective.
Sheesh :)
(yes, that's my page )
Look at this article in The Register and follow the links:
the Dutch have produced remote, Open Source voting software and are actively planning to use it. It appears the security of the code is mathematically proven, and you go and download your own copy to play with.
That means there is (1) a cost effective way of remote voting and (2) a really good argument to upgrade those Diebold machines to Open Source and (3) absolutely NO NEED WHATSOEVER for US soldiers to have their privacy and vote secrecy violated by the proposed manual process.
Unless democracy wasn't the actual aim, of course..
= Ch =
It was just in Spanish.
No machine can ever be operated or installed legally before its hard- hand software have been certified by the Nevada Gaming Commission (Electronics Services Division).
"The Electronic Services Division examines, tests and recommends gaming devices for approval or denial by the Board and Commission. The Division inspects gaming devices in its laboratory and in the field to ensure continued integrity, and assists in resolving gaming patron disputes through analysis of device electronics and software."
Would it be so hard to do the same for voting machines? Have some REAL experts look into the subject matter?
--- Eat my sig.
Even ASSuming that you do trust the Republicans, what happens if Hilary Clinton buys Diebold before 2008? Should we still trust them? And wasn't it a Republican who said "Trust, but verify"? Where did that party go?
Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
Given no one's modded it up and it basically makes an informational point? I get the feeling that someone tired of "In Soviet Russia..." jokes and modded me down without reading content... *shrug* Life.
This sig has absolutely no significance and serves only to take up screen space and waste the time of the reader.
"Diebold spokesman David Bear said by phone that no one would risk manipulating votes in an election because it's against the law and carries a heavy penalty."
I have a thought. What if someone walks in with a great bing fuckoff EM pinch and sets it off in the voting booth. Or, even, a degausser placed strategically?
Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
Oh, it's funnier than that.
:)
/. previously:
h tm l
The Nevada Secretary of State hired the Nevada Gaming Commission to take a look at the Diebold system.
The Gaming Commission promptly published a four-page report saying basically "you gotta be KIDDING! This shit stinks!"
Discussed on
http://slashdot.org/articles/03/12/04/1443257.s
It's probably because the system has no major flaw that some french cities are testing computer voting systems...
Most people using them were quite upset, so officials choosed to... continue to use them.
Concerning blind people (and other people) bulletins are not only available at the voting point, but are sent to every citizen by the post.
You can prepare your bulletin and put it into the envelop at home, and then go to the voting point. In fact, vote is quite harder with a computer, for blind people.