Slashdot Mirror


User: Hydrogen_NL

Hydrogen_NL's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Why stress this out? on Police Given Access to Congestion-Charge Cameras · · Score: 1

    "But they will only be able to use the data for national security purposes and not to fight ordinary crime, the Home Office stressed."

    In The Netherlands the police is already using ANPR for quite some time to catch criminals. Why doesn't the UK do this? What's wrong with fighting ordinary crime like that?

    For example, it will help getting those stolen cars back rather quickly, and you may even want to have alarm bells ringing if numberplates are unrecognisable, as long as you have a police force big enough to chase them all ;-)

    Okay, a difference is that the Dutch are using this system on highways, and not in cities.

  2. Re:An important debating point on Top 25 Censored Stories of 2007 · · Score: 1

    The media can get the public to care about basically anything.

  3. Come on folks ! on Supernova 1987A Decoded · · Score: 1

    Stop judging so fast !

  4. Mix up? on Managing Code Signing Digital IDs for Open Source? · · Score: 1

    Key escrow does not apply when it comes to signing, it only applies to encryption. You don't need a backup of signing keys, you just get new keys once the old keys are no longer available (check out the concepts behind digital signatures). You can have as many signing keys as you have developers, e.g.: - Code Signing 001 (for John) - Code Signing 002 (for Aziz) - Code Signing 003 (for Tsjang) - etc. If you are worried about theft and sabotage, like unauthorized people signing on your behalf, get decent key protection (a token around your neck at all time will do ;-) or just revoke any key that is lost or stolen, but beware, in that case you would have to make sure that the underlying security software used by end users to validate the code signature supports revocation. That's basically it.