Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:I'd Like To See Electronic Voting Work (Score 1) 105

If any electronic voting system is going to work, it would be a system that prints what you've voted so the voter can see what he/she voted. And then you have a separate electronic counting of those pieces of paper.

That way you have faster counting of votes and still everything on paper as back up.

Now I know in the past they had some what similar systems in the US and they had problems with printers not working, so I don't know if they'll ever get it right.

There are also a whole lot of people who use terms like math/encryption or blockchain.

So far I haven't seen a system that works.

It does however make for interesting presentations:
http://media.ccc.de/browse/con...

Comment Re:Actually, it's worse than that. (Score 1) 199

One of the reasons browser vendors can get away with getting rid of as many plugins as possible is because they are adding features to the browsers themselves. WebEx is actually a good example.

Cisco is one of the companies working on WebRTC at W3C and IETF.

So WebEx will support it if it doesn't already I'm sure:
http://www.eweek.com/networkin...

Mozilla and Google support WebRTC and Microsoft is working on supporting it.

About WebRTC:
- is peer2peer like Skype used to be and can do NAT hole punching if I'm not mistaken
- automatically uses a relay as a fallback if peers can't connect directly
- traffic is encrypted so the server or network can't see or change the content
- supports video/voice calling
- support for one of the most used codecs from traditional voice like analog and VoIP so sound doesn't need to be converted.
- has the best audio codec ever created for these type of applications: Opus. Which is an IETF standard created for WebRTC by Skype (before it was acquired by Microsoft) and Xiph.org developers
- screen/desktop sharing
- application sharing
- the standard says: browsers most support both the H.264 and VP8 video codec
- data channels (useful for example for building games)

Comment Re:Break the key apart? (Score 1) 134

I believe I've seen Bitcoin Multi-Signature wallets use Shamir's algorithm:

https://en.wikipedia.org/wiki/...

A Bitcoin 'wallet' is the private key which allows you to spend your the Bitcoin you own.
A Multi-Signature wallet is a wallet for which you need 2 out of 3 keys to spend the Bitcoin.

How something like that could be used in a secure system in this case I'm not so sure about.

Comment Re:The are working on it (Score 1) 89

Have to admit I'm not a big fan of incremental improvements over an old less secure system, but they do improve things and fix things and it's stuff that actually can be deployed on the public Internet.

Examples are better revocation that actually works:
https://wiki.mozilla.org/CA:Im...
https://blog.mozilla.org/secur...

Making sure regular visitors on sites always use HTTPS and only allow for certain public keys (the last one fixed the CA system for regular visitors !):
http://en.wikipedia.org/wiki/H...
https://developer.mozilla.org/...

Maybe later we'll also see DNSSEC/DANE to fix the first time visit on a site:
http://en.wikipedia.org/wiki/D...

Comment Firefox response (Score 2) 176

Judging by the discussions on the Mozilla mailinglists I wouldn't be surprised if Firefox will include a whilelist of currently certificates issues by CCNIC and make it so no new certificates issues by CCNIC will be valid.

At least as long as they CCNIC doesn't adhere to the proper rules. Maybe CCNIC will even get stricter rules applied to them.

Comment Re:Are the CAs that do this revoked? (Score 1) 139

Your bank still has an office you can go to ?

Mine doesn't anymore, they are busy getting rid of all their bank locations and clerks.

Automation is what they want.

And getting rid of cash seems to be a policy.

They are even reducing the number of ATMs.

This doesn't just apply to the my bank, but all banks in my country.

Even if they had an office I could go to, I doubt the clerk knows security procedures well enough to check if my ID is correct.

So, no, I don't think your idea will work. :-(

Slashdot Top Deals

Remember to say hello to your bank teller.

Working...