Slashdot Mirror


UK Decryption Law Pushed Through

Joel Rowbottom writes, "After all the lobbying and protests from the 'Net community over the past year, the UK government has still published The Regulation of Investigatory Powers Bill. If this becomes law then you could be sent to prison if your data is encrypted and you refuse to either supply the key, or the plaintext versions. If you're in the UK and you haven't done so yet, write to your MP and let them know your feelings on the subject! "

312 comments

  1. FIRST BABY! by Anonymous Coward · · Score: 0

    FIRST BABY!

  2. One answer by Reinoud · · Score: 1

    Stenographic cryptography.

    --
    -- Nothing is as subjective as reality --
  3. Can I... by kwsNI · · Score: 1

    Could I encrypt the encryption key before supplying it to them?

    kwsNI

    1. Re:Can I... by QuMa · · Score: 1

      Of course. But you'd have to give them the decryption key for the encryption key...

    2. Re:Can I... by kwsNI · · Score: 1

      Uh, I lost that.

      kwsNI

    3. Re:Can I... by Tim+C · · Score: 1

      I think the point was that yes, you could encrypt the key before surrendering it, but you would then be required to hand over the key to decrypt the encrypted key that you just gave them...

      Cheers,

      Tim

  4. So what? by urgle · · Score: 1

    Just keep a standard boilerplate business text around and whenever they want a "key or the plain text", just give them the standard boilerplate text and say that you have lost the key.

    1. Re:So what? by Anonymous Coward · · Score: 0

      "and say that you have lost the key" Alas, this is itself a crime under the new legislation. Failure to produce the key, for any reason, is against this law.

    2. Re:So what? by urgle · · Score: 1
      Not according to the article:

      "And, as a result, the Bill proposes that the police or the security services should have the power to force someone to hand over decryption keys or the plain text of specified materials, such as e-mails, and jail those who refuse. "

      Not that you have to hand over decryption keys or the plain text. But if you claim to have lost the key, how can they possibly prove that the plain text you hand over is not the encrypted text?

    3. Re:So what? by Ronin+Developer · · Score: 1

      Furthermore, it can be proven that you committed the crime. All they would need to do is encrypt your "plaintext" version with the key you supplied and compare it with the message they are holding. If the don't match and you don't turn over the real key, they can hold you in contempt at the very least.

      In the US, there was a case a few years ago where a suspected child pornographer had encrypted his pictures. The prosecuters wanted him to hand over the decryption keys. He refused on the grounds it violated his rights against self incrimination. Wonder how that one ever turned out....

    4. Re:So what? by gorilla · · Score: 2
      All they would need to do is encrypt your "plaintext" version with the key you supplied and compare it with the message they are holding.

      With PGP, and no doubt many other encryption schemes, this would not prove anything. The encryption program chooses a random session key to encrypt the data, and encrypts this session key with the user's key.

      Of course the real flaw is that it would require both the plaintext & the key, while the OP was suggesting giving only a bogus plaintext.

    5. Re:So what? by TomV · · Score: 1
      Not sic that you have to hand over decryption keys or the plain text

      If this has now received Royal Assent, then Jack Straw (Home Secretary) is in BIG trouble. Potentially at least. I recommend a look at this neat little mantrap that the chaps and chapesses at stand.org.uk have arranged for the lovely Jack. He has an encrypted message. A solicitor has attested to the fact that it is pertinent to a real crime. The same solicitor has seen the only copy of the cleartext, and the only copy of the key (on a floppy), destroyed.

      Now Jack has the message, and it's provably relevant to a crime, he's liable to 2 years in one of his own jails should the police choose to investigate (shame they won't...)

      Very elegant.

      TomV

    6. Re:So what? by urgle · · Score: 1

      So keep a boilerplate photo around where you burn a floppy as a 'proof' that you don't have the key. This would be as much proof as the solicitors photo story in the link. And then provide the innocent clear text you prepared, 'proving' that the message was not related to a crime.

    7. Re:So what? by Anonymous Coward · · Score: 0
      Not according to the article:

      "And, as a result, the Bill proposes that the police or the security services should have the power to force someone to hand over decryption keys or the plain text of specified materials, such as e-mails, and jail those who refuse. "

      Not that you have to hand over decryption keys or the plain text. But if you claim to have lost the key, how can they possibly prove that the plain text you hand over is not the encrypted text?

      They can't necessarily, but per the bill a notice can be issued requiring the key itself (not just the original document), unless the recipient of the notice can prove that it cannot be produced.

    8. Re:So what? by Anonymous Coward · · Score: 0

      I don't understand something: would it be so hard to devise an encryption scheme that encodes two (or more) docs in one encrypted file. One key gets the "nice" text and the other one the not nice text. if the encoded files are always different anyways via the randomization in PGP. How's anyone going to know? (and no, I haven't done my research)

    9. Re:So what? by Gwared · · Score: 1
      Not that you have to hand over decryption keys or the plain text. But if you claim to have lost the key, how can they possibly prove that the plain text you hand over is not the encrypted text?

      Perhaps I'm being stupid, but shouldn't the same alogrithm usually applied to the key and the encrypted text be possible to apply to the encrypted text and the decrypted text to produce the key?

    10. Re:So what? by Ronin+Developer · · Score: 1

      Actually, this possible using a technique like Winnowing and Chaffing.

      W&C enables more than one message to be stored in an encrypted file. Additionally, garbage bytes are thrown in to confuse the issue even more. Only the intended receiver of a particular message will receive the plain text.

      There was really good article on this in DDJ a couple of months ago.

    11. Re:So what? by Ronin+Developer · · Score: 1
      With PGP, and no doubt many other encryption schemes, this would not prove anything. The encryption program chooses a random session key to encrypt the data, and encrypts this session key with the user's key.

      Your hypothesis is flawed (as was my original statement...I was assuming a sysmmetric cipher)and this would not thwart the detection mechanism. If you are forced to turn over your key AND the key you give is bogus, one of two things will occur:

      a) They unencrypted document will contain garbage (I don't think PGP will even let you decrypt a document with a bogus or wrong key). End Result - they nail you for contempt.

      b) Any digital signatures on the document will not be verified. End Result - they nail you for contempt.

      In 99.9% of public key systems, the document is encrypted first with a symmetric algorithm (like CAST, IDEA, DES, etc) and the key encrypted with the receipients public key.

      As the symmetric key is recovered during the decryption phase and the document is decrypted, supplying a bogus key won't help you any.

      End Result - Contempt of Court.

      RD

    12. Re:So what? by Anonymous Coward · · Score: 0

      Only by checking every possible key to see if one matches. If your key length is adequate (128 bit) that's not at all feasible.

    13. Re:So what? by Anonymous Coward · · Score: 0

      Straw isn't going to have any problems with this little exercise. Just look how he used Hillsborough.

    14. Re:So what? by Anonymous Coward · · Score: 0

      Cool... You're not allowed to "forget" the key... Then what happens the new £M use-once-and-throw-away encryption key systems ???

  5. STAND by Percible · · Score: 1

    STAND has been campaigning against this for a while now.

    1. Re:STAND by sparkes · · Score: 1

      The post above is really informative, if a little brief. Stand allows you adopt your MP a you get a little banner with the MP's invarablly ugly mug on your web site with a link to your MP's. If every UK /.er was to adopt thier MP it really would make a difference. follow this link to the adoption process. it is a little hard to find on the site, everybody adopt their MP's please. sparkes

      *** www.linuxuk.co.uk relaunches 1 Mar 2000 ***

  6. Everything to hide. by cruise · · Score: 2

    I think that once this gets to the types of folks who have everything to hide (IE, the people who would sign this into law) it would be killed.

    Not that you shouldnt go right now and complain to someone about this. You should!


    They are a threat to free speech and must be silenced! - Andrea Chen

    1. Re:Everything to hide. by Anonymous Coward · · Score: 0

      In the UK, there is no right of free speech or right to silence.

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      In the UK, Nationalism is the same as being a thick racist thug.

      In the UK, racism is an institutionalised way of life.

      dave

    2. Re:Everything to hide. by hobbit · · Score: 2
      In the UK, there is no right of free speech or right to silence.

      There is a right to silence - but it may harm your defence if you do not say anything which you later rely on in court.

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      Quite. And it is also a criminal offence not to practise archery on Sundays.

      In the UK, Nationalism is the same as being a thick racist thug.

      Which type of Nationalism? Do you know the difference between the BNP, the SNP and Plaid Cymru?

      In the UK, racism is an institutionalised way of life.

      What a helpful generalisation.

      Hamish

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    3. Re:Everything to hide. by Anonymous Coward · · Score: 0

      look at the steven lawrence trial (asian guy killed by racist thugs). that tribunal found clear evidence of institutional racism in the london metropolitan police.

      the snp and plaid cymru preach independence and self governance, not hate towards people of other ethnicities.

      irish people have been held in prison for years (b'ham 6, guildford 4) on dubious 'evidence' and faked confessions.

      it is perhaps better to say that english nationalism is more prone to racism than tje scottish or welsh varieties.

  7. How's this work? by Cuthalion · · Score: 2

    If this becomes law then you could be sent to prison if your data is encrypted and you refuse to either supply the key, or the plaintext versions.

    I guess if I knew a lot about encryption, I'd know the answer to this, but is there any way to verify that the plaintext version you supplied matches what's been encrypted? Certainly if this law were algorithm agnostic, then there would be no way to verify this.. (just say "I used a one-time pad, which I will not supply. Instead I will provide you with a plaintext version of it.") That seems to me to remove all of the teeth from this otherwise god-awful law.. am I mistaken?

    --
    Trees can't go dancing
    So do them a big favor
    Pretend dancing stinks!
    1. Re:How's this work? by dattaway · · Score: 2

      That's an interesting idea. Have two passwords. One that will decrypt the real data and the next will decrypt random preselected harmless junk. When the papers are served, watch them not able to find those family secret cooking recepies.

    2. Re:How's this work? by 348 · · Score: 2
      Actually you are really on to something there. Sort of like a sig, have a couple of paragraphs or however much you want appended under a "second key" to everything you encript. I can see it now.

      Govt Rep.:Mr. L33t H4x0r decrypt these files or you will go to prison!
      L33t H4x0r: OK

      Mr. L33t H4x0r runs key number two and out pours the text to the last opensource man and natalie portman saga.

      --

      More race stuff in one place,
      than any one place on the net.

    3. Re:How's this work? by Farq+Fenderson · · Score: 1

      just say "I used a one-time pad, which I will not supply. Instead I will provide you with a plaintext version of it.") That seems to me to remove all of the teeth from this otherwise god-awful law.. am I mistaken?

      That might work, but somehow I doubt that practice would be trusted for long. It would be obvious that people would practice this, and of course it would be illegal too.

      The idea I have is two-fold: one, popularize the use of encryption such that everyone's using it. At this point, if enough people refused to comply, then the authorities would have a promlem on their hands. The second portion is more insidious: if a great number of people had possession of encrypted data that belonged to other people (and thus have no keys), had a lot of data that was just garbage (and looks like it could be encrypted), and also kept great amounts of encrypted garbage (i.e. cat /dev/urandom | xor 19q8 > /someplace/file) then there would be no way of verifying whether any data was real or not.

      The problem with this is that it all requires mass-participation, which can be difficult to orchestrate with the majority -- those who need it the most. Sigh.
      ---

    4. Re:How's this work? by Anonymous Coward · · Score: 0

      You can even provide them the one time pad: Simply XOR you harmless plaintext with the cipher text they want the key for. That way you can provide them with the plaintext, the key AND the algorithm. If this would convince a judge that you really used the one time pad method? Dunno...

    5. Re:How's this work? by greenrd · · Score: 1
      You're onto something - this is the basic idea of Steganographic File Systems (more or less). Someone in the UK is working on one for Linux right now (just search the net) - this is just the kind of thing we need to defend ourselves against this stupid law.

    6. Re:How's this work? by Chalst · · Score: 2
      No: if a message was encrypted using a public key system, and the
      prosecutors knowthe public key, then obviously they can check the
      message.

      This is probably the kind of case the police are most concerned
      about: criminals using cryptography to communicate, and not be
      understood by the police. The other kind of case would use symmetric
      key cryptology: eg. the accounting details of a fraud are held locally
      on a hard drive, and here it wouldn't be able to verify the plain text
      matches the cypher text.

    7. Re:How's this work? by Ancipital · · Score: 1
      Well, if you knew the algorithim, and an alledged plaintext, wouldn't that make an a search through keyspace very easy to do, and thus verify with most common algorithims (esp weak ones like DES)?

      Pardon if I am being naive, I'm not really a proper cypherpunk, just a bit of a newbie :)

      If you care, you can listen to my lame mp3 at http://www.mp3.com/tib

    8. Re:How's this work? by Anonymous Coward · · Score: 0

      Hmm...you could email random or encrypted data to people at random. No key. First good use for spam, you could even buy lists from the spam companies. Now you can plausibly say you don't have a key to encrypted data on your machine, as long as it's in the form of email messages. You might have to hack it to appear to be from the spammer.

    9. Re:How's this work? by Anonymous Coward · · Score: 0

      If your key is so short that this is possible, they can just try all the keys in the first place and break your encryption.

    10. Re:How's this work? by Wellspring · · Score: 2

      (just say "I used a one-time pad, which I will not supply. Instead I will provide you with a plaintext version of it.") That seems to me to remove all of the teeth from this otherwise god-awful law.. am I mistaken?

      (IMHO, IANAL) Yes! Because, place yourself as a law enforcement agency, and ask yourself, "how can I enforce this law". The answer isn't and can't be, "Well, I guess we don't." Instead, they will have to be more invasive and confrontational to make certain that you aren't dancing around it.

      This is a terrible development-- much worse than the cameras and monitoring devices that the British are also implementing to monitor their citizen's activities. We have the potential to live in a world where virtually everything we do is subject to observation, review and regulation-- where we become terminals and peripherals to a central social control. Or this technology will let us be distributed, parallel, and at liberty to make our own decisions.

      Massive parallelism, neural networks, distributed systems, genetic algorithms, Open Source development models-- my feeling is that these technologies should be the model for our social system-- a world of individuals with as much of the decision-making offloaded to the 'client side' as possible. (Excuse me if I am stretching the metaphor too far, but I think it still holds.)

      In a parliamentary system, you have less direct say over your government, since you have to deal with a party rather than a person. But you still should fight this tooth and nail. Once the burden of proof is on you to prove that you aren't hiding something, you'll never be able to escape that.

    11. Re:How's this work? by Robert+Link · · Score: 2
      The investigators may know your public key, but that doesn't do them much good; in order to verify the ciphertext they need the session key for the symmetric cipher used to encrypt the message. Maybe they could declare this key the "plaintext" for purposes of the law. It's hard to say. In any case, all of this presumes that your public key is truly public, which need not be the case. If you truly were worried about this law you could always secretly exchange "public" keys with the people with whom you intend to communicate.


      Actually, the more I think about it, the more peculiar the clause about plaintext seems. Any putative plaintext that comes from the hand of the person being investigated is untrustworthy, and therefore unhelpful at best. Seeing this clause in the legislation makes one doubt whether the lawmakers truly understand the issues involved here. Viewed in that light, this law should at least provide a useful counterargument the next time someone claims that the US has a monopoly on clueless government (which, judging from recent Slashdot posts, should be sometime within the next 24 hours.)


      -r

    12. Re:How's this work? by Chalst · · Score: 1
      Indeed: elementary crypto error on my part . I guess they
      can't define the session key to be plaintext, since it is not part of
      the input the user provides the encryption program: most users of PGP
      aren't even aware of its existence.

      It is odd; the law has a suicide clause: I am always
      entitled to a empirically untestable defence, when asked to provide
      information about an encrypted message!

    13. Re:How's this work? by Weezul · · Score: 2

      I'd know the answer to this, but is there any way to verify that the plaintext version you supplied matches what's been encrypted?

      Yes, they can force you to give them the key so that they can decrypt it, but there is hope: StegFS is an encrypted/stenographic filesystem for Linux (based on ext2) which provides plausable deniablility, i.e. it has n levels of access (diffrent passwords) and you may encrypt data at any level of access, but there is _no_way_ to prove that a higher level exists from a lower level. This means that when the cops make you give them the password you just give them the passwords to the lower levels, but not the higher levels.

      The only hole in this system is that the cops may know you posses some information which you have not yeat shown them, so they could assume that their are unrevieled levels.

      I would really like to see the linear algebra based plausable denaiablility algorithm implemented for PGP key files. It would make your key files 16 times larger, but would allow you to have n It might be possible to have a psychological solution to the password problem, i.e. use long passwords which you can remember, but which you can also force yourself to forget (by chanting simmilar sounding things hundreds of times). It is an interesting idea.

      --
      The Christian religion has been and still is the principal enemy of moral progress in the world. -- Bertrand Russell
    14. Re:How's this work? by Weezul · · Score: 1

      That is weird, it spliced my last two paragraphs together, deleting 1/2 of each. Here is the corrected end of the above post:

      I would really like to see the linear algebra based plausable denaiablility algorithm implemented for PGP key files. It would make your key files 16 times larger, but would allow you to have n It might be possible to have a psychological solution to the password problem, i.e. use long passwords which you can remember, but which you can also force yourself to forget (by chanting simmilar sounding things hundreds of times). It is an interesting idea.

      --
      The Christian religion has been and still is the principal enemy of moral progress in the world. -- Bertrand Russell
    15. Re:How's this work? by ralphclark · · Score: 2

      D'oh! You did it again.

      Consciousness is not what it thinks it is
      Thought exists only as an abstraction

    16. Re:How's this work? by Robert+Link · · Score: 2

      Yes, it is odd. I believe the Parliament has a publication similar to the Congressional Record that is accessible from the Parliament web site. It might be worth digging through it to see if there is any mention of what they were thinking. One possibility is that they were concerned about a possible "I destroyed the key" defense, so this gives them the opportunity to respond with, "Well, just give us the plaintext, then." There is a little logic there, since it would be hard to whip up a believable bogus plaintext on a moment's notice if you didn't already have one prepared. However, competent criminals will realize this, and they will just prepare their alternate plaintext in advance. Criminals have been using a similar tactic with accounting books for decades, so I don't imagine they will have much trouble adapting the practice to email correspondence.

    17. Re:How's this work? by Cuthalion · · Score: 2

      you to have n It might

      Was this n IS GREATER THAN blah blah blah? I bet it thought it was an HTML tag and stripped it out.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
    18. Re:How's this work? by Chalst · · Score: 2

      I had a look at Hansard and found the relevant section. It's available at:


      Hansard: Regulation of investigatory Powers Bill

      It clearly states that it is not `reasonably practicable' for the
      investigated party to provide the key or plaintext, then that is a
      defence. Section 47 is about providing information in lieu of a key,
      which says nothing about verifying that the decrypted information
      matches the ciphertext.

    19. Re:How's this work? by Chalst · · Score: 2

      More digging: nothing significant was debated in the Commons, but
      there was a select committee which discussed feedback to the draft
      bill.

      Available at

      Hansard: Trade and Industry Select Committee Report #14

      Very nice site, BTW: a lot of information, well organised, and with
      the most helpful site specific search engine I have used
      (automatically looks for words with similar roots to those specified,
      and explains what it is doing).

      It looks as if the plaintext requirement was tagged on in response to
      concerns that (i) users might have legitimate reasons not to possess
      the key, (ii) concerns that the police might use keys to obtain more
      information than authorised, or to hoard keys. They seem not to have
      thought of the problem of verification at all.

  8. Stego! by Sloppy · · Score: 2

    Now is the time for everyone in U.K. to brush up on Steganography.
    ---

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:Stego! by PigleT · · Score: 2

      Time to doubly-encrypt things, I think. Then the real message underneath... is also meaningless! Seriously, the threats to e-commerce in the UK are extremely high; if I can't trust someone's web server because the government will require them to decrypt stuff, it's just as bad as everything having a hidden backdoor key in it too. Everyone in the UK should sign up with Stand and send a letter to their MP immediately, IMNSHO.

      --
      ~Tim
      --
      .|` Clouds cross the black moonlight,
      Rushing on down to the circle of the turn
    2. Re:Stego! by tubs · · Score: 1

      And if the person who decrypts the data then tells me they have decrypted data under orders from the police, they can go to jail. Nice.

      --

      try to make ends meet, you're a slave to money, then you die

  9. Legality by mystik · · Score: 1

    I'm a US citizen, (and unaware of UK laws) but if a warrant is issued, isn't it normally standard procedure that if the person refuses to be searched, they'll be jailed? I'm not supporting people unlawfully rummaging through my data, but isn't this just an extention of an already existing law?

    --
    Why aren't you encrypting your e-mail?
    1. Re:Legality by EasyTarget · · Score: 1

      I know jack about UK laws too, despite being born and living there until I got wise and got to the Netherlands.

      But in my personal experience if you refuse to be searched you are arrested, taken to a station and forcibly searched, then they dont find anything, and you're told to piss off and not given an apology. At which point I finally stopped polightly saying 'No' and told the policemen what I though of them. At which point I was officially cautioned for 'offensive behaviour'! I did make them aware of their double standards in this respect.

      Not that I'm bitter or anything.


      EZ
      -'Press Ctrl-Alt-Del to log in..'

      --
      "Oops, I always forget the purpose of competition is to divide people into winners and losers." - Hobbes
    2. Re:Legality by sallen · · Score: 1

      Also a US citizen type, so know my comment doesn't apply to UK which doesn't have a Constitution with 4th and 5th amendments. And also a non-lawyer, so take that comment as you will.

      The UK proposal seems so totally screwed. What happens if someone sends a person (like an MP?) encrypted mail that he's NEVER had a key to decrypt. Does that mean unless he can PROVE he never had a key to decrypt email, he can go to jail if he fails to turn over something he never had and has no way of proving? How in hell is one suppossed to prove THAT?

    3. Re: Legality by dannyspanner · · Score: 1

      One of the main, and most scary, problems is that Part III of the bill says that YOU have to prove that you don't have the key or the original plain text, otherwise they can imprison you for up to two years.

      As is correctly pointed out on the STAND web site (links in previous comments) this is in direct breech of the European Human Rights Act that the UK will sign to in October. In particular, this is a reversal of the burden of proof, i.e. you are no longer guilty until proven innocent. Not only that, but you cannot logically prove your innocence, and you are forced to self-incriminate. So much for the right to silence. Oh, I forgot, we lost that in the UK a few years ago.

      However, just because this law won't stand up in court does not mean we should not complain to our MPs right now. I'm going to dust off my pen and paper like another poster suggested. Then maybe one day the establishment will stop trying to pass such rediculous legislation.

    4. Re:Legality by BasilGrant · · Score: 1

      > isn't it normally standard procedure that if the person refuses to be searched, they'll be jailed?

      Yes, but with this idiot law the police don't need a warrant, just a suspicion. Then you have to prove yourself innocent rather than them proving you guilty. With luck the European Court will throw it out, but that needs some poor guy to go through the wringer first.

    5. Re:Legality by fmackay · · Score: 1
      The UK proposal seems so totally screwed. What happens if someone sends a person (like an MP?) encrypted mail that he's NEVER had a key to decrypt. Does that mean unless he can PROVE he never had a key to decrypt email, he can go to jail if he fails to turn over something he never had and has no way of proving? How in hell is one suppossed to prove THAT?

      The STAND folks did exactly this; sent an encrypted copy of a criminal confession to Jack Straw (UK Home Secretary). See their website for details.
    6. Re:Legality by 0xdeadbeef · · Score: 1

      That's what I've been wondering too. I don't know why people are so outraged by this, unless the UK law skirts around the traditional means of judicial oversight. What has been the standard practice of dealing with keys to physical locking devices, such as safes or safe-deposit boxes?

    7. Re:Legality by Anonymous Coward · · Score: 0

      In the UK, there is no right of free speech or right to silence.

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      In the UK, Nationalism is the same as being a thick racist thug.

      In the UK, racism is an institutionalised way of life.

      dave, trolling for a cause

    8. Re:Legality by Anonymous Coward · · Score: 0

      The English police are fascist thugs. You can be detained under 'suspicion' and jailed without trial *or charge* on suspicion of being a terrorist under the prevention of terrorism act.

      In England, a gathering of people listening to music is illegal.

      There is no right to silence, there is no guarantee of free speech, there are no amendments to the constitution as there isn't any.

      You have no human rights in England, especially if you're a foreigner. It is probable the most racist country in Europe; it's multi-cultural surface a thin veneer on a boiling sea of racial hate.

      dave

    9. Re:Legality by busman · · Score: 1

      In the UK, where to rave is a crime!

      ~plur~

      paul

      --
      __
      Sigs are like arse-holes, everybody has one ;-)
    10. Re:Legality by Anonymous Coward · · Score: 0

      Under UK law, specifically the Prevention of Terrorism Act (PTA), you can be held for a week without trial or charge *on* *suspicion*. This means that if a copper doesn't like the look of you, he can bung you in the slammer for a week.

      If you're a foreigner or, god forbid, Irish, you can end up locked away for ever while the racist thugs who have the gall to call themselves 'police' kick the shit out of you.

      dave, posting anonymously because this stuff has to be said.

    11. Re:Legality by Anonymous Coward · · Score: 0

      Everywhere, Nationalism is the same as being a thick racist thug.

    12. Re:Legality by Anonymous Coward · · Score: 0

      Bloody hell, not you again. Why not take a look around? What you say about England (presumably meaning the UK) is equally true in most other places.

      You sound like you're bitter. Why not leave the country?

  10. It's been a sad few months... by gfxguy · · Score: 1
    Very little on the upside of these issues lately, it's really depressing. What's worse is that the mainstream folks don't really care because they think it doesn't affect them.

    Let's add this to our list of sad things:

    • RIAA/MP3 circus
    • DVDCSS/DeCSS/MPAA circus
    • D.O.S. attacks
    • Internet filtering software
    I'm very sad.
    ----------
    --
    Stupid sexy Flanders.
    1. Re:It's been a sad few months... by Ronin+Developer · · Score: 1

      Funny you mention the D.O.S. attacks and Internet filtering software.

      It is a sad state of affairs to realize that we, the internet community, are being targeted by laws that we, ourselves, help foster.

      Truth be told, cyber-business is here to stay. Laws will be enacted world-wide to curb the activities that a few regengades are engaged in. Billions of dollars were lost this week by companies and stock-holders in the US alone by the fear these individuals have created regarding the security of the internet.

      Dot.com businesses are, in many cases, little guys who had an idea and used the internet to capitialize on it. Potentially, many will lose their business because of this so called "cyber-vandalism".

      We (the internet community) are attacking our own resulting in restricted access, increased police activity and legislation to deal with these miscreants of cyber-society.

      Don't be suprised when measures are put into effect at the backbone level to detect these types of attacks and terminate all access to the internet by individuals and/or ISP who engage in or allow such activity. What about entire countries being denied access? It will happen, eventually. Look at China.

      So, who are the victims now?

  11. Re:OPEN SOURCE CRYPTOGRAPHY by Hekman · · Score: 1

    Haha that's great...How much time did you spend writing that?

    --
    ---- nohup: appending output to `/nev/dull'
  12. A few tips when writing to your MP by lohen · · Score: 1

    First off, don't use a computer. Politicians get piles and piles of mass-produced letters and a hand-written letter, which cannot be mass-produced in this way, is litterally worth hundreds of print-outs. So blow the dust off your pen, and get scrawling as neatly as you can (unless you've forgotten how).

    Secondly, be forceful. State specifically that you are 'very seriously concerned' or words to that effect. The people who vet what the MP actually reads generally throw the more wishy-washy fare straight in the bin.

    Thirdly, write a reasonable amount - not too long, or it will be judged as a waste of time, but not too short or they won't take you seriously.

    Fourthly, focus on one specific area. Don't above all express a general grievance with the MP's or his party's policy, just make it absolutely clear what you're trying to say.

    Fifth, if you know of any good references on the subject (preferably not net-based) stick them in - the MP is unlikely to look them up, but they will make you sound like you know what you're talking about.

    I know this seems really obvious, but you wouldn't believe how many people just print off half-thought out letters which could never, ever, get through the system.

    --
    "What is freedom of expression? Without the freedom to offend, it ceases to exist." Salman Rushdie
    1. Re:A few tips when writing to your MP by SEWilco · · Score: 1
      Don't use a computer to write your MP...unless you're sending them encrypted information for which they are required to supply the key.

      Well, I suppose you could send the encrypted information in handwritten form. Anyone have some spare microdots too?

  13. Dear Sir, by Anonymous Coward · · Score: 0

    I object strongly to the obvious cryptographical turn this article has already taken. Why do we never hear about the good things in Britain, like Mary Bignall's wonderful jump in 1964?

    Yours etc.,
    Ken Voyeur

    1. Re:Dear Sir, by odaiwai · · Score: 2

      I object strongly to the lack of content for parrots on your site. I myself feel that (pieces of eight!) content for parrots on you service tends towards the token (polly want a cracker!) spouting of stereotypical (it is no more!) garbage and inane humourous sketches (it has shuffled off this mortal coil!) designed to elicit cheap laughs from the lowest common denominator (show us yer knickers!) which reads this excuse for a site.

      Yours most sincerely,
      Kevin Phillips *Bong*

  14. Reasonable? by Anonymous Coward · · Score: 0

    For the UK government to request you hand them over decrypted data it means you are suspected to have done something wrong, correct? It is not exactly as if the police would come knocking at your door and asking for codes if you have done nothing wrong now is it?

    The police are entitled to have access to other things to, such as locked safes. I imagine if you forgot the combination you would go to jail for that too. Why aren't you guys bitching about privacy as regards your so-called confidental locked up documents?

    There are two sides to every story

    1. Re:Reasonable? by larien · · Score: 2
      Combination safes can be blown open, sawed through or otherwise broken into. Strong encryption takes a lot of compute power which quite simply isn't available.

      In any case, the problem is more that it is a crime to hold encrypted data and not handing over the decryption key even if you never had the key!. That is why the bill is ill thought out.
      --

    2. Re:Reasonable? by pvcf · · Score: 1

      In principle I agree. If you are doing nothing wrong, then you shouldn't have anything to worry about. It is necessary for the authorities to have access to certain things when investigating crimes.

      However, I too wish to maintain my privacy and feel any law like this has to be carefully considered. The original article mentions the case of paedophiles. It would be very easy for them to disguise what they are doing using encryption. Without material evidence, someone like this could get off. That would be unfortunate.

      I would prefer to see this law enacted with very strict rules about how it is applied. i.e. There has to be enough evidence to support getting a warrant to supply the encryption key (or plain text versions) of documents in the first place. Also, the nature of the evidence or data being requested should be specified beforehand. i.e. If a warrant is issued because of suspected illegal activity of a certain nature, then documents which may be incriminating for other charges become in-admissable.

      My documents plead the fifth on the grounds that they may incriminate me!

      ....Paul
      /uni0/milw/sol01/pl03 7340032 6774917 529948 93% /Earth

      --
      F U NE X N M? Son: "Dad... How do you spell 'hourly'?" Dad: "0 * * * *"
    3. Re:Reasonable? by niekze · · Score: 1

      "It is not exactly as if the police would come knocking at your door and asking for codes if you have done nothing wrong now is it?" And the Nazi's had a right to search and arrest people as well.....those crazy jews, gypsy, homosexuals, invalids, mentally handicapped, and others were ALL suspicious. As well as the asians who were put in detention centers IN AMERICA during WWII. As well as people in china who get arrested and search for their heinous actions of such things like free thought and political action. As well as the former soviet union, iran, iraq, yemen, cuba, etc. Hmm it seems its fair if they have a reason. But with that mentality...What are the qualifications for those suspicions and reasons? You've already lost your right to secure encryption and well....if they want to see your encrypted documents, they must have a good reason. But you would probably reply (since you are an idiot) That things like this are not the same as those past and present activities. You can't equate this to Nazi germany... But...was Nazi germany built in one day? Did they wake up one morning and decide that the gov't/police state should have all rights over citizens in all affairs? Was it as bad in 1936 as it was in 1939? as it was in 1941? remember...Freedom is a binary type concept. You either have it or you don't. More freedom and less freedom are meaningless and incorrect terms. Freedom entails no control from the outside. If ANY control is lost, then that thing does not have FREEDOM. You could say less restrictive, but by no means FREE. Bend over...here comes the government! Bend over...here comes the corporate sector! If you have nothing to hide...load up smbd or file/sharing in 'doze and give read access to all for all your data. You have nothing to hide right? It shouldn't be a problem.

      --


      Chaos, Mayhem, and Destruction: Not
    4. Re:Reasonable? by ansa · · Score: 1

      Just some points to fix, IMHO: 1) To be suspected does not mean to be guilty: investigations about anyone should be kept into strict bounds. 2) If you have a locked safe and you don't give the key, they'll simply break it open: the problem here is that without the (digital) key they have no means of decrypting your data, thus leading to that sorry fascist law. 3) Big bucks players here like banks, insurances and the like don't give any data about their big bucks customers, for any reason including police investigations: why an individual should be treated in a different way? Simple: because no money = no freedom! No, I'm not worrying about my warez or mp3 or whatever (they can trace me remotely in a snap if I'm suspected of publishing/selling pirate stuff and they can use the logs as a proof), I just care about my privacy: now that we have an effective mean to protect our private data governments around the world are starting to make laws to break this... not good. I just hope that here in Italy, given the slowness of our government in getting conscious of the new technologies, they will not come out with anti-democratic laws like this one until 2-3 years. Cheers.

      --

      --
      "The crux of the biscuit is the Apostrophe(*)" - FZ
    5. Re:Reasonable? by Mr_Ceebs · · Score: 1

      It's not that I'm particularly worried about the current government in the UK.
      But say some group of nutters got voted in. what then?
      In this country, much as in the US we have a history of governments not wanting to be seen as being 'soft on crime' so once a law gets on the books it becomes very difficult to get it removed.
      I'm not saying that the current government are a dictatorship, it just seems somewhat stupid to lay in the tools for creating a damn good dictatorship ready for the first one that comes along.
      If they manage to bring this law in I'll tell you for nothing, they are not having my keys for anything. not now, not ever. If they wish to send me to prison, so be it. Sooner or later the law courts will say they've infringed upon my human rights, and i'll be out again.

    6. Re:Reasonable? by Anonymous Coward · · Score: 0

      In the UK, there is no right of free speech or right to silence.

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      In the UK, Nationalism is the same as being a thick racist thug.

      In the UK, racism is an institutionalised way
      of life.
      England is an extreme right wing state, disappearing up it's own backside with facistic crap.

      dave

  15. Government of double standards? by reality-bytes · · Score: 1

    I wouln't wan't to suggest that this Labour government is of double standards but does anybody remember their fully disclosure policy; the one that said we could find out *anything* we wanted to about the government. That didn't last long, "You can see everything and anything....er....except for that"

    But now, lo and behold! We can now go to jail for keeping our own confidentiallity.

    WELL, HERES A WAY AROUND THIS NEW LAW

    Simply claim when you are quizzed about an 'encrypted' file, that the file is in its native data format and has no other format: as far as I can see that should stand up all the way in court and would make quite a nice test case.

    BTW what is the official European view on encryption (does anyone know?)

    --
    Ripping an new rectum in the fabric of spacetime.
    1. Re:Government of double standards? by Vanders · · Score: 1

      Simply claim when you are quizzed about an 'encrypted' file, that the file is in its native data format and has no other format:

      Good point. Stick a JPEG or ELF header at the top, and hey, that may look like a PGP header buried in the code, but it's just a coincedence. After all, encrypted data and unencrypted data all look the same in hex.

    2. Re:Government of double standards? by Anonymous Coward · · Score: 0

      Better yet strip off the pgp header.

  16. Steganography ... well, not. by Ecyrd · · Score: 1

    If steganography gains too much public knowledge, what will happen is as follows:

    A nice, friendly policeman comes over to your house, points at any image you have on your hard drive, and say that you should give the encryption keys to decode the steganographic information in that file.

    If you don't have any steganographic data in your random data file, then you'll basically be screwed, and thrown to jail for not providing the decrypting keys. Hooray.

    In the end, moving over to steganography will not - in the long run - help the situation. However, the above scenario might well be used as a weapon against the law itself. I don't think anybody wants to give the power to throw anybody who owns a computer to jail at a whim over to your government...

    1. Re:Steganography ... well, not. by Anonymous Coward · · Score: 0

      Simple. You have multiple jpegs, some with stego under one key, some with stego under another, some with no stego. The cops know you have stego because they see your software, but they can't know or prove that you have more than one key. Give em the one you want.

    2. Re:Steganography ... well, not. by Ecyrd · · Score: 1

      Doesn't work. Any random data on your hard drive could be considered scrambled data - and unless you give them your key, you're screwed. Of course, the fact that you can't produce a proper key because there is no key, can be safely ignored in the interest of public safety.

      /me shudders.

  17. Dear Sir, by Anonymous Coward · · Score: 0

    I object strongly to the obvious athletic turn this comment has now taken. Why can't we hear more about the human body? There is nothing embarrassing or nasty about the human body except for the intestines and bits of the bottom.

  18. Link with more info by jcupitt65 · · Score: 1

    If you've not seen it, check out stand.org.uk, they have a whole site on this issue, with the arguments very clearly explained.

  19. Dear Sir, by Anonymous Coward · · Score: 0

    I object strongly to the letters on your thread. They are clearly not written by the general public and are merely included for a cheap laugh.

    Yours sincerely etc.,
    William Knickers

  20. Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

    /* Disclaimer anything said in the below post is something that I personally believe and as such may offend persons who have vested interests in the concept of cryptography. If this offends you realize that it is indeed a valid opinion */

    I would think that in fact the average person has no use for cryptography in their daily lives. I don't mostly because I really don't know anyone and have never had the need to use communications media to interact with individuals in a private way. Generally I think that if I have a choice between using cryptography or going to prison I will choice to not use it.

    The ultimate question is why would anyone really care about you so much that you need encrypted data anyway? If you are being monitered that closely you should run far, far away and never return.

    Cryptography is only useful if you happen to be a spy or have an actual internet connection (ie the use of pgp to sign, encrypt, or both messages with it). Most data that you have is not really that interesting.

    --
    Slashdot social engineering at it's finest
    1. Re:Why is cryptography so terribly important? by markbthomas · · Score: 1

      What is more concerning is that data that other companies hold about you, and keep encrypted for your own privacy (and under the Data Protection Act) would be in effect forced to disclose your personal information to the authorities.

      I'm concerned over the implications and contradictions with the DPA. Could anyone with more knowledge of British law throw any light on the subject.

    2. Re:Why is cryptography so terribly important? by Plasmic · · Score: 2

      Your question (and opinions) have been responded to on approximately 4,392 occassions here on Slashdot. You should search the archives where you will find a plethora of intelligent responses that rationally explain why you are wrong. That's not to say that I don't understand where you're coming from or from where your doubts stem as I much felt the same way as you did until I took the initiative to educate myself (rather than waiting for people to educate me).

      I will simply point you to the recent story, Northwest Searches Employees' Home Computers and see if you can extrapolate why this particular case might be relevant even though it only points out one specific utility for encryption among average folks.

    3. Re:Why is cryptography so terribly important? by Ralph+Bearpark · · Score: 2
      I would think that in fact the average person has no use for cryptography in their daily lives.

      Well, my wife and I have to routinely refer to "McDonalds" as "M.C.D.s" to avoid over-exciting our 3yr old.

      More seriously, I wouldn't like to do any online shopping if there wasn't at least a rudimentary form of cryptography going on.

      Basically, you don't have to be a spy to need encrypted data.

      Regards, Ralph.

    4. Re:Why is cryptography so terribly important? by TommyW · · Score: 1

      I haven't looked through the text of the bill, so I don't know whether it includes the problem that's just occurred to me. I hope it does, really, because that ought to blow it out of the water, somewhat.
      Credit cards (and bank cards etc)! I use them in my daily life, and yet I have no way of (personally) finding out what data is on them.
      I'll admit that the data is standardised, and that a sufficiently power organisation (such as the police) could demand that the issuing body reveal the information, but I can't access it myself.
      Does that mean I'm liable for imprisonment?
      --
      Too stupid to live.

      --
      Too stupid to live.
      Too stubborn to die.
    5. Re:Why is cryptography so terribly important? by evilpete · · Score: 1

      Because you might want to order stuff on-line? People (especially those in card companies) really care about credit card fraud. Encrypting your card number before you send it is the most pragmatic way to prevent financial loss and the hassles of cancelling your card etc.

      Besides, most people now assume that an actual internet connection is soon going to be as ubiquitous as electricity or water supply is today. Cryptography will be useful for everyone and should therefore be available and adequately strong.
      +++++

      --
      +++++
      The harder you look the less you see. That's what we're up against.
    6. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      I will simply point you to the recent story, Northwest Searches Employees' Home Computers and see if you can extrapolate why this particular case might be relevant even though it only points out one specific utility for encryption
      among average folks.


      Reminds me of a simpson's episode where Homer is leader of the Union at the nuclear power plant. One night he hears a knock on the door.

      *Knock* *Knock* *Knock*

      Homer: Who's There?
      Man at door: Goons
      Homer: Who?
      Man at door: Hired Goons
      Homer: *opens door*
      Man at door: *grabs Homer*

      In your own home you do not have the need to open the door to anyone unless they have a search warrant. That is how it works at least in the USA. Now if they did do such a thing I would have every reason to physically beat their brains out with a club in keeping them off my property. If I buy the computer then I have free access to it. If they want to look at the computer fine! I'll just delete very thourally (about 1,000 times for each sector of the hd that had the files). Or more exactly take the hd out of the machine completely delete it and then use some thermite on the hd. Then have another hd that I could swap back in without any data that they want. Simple problem solved.

      Even with encryption if I have a directory called

      C:\my_evil_secret_plans_for_Northwest
      and has files like:

      bomb_making_plans.doc
      strikes_and_how_they_work.doc
      ...

      etc then perhaps that is still incriminating and especially so if you have the data encrypted.

      --
      Slashdot social engineering at it's finest
    7. Re:Why is cryptography so terribly important? by greenrd · · Score: 1
      They will already do so. Have you read the privacy statement on those websites? Many of them say "We will not disclose private data ... unless required to do so by the police" - or words to that effect.

    8. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      Because you might want to order stuff on-line? People (especially those in card companies) really care about credit card fraud. Encrypting your card number before you send it is the most pragmatic way to prevent financial loss and the
      hassles of cancelling your card etc.


      Yeah but as an average person you don't need to build a credit card transaction system. Online processing dosn't really force the user to care about encryption except having an https url prefixed to the site.

      Besides, most people now assume that an actual internet connection is soon going to be as ubiquitous as electricity or water supply is today. Cryptography will be useful for everyone and should therefore be available and adequately
      strong.


      Also a really, really, really, big assumption. Not everyone will be online. And ceternally not everyone will need cryptography. This still dosn't invalidate my argument.

      --
      Slashdot social engineering at it's finest
    9. Re:Why is cryptography so terribly important? by ucblockhead · · Score: 1

      Most data that you have is not really that interesting.
      <P>
      If you are living in anything but abject poverty, there are certain people who would be very interested in things like your credit card numbers, bank account numbers, social security numbers, etc., especially in combination.
      <P>
      And I also have to mention that, while many FSF true believers may find this objectionable, I do have to mention that there were times when I had, on my home system, source code that sold for something like $100,000, in the course of some consulting projects. (That's what the source license cost. I wouldn't have paid a nickle for it though. It was crap.)
      <P>
      Perhaps not a common situation, but then, it is not uncommon for managerial types to have data on their systems that would be of great interest to their competitors.
      <P>
      Cryptography is not important just as a means to keep data from the government.
      <P>

      --
      The cake is a pie
    10. Re:Why is cryptography so terribly important? by ucblockhead · · Score: 1
      Will somone please fix the damn Extrans posting mode!

      --
      The cake is a pie
    11. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      If you are living in anything but abject poverty, there are certain people who would be very interested in things like your credit card numbers, bank account numbers, social security numbers, etc., especially in combination.

      That's what we have fraud protection for. Consumer protection prevents law breakers from totally wiping you out when you don't want to. If you take the ideas that many of the people here everything will be monitered and tracked. If that happens it will make law breakers especially vulnerable to capture and arrest. Cryptography will be rendered moot and the government dosn't matter in areas of commercial interest as I illustrate below.

      And I also have to mention that, while many FSF true believers may find this objectionable, I do have to mention that there were times when I had, on my home system, source code that sold for something like $100,000, in the
      course of some consulting projects. (That's what the source license cost. I wouldn't have paid a nickle for it though. It was crap.)


      Well I don't object to charging although you admit that the code was crap and you sold it for $100,000. That's the kind of thing you keep the recipt for the refund.

      Perhaps not a common situation, but then, it is not uncommon for managerial types to have data on their systems that would be of great interest to their competitors.

      Unless over 50% of the people in the US are managers of something and have such data then there is no problem. Usually such data is secured on machines that are physically located within a building or in a system that is essentially secure to begin with. You would have to have a group of terrorists or militia groups to break through some buildings.

      Cryptography is not important just as a means to keep data from the government.

      Since the government can basically do what it wants because it makes the rules protecting your data from the government is pointless unless you want to try to escape the problem. The government dosn't want to or does not actually engage in commercial or industrial espionage because it has essentially nothing to gain.

      --
      Slashdot social engineering at it's finest
    12. Re:Why is cryptography so terribly important? by r2ravens · · Score: 3

      I used to teach Introduction to the Internet classes at a community college where I also ran the open student lab. I would tell the students that they should not send anything in email that they wouldn't want to see in the headline of tomorrows newspaper. If I'm having a private email conversation with a friend about a third party, there may be information that I don't want the third party to know I said and information I don't want made public.

      Assume I am a psychiatrist consulting with a colleague in another place about a client. I wouldn't want anyone but the intended recipient to see the information about the patients condition.

      Just these facts are enough to make encryption worthwhile for me.

      And what about business plans? If I was working on developing a new product, the exposure of that information could give someone else (with more money - like M/$) the idea to develop before I could get all my ducks in a row.

      Other than that, is just simply the fact that I have a right to be secure in my possessions and particulary, my information. That was the whole point to forming this country (USA). For my government to force me to give them the encryption key to data is the same as demanding that I incriminate myself (also prohibited by the US Constitution.)

      I realize the article is about the law in the UK, but the encryption issue is truly international.

      Governments are chipping away at our rights to privacy (at whatever level) in many countries around the world. If we don't stop it now, nothing about our private lives will be beyond the reach of Government, and then corporations as they further lobby the Government (become the Government?)

      Why is cryptography so terribly important?

      Those reasons are enough for me.

      Russ

      --
      War is Peace. Freedom is Slavery. Ignorance is Strength. - George Orwell or George Bush?
    13. Re:Why is cryptography so terribly important? by Dusty · · Score: 1

      >I would think that in fact the average person has no use for cryptography in their daily lives. I
      >don't mostly because I really don't know anyone and have never had the need to use
      >communications media to interact with individuals in a private way. Generally I think that if I
      >have a choice between using cryptography or going to prison I will choice to not use it.

      A quick bit of background for you:-

      The credit card laws for fraud in the UK are slightly different than in the US. In as much as you can be liable for all of the bill before you cancelled the card. Particularly if the purchases were made abroad.

      While giving your credit card number over the internet is no more risky than giving it over the phone. It is easier to setup a scanner on tcp/ip than on voice traffic. Although I hear the NSA are working on this. Couple that with e-commerce servers getting cracked and the whole un-encypted e-commerce side of things looks somewhat risky.

      Ultimately this law is about the Police and more likely GCHQ are worried they are going to lose a very convienent way of spying on people, and that they are going to have to go back to old fashioned leg work.

      David

    14. Re:Why is cryptography so terribly important? by SEWilco · · Score: 2

      I see that the first letter of each line of your message on my browser is "DHIRPUTACE", which in Portuguese is an insult. Who were you sending this message to? Talk! TALK!

    15. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      I used to teach Introduction to the Internet classes at a community college where I also ran the open student lab. I would tell the students that they should not send anything in email that they wouldn't want to see in the headline of
      tomorrows newspaper. If I'm having a private email conversation with a friend about a third party, there may be information that I don't want the third party to know I said and information I don't want made public.


      Ahh however if you remember that there are certain laws that take such behavior as criminal on many levels. Eventually they will end up in a court room.

      Assume I am a psychiatrist consulting with a colleague in another place about a client. I wouldn't want anyone but the intended recipient to see the information about the patients condition.

      The individual who obtained the information was breaking the law. If they steal the data they can be prosecuted. I doubt that many psychiatrists actually use encryption anyway.

      And what about business plans? If I was working on developing a new product, the exposure of that information could give someone else (with more money - like M/$) the idea to develop before I could get all my ducks in a row.

      Most of communication about projects in any reasonably secure company is done internally. Email is usually intraoffice variety and as such would not fall to foul play from people wanting to get it unless you have a leak; and really that's an internal security issue best solved internally.

      Other than that, is just simply the fact that I have a right to be secure in my possessions and particulary, my information. That was the whole point to forming this country (USA). For my government to force me to give them the
      encryption key to data is the same as demanding that I incriminate myself (also prohibited by the US Constitution.)


      You already do that. If I have a computer someone has to be able to retrieve that computer. You have a lock on your door however do you happen to live in a bomb shelter, do you have 30 feet of concrete surrounding your house? Some things are overkill.

      I realize the article is about the law in the UK, but the encryption issue is truly international.

      If you notice the countries that do not have policies against some form of crypto are usually countries that are not really that totally powerful, or are not as ecconomically massive?

      Governments are chipping away at our rights to privacy (at whatever level) in many countries around the world. If we don't stop it now, nothing about our private lives will be beyond the reach of Government, and then corporations as
      they further lobby the Government (become the Government?)


      The government has various laws that restrict the flow of information. The federal government cares more about people's rights than most. Where you find all the massive breaches of privacy are usually on State and local levels. Garbage that the states do are usually 10x worse than what the national government does because they are held to a higher standard of responsibility.

      --
      Slashdot social engineering at it's finest
    16. Re:Why is cryptography so terribly important? by B1FF · · Score: 1

      D0 U W4NT TH3 G0V3RNM3NT 2 ST34L 4LL Y0UR W4R3Z
      W1TH0UT TR4D1N6 $0M3TH1N6 1N R3TURN????%?%?%??%?

      :WQ
      :wq
      ------ ------ ------
      ALL HA1L B1FF, TH3 M05T 31337 D00D!!!!!1
      ------ ------ ------
      ALL HA1L B1FF, TH3 M05T 31337 D00D!!!!!1

      --
      :WQ
      :wq
      ------ ------ ------
      ALL HA1L B1FF, TH3 M05T 31337 D00D!!!!!1
      ------ ------ -
    17. Re:Why is cryptography so terribly important? by ucblockhead · · Score: 1
      that's what we have fraud protection for. Consumer protection prevents law breakers from totally wiping you out when you don't want to.

      No, Consumer protection laws mean that we all pay a slightly higher price rather then a few of us getting wiped out. And consumer protection laws don't protect you from bounced checks, missed mortgaged payments and the like that occur in the time between when your identity is stolen and when you notice, and are able to convice the bank what is going on. Believe me, I had my debit card stolen once, and while I got every sent back, it was a royal pain in the ass. And I was also lucky that it was caught before the mortgage was due. Late fees get charged regardless of the reason.

      And that all assumes that you are able to convice the powers that be that something happened. There are many, many horror stories floating around about "identity theft".

      Well I don't object to charging although you admit that the code was crap and you sold it for $100,000. That's the kind of thing you keep the recipt for the refund.

      I did not charge the $100,000. I was paid to fix the crap by the company that charged the $100,000. (And later paid to support the crap by another company that was suckered into paying the $100,000.) But none of that is to the point, which is that data can be very valuable.

      Usually such data is secured on machines that are physically located within a building or in a system that is essentially secure to begin with.

      One word: "laptop".

      --
      The cake is a pie
    18. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      Actually it's pretty common to take work home. Around here people do it all the time, and some of it's pretty damn sensitive. And when I took a database admin course, the instructor admitted to having worked on a project for the county a couple years back, and having 12 megs of voter registration data on his home machine. He could tell me every election I voted in. Social security numbers? Identity theft is a major hassle to its victims, in spite of fraud protection laws, and is rarely prosecuted. And yes, governments do engage in industrial espionage these days. Europeans accused the U.S. of doing it just last year, and the U.S. has accused Japan of doing it. National power is closely tied to economic advantage, so there certainly is a lot to gain. And somehow, the idea of having everything monitored and tracked isn't a comforting idea to me.

    19. Re:Why is cryptography so terribly important? by Rift · · Score: 1

      You miss the point on crypto. You seem to assume that you need to have something to hide from legal authorities to use it. I use it every day, and here's why:

      My father and I run a website that gets a small amount of e-commerce (ie, they buy things with credit cards) traffic. My father is deaf, and so we do most of our communicating by email. I DO NOT want the password-of-the-week seen by others. I know my email is intercepted regularly by script-kidz on my cable segment (I have a cable modem). So, I encrypt all the emails I send to him.. Is there any illegal activity here? no. Would a kid sniffing my email be breaking the law if he hacked my site? probably, but then I'd be out of business, and he probably couldn't pay if I successfully sued him. Encryption is simply the prudent thing to do here.

      Now say my father sends me an encrypted email, and he accidentally encrypts it with my uncle's public key (he did that once). I now have encrypted data on my computer that reasonably I SHOULD have the key to, but I don't. Should I go to jail?

    20. Re:Why is cryptography so terribly important? by ucblockhead · · Score: 1
      While giving your credit card number over the internet is no more risky than giving it over the phone. It is easier to setup a scanner on tcp/ip than on voice traffic.

      Not necessarily true, given the prevalence of portable phones. All you need is a good receiver.

      --
      The cake is a pie
    21. Re:Why is cryptography so terribly important? by evilpete · · Score: 1

      Yeah but as an average person you don't need to build a credit card transaction system. Online processing dosn't really force the user to care about encryption except having an https url prefixed to the site.

      The discussion isn't about who builds the cryptographic system, just about who uses it. The encrypted material created in an e-commerce transaction is generated by your browser before leaving your computer. If you sent illegal encrypted material to an online forum that was hosted with https (perhaps a version of slashdot for neo-nazis...or a website for paranoid yet harmless flower arrangers) then you would be creating information, encrypting it, and sending it somewhere. You might be liable for prosecution under these or similar laws for using a system implemented by somebody else.

      Also a really, really, really, big assumption. Not everyone will be online. And ceternally not everyone will need cryptography. This still dosn't invalidate my argument.

      Bet you 5 bucks that over 70% of both US and English populations are online within 20 years. Most of them are going to try buying stuff on line, and probably more than half of them will find some reason to do it regularly. The more people get on the web the cheaper and easier it will be to do so. People are eager to buy cheaper goods with wider choice and many companies can supply those demands better through the internet.

      Oh yeah - if I win the bet I'll buy you a clue. You need it.
      +++++

      --
      +++++
      The harder you look the less you see. That's what we're up against.
    22. Re:Why is cryptography so terribly important? by JWRose · · Score: 1
      That's what we have fraud protection for. Consumer protection prevents law breakers from totally wiping you out when you don't want to. If you take the ideas that many of the people here everything will be monitered and tracked. If that happens it will make law breakers especially vulnerable to capture and arrest. Cryptography ill be rendered moot and the government dosn't matter in areas of commercial interest as I illustrate below.

      Way to take control of protecting yourself!

      Unless over 50% of the people in the US are managers of something and have such data then there is no problem. Usually such data is secured on machines that are physically located within a building or in a system that is essentially secure to begin with. You would have to have a group of terrorists or militia groups to break through some buildings.

      Most companies, brick & morter, have cleaning crews which have full access to the building and computers, therein. Your arguement doesn't hold water.

      Since the government can basically do what it wants because it makes the rules protecting your data from the government is pointless unless you want to try to escape the problem. The government dosn't want to or does not actually engage in commercial or industrial espionage because it has essentially nothing to gain.

      Just because the government thinks they can do whatever they want, doesn't mean we have to sit back and let them. The attitude you take is a rather scary one. It's attitudes like that, that tell the government/corporations that they can do whatever the hell they want to. We, as individuals, need to take control of our own lives and not allow others to control us!

      Nothing exists exept atoms and empty space; everything else is opinion.

      --

      blah blah blah....
    23. Re:Why is cryptography so terribly important? by 0xdeadbeef · · Score: 2

      And that all assumes that you are able to convice the powers that be that something happened. There are many, many horror stories floating around about "identity theft"

      Which widespread encryption will make an ever greater hell: "Whadda mean you did buy this stuff, send this threat, etc. It was cryptographically signed by you. Oh, secret keys stoken? Prove it."

      All problems with identity theft occur because businesses and government are lazy, cheap, or stupid (choose at least two). You think the use of encryption is going to prevent them from screwing up? Without consumer protection laws and the ability to repudiate transactions, they'd be even more sloppy, because then they could get away with it.

    24. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      In the UK, there is no right of free speech or right to silence.

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      In the UK, Nationalism is the same as being a thick racist thug.

      In the UK, racism is an institutionalised way of life.

      dave

    25. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      The ultimate question is why would anyone really care about you so much that you need encrypted data anyway? If you are being monitered that closely you should run far, far away and never return.

      That's not always an option.

      In the mid-nineties I was involved with a political campaign in a Southern California town. We were opposing the powers that be, who were backed by big money (developers pushing a very unpopular $2,000,000,000 development, among others). Encryption proved to be the only way we could communicate in private.

      We had death threats. Our phones were tapped. "Private" conversations conducted in my house ended up not being private. Strategies we developed (over phone conversations) were implemented by the competition first. Video rental records were stolen and given to reporters (never published though -- nothing incriminating.) Postal employees postponed the delivery of our mailers until after the election. Private investigators asked our neighbors about any unsavory habits they thought we might have (say, does her son do drugs? Is he homosexual? What about the daughter -- does she sleep around?) It was a very ugly place to be, and it killed most of my idealism.

      PGP ended up being the only way we could communicate privately (over a private BBS). It was a PITA to explain text-based encryption tool use to Win 3.1 users who didn't understand DOS, but we did it. And it made a difference.

      I don't know what world you live in, but here in the US of A we see government officials breaking the law regularly. We see people with political influence (read "money") get away with anything, while the people who truly care and want to make a difference are assaulted from every angle. We see the courts used to get around the law, rather than enforce it. We can't depend on the media to report the truth. These lessons were all learned in the same election cycle, in one small town on the west coast. I'm frightened to think what it must be like on higher levels.

      Encryption is important if you ever choose to be involved in something political that has real consequences. You're buying the government's line if you think it's only for kiddie pr0n peddlers and terrorists.

    26. Re:Why is cryptography so terribly important? by Tim+C · · Score: 1

      The credit card laws for fraud in the UK are slightly different than in the US. In as much as you can be liable for all of the bill before you cancelled the card.

      As I understand it, this is not the case. Under UK law, if you contest charges made to your credit card account, then it is up to the credit card company to prove that you did make the purchase, not the other way round. True, there is generally an excess (you usually have to pay the first £50), but this is usually waived, and there are credit cards appearing now that do not have such an excess.

      I could be wrong, but I thought that that was the whole point to having a credit card (the "pay it off a bit at a time" option isn't that attractive with some APRs being up aroun 20%...).

      Cheers,

      Tim

    27. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      n the mid-nineties I was involved with a political campaign in a Southern California town. We were opposing the powers that be, who were backed by big money (developers pushing a very unpopular $2,000,000,000 development, among others). Encryption proved to be the only way we could communicate in private. Interesting how this works. It seems that California has the largest percentage of people who have dynamically opposed interests. Every liberally minded group in the country usually has a large contingent in California. More natzi like pollution and environmental laws and such. Let me say that the number of people who can afford to be political dissidents is probably much higher today than it was in times past because more people want to be communists and rebel against the government. This will subside just like it did when they were present in the 60's. I certainly can't afford to just randomly decide to rebel and risk life and limb. Unless I have a steady stream of money comming in I have a little problem. Influence and power in society never come to a group of radicals but people who work within the system. We had death threats. Our phones were tapped. "Private" conversations conducted in my house ended up not being private. Strategies we developed (over phone conversations) were implemented by the competition first. Video rental records were stolen and given to reporters (never published though -- nothing incriminating.) Postal employees postponed the delivery of our mailers until after the election. Private investigators asked our neighbors about any unsavory habits they thought we might have (say, does her son do drugs? Is he homosexual? What about the daughter -- does she sleep around?) It was a very ugly place to be, and it killed most of my idealism. I have actually theorized about one could easily defeat opponents like this. I have reached the conclusion that anti-terrorist tactics are the most helpful. Essentially this involves a tactical strike team of individuals who can essentially dismantle the enemy's actions with relative ease. Use of say "natural" poisons and weapons which utilize silencers are the most effective. Trust me any inviduals who think they can get you are usually deluding themselves. People have brute threats but with a little thinking you can perservere. My ultimate question is why didn't anyone contact the feds? The FBI is quite good about stopping silly little State oriented shit like that. Oh well I guess people have fooled themselves into thinking that the States can do a better job. This illustrates that they most certainly cannot. I don't know what world you live in, but here in the US of A we see government officials breaking the law regularly. We see people with political influence (read "money") get away with anything, while the people who truly care and want to make a difference are assaulted from every angle. We see the courts used to get around the law, rather than enforce it. We can't depend on the media to report the truth. These lessons were all learned in the same election cycle, in one small town on the west coast. I'm frightened to think what it must be like on higher levels. Well I really haven't seen anything on slashdot that indicates any other reaction other than something the Lone Gunmen or Fox Mulder would do. Ranting and raving about the evil government will not change. I have advocated infiltration and change within. However most people don't care for that sort of thing. PGP ended up being the only way we could communicate privately (over a private BBS). It was a PITA to explain text-based encryption tool use to Win 3.1 users who didn't understand DOS, but we did it. And it made a difference. Explain in a system that has adequate security protections how something could happen like that? If I run a tight ship and only allow people in that I want in via password protected access and login times strictly monitered how does that matter? Back in the good old days (ie before widespread encryption and pgp and all those fanatical Fox Mulder types out there really got a pick me up with the internet) people could keep things reasonably secret. What did those people do? They used common sence. They never had really, really, bad problems with anything of the sort you are describing here. I genuinely think that people have become more lazy and generally more trusting of their little electronic toys. Encryption is important if you ever choose to be involved in something political that has real consequences. You're buying the government's line if you think it's only for kiddie pr0n peddlers and terrorists. I am the not the sort of person who actually has done anything with a higher level of security clearance than probably anyone out there. I have never had data that hardly anyone has ever wanted. I do not have a credit card or anything that I personally paid for online. This makes issues like this a little more out of my reach of caring. As far as political consequences I do wish I could get a job with a 3 letter organization and actually need encryption like that however I am realistic. The day I manage to actually have data like that needing protection I will think then and only then about using some form of encryption.

      --
      Slashdot social engineering at it's finest
    28. Re:Why is cryptography so terribly important? by slashdot-terminal · · Score: 2

      n the mid-nineties I was involved with a political campaign in a Southern California town. We were opposing the powers that be, who were backed by big money (developers pushing a very unpopular $2,000,000,000
      development, among others). Encryption proved to be the only way we could communicate in private.


      Interesting how this works. It seems that California has the largest percentage of people who have dynamically opposed interests. Every liberally minded group in the country usually has a large contingent in California. More natzi like pollution and environmental laws and such.

      Let me say that the number of people who can afford to be political dissidents is probably much higher today than it was in times past because more people want to be communists and rebel against the government. This will subside just like it did when they were present in the 60's.

      I certainly can't afford to just randomly decide to rebel and risk life and limb. Unless I have a steady stream of money comming in I have a little problem. Influence and power in society never come to a group of radicals but people who work within the system.

      We had death threats. Our phones were tapped. "Private" conversations conducted in my house ended up not being private. Strategies we developed (over phone conversations) were implemented by the competition first.
      Video rental records were stolen and given to reporters (never published though -- nothing incriminating.) Postal employees postponed the delivery of our mailers until after the election. Private investigators asked our
      neighbors about any unsavory habits they thought we might have (say, does her son do drugs? Is he homosexual? What about the daughter -- does she sleep around?) It was a very ugly place to be, and it killed most of
      my idealism.


      I have actually theorized about one could easily defeat opponents like this. I have reached the conclusion that anti-terrorist tactics are the most helpful. Essentially this involves a tactical strike team of individuals who can essentially dismantle the enemy's actions with relative ease. Use of say "natural" poisons and weapons which utilize silencers are the most effective.

      Trust me any inviduals who think they can get you are usually deluding themselves. People have brute threats but with a little thinking you can perservere.

      My ultimate question is why didn't anyone contact the feds? The FBI is quite good about stopping silly little State oriented shit like that. Oh well I guess people have fooled themselves into thinking that the States can do a better job. This illustrates that they most certainly cannot.

      I don't know what world you live in, but here in the US of A we see government officials breaking the law regularly. We see people with political influence (read "money") get away with anything, while the people who
      truly care and want to make a difference are assaulted from every angle. We see the courts used to get around the law, rather than enforce it. We can't depend on the media to report the truth. These lessons were all
      learned in the same election cycle, in one small town on the west coast. I'm frightened to think what it must be like on higher levels.


      Well I really haven't seen anything on slashdot that indicates any other reaction other than something the Lone Gunmen or Fox Mulder would do. Ranting and raving about the evil government will not change. I have advocated infiltration and change within. However most people don't care for that sort of thing.

      PGP ended up being the only way we could communicate privately (over a private BBS). It was a PITA to explain text-based encryption tool use to Win 3.1 users who didn't understand DOS, but we did it. And it
      made a difference.


      Explain in a system that has adequate security protections how something could happen like that? If I run a tight ship and only allow people in that I want in via password protected access and login times strictly monitered how does that matter? Back in the good old days (ie before widespread encryption and pgp and all those fanatical Fox Mulder types out there really got a pick me up with the internet) people could keep things reasonably secret. What did those people do? They used common sence. They never had really, really, bad problems with anything of the sort you are describing here.

      I genuinely think that people have become more lazy and generally more trusting of their little electronic toys.

      Encryption is important if you ever choose to be involved in something political that has real consequences. You're buying the government's line if you think it's only for kiddie pr0n peddlers and terrorists.


      I am the not the sort of person who actually has done anything with a higher level of security clearance than probably anyone out there. I have never had data that hardly anyone has ever wanted. I do not have a credit card or anything that I personally paid for online. This makes issues like this a little more out of my reach of caring.

      As far as political consequences I do wish I could get a job with a 3 letter organization and actually need encryption like that however I am realistic. The day I manage to actually have data like that needing protection I will think then and only then about using some form of encryption.

      --
      Slashdot social engineering at it's finest
    29. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0
      Cryptography is not important just as a means to keep data from the government.

      Since the government can basically do what it wants because it makes the rules protecting your data from the government is pointless unless you want to try to escape the problem. The government dosn't want to or does not actually engage in commercial or industrial espionage because it has essentially nothing to gain.

      Then why is there a sentence in the bill specifically permitting notices requiring surrendering of keys if it is in the interests of the economy of the country ?

    30. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0
      If they want to look at the computer fine! I'll just delete very thourally (about 1,000 times for each sector of the hd that had the files). Or more exactly take the hd out of the machine completely delete it and then use some thermite on the hd. Then have another hd that I could swap back in without any data that they want. Simple problem solved.

      DUDE! You really don't believe the police will sit there calmly waiting for you to erase or change that HD, do you? 'Cause they won't. They'll show up at your door with a warrant and knock. If you don't answer, they'll break down the door and take the equipment at gunpoint, arresting anyone that gets in their way. There once was a time in this country when you had the opportunity to review the warrant and check it for errors before you had to let them in. Now they shove the warrant in your face when you open the door and they push on inside and begin tearing the place up. Often they won't even let you use your own phone to call your lawyer.

      Probably the only effective way to hide anything on a computer anymore would be to hide a motherboard, power supply and big disk drive sealed in a wall and connect it to your network. Then after the cops come and impound all your other computers (and you pay your bail) you can come back, cut a hole in the wall and retreive the HD. What you do with it after that is up to you.

      If this happened to me I'd retreive the HD as soon as possible, before they figure out there's another machine on your network they didn't impound.

      Now that I've let this idea out, watch the cops start hacking up walls with axes whenever they bust someone with a computer.

      Two years ago last August I was awakened just after 3 in the morning by our dog. A house just up the street had patrol cars all around it. I went out to see what was up and was ordered at gunpoint by an officer to put my hands in the air and then to show some ID (I was in my robe). After a few minutes of questioning I was allowed to return to my house but was told to wait there for further questioning. The police had come to this guys house and rammed the door down (like on COPS) and took him and his wife and kids into custody before "searching" (more like ransacking) the house. His crime? His ex-brother-in-law (from his first wife) was busted for a large quantity of drugs and this guys name was in an address book the police found with a star next to his name. The reason for the star? Christmas card list. They raided 11 other locals the same night (also in the address book with stars by their names) and found nothing. My neighbor tried to sue for damages but the judge ruled the police and the city were exempt from the suit because "they were just doing their job." Apparently their job is to bust into people's homes. There are judges in this country who will issue a warrant on the flimsiest evidence and the police and prosecutors know them all.

      Whether you believe it or not, we _do_ live in a police state. The police know it.

    31. Re:Why is cryptography so terribly important? by RickHunter · · Score: 1

      I seem to remember something about this from a previous Slashdot story. Didn't a court rule that being required to turn over encryption keys (due to a subpoena or warrent) wasn't self-incrimination? You aren't giving them any information at all. Its roughly equivalent (I believe) to being required to turn over the key to a locked box where a gun you are suspected of using to kill someone is kept, so the gun can be forensically analysed.

      That being said, this UK law is still wrong. The police can (if I understand it right) require you to turn over the information without a warrent or subpoena.


      -RickHunter
      --"We are gray. We stand between the candle and the star."
      --Gray council, Babylon 5.
    32. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      Has it occurred to you that given recent accusations that the US monitoring systems currently in place might be used to help US comapnies in bidding processes, etc. that businesses may want to encrypt financial details, or ideas which may lead to patents etc.? I mean I don't think I'm being paranoid here - we've all seen how corrupt politicians can be. If you happen to end up with your forcibly extracted plaintext sensitive commercial data in the hands of neil hamilton, and neil happens to be in need of a few quid for champagne and high living, the temptation might just be too much...

    33. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      Listen here, dave:

      Why don't you tell the *truth* about why you and your Irish nationalist buddies are treated this way in the UK, instead of coming up with this same old garbage that seems like a broken record.

      In the UK we *do* have a right to free speech and a right to silence, but when these rights are used for subversive means (as the Irish nationalist community seem intent on), then they are no longer your rights.

      Bring Irish in the UK is only a criminal offence, punishable by being held without trial, when you and your Irish nationalist chums decide to subvert the established government by placing the general public in mortal danger by planting bombs in places like Omagh (remember that, everyone??) and sending death threats to politician's homes, etc, etc. I know of no law stating that an Irish citizen living in the UK is classed as a criminal whereby they can be held without due reason - that is as long as the Irish citizen abides by the established laws in the UK and doesn't resort to anarchaic behaviour just to try and enforce his will on the government via a Marxist methodology.

      Irish nationalism within the UK *is* the same as being a thick, racist thug because the majority of Irish nationalists in the UK *ARE* thick, racist thugs as they resort to unnecessary violence in order to enforce their way of thinking upon the populous. Clearly, the synonymity between Irish nationalism and the thick, racist thug image is a self-evident truth that anyone with an objective mind, looking at ALL THE FACTS, can see.

      Racism is an institutional way of life in any country, not just the UK.

      One of the reasons that this Bill is being pushed through is so that any Irish nationalism fundamentalist attempts to coordinate activity via the web and via electronic means can be thwarted and have you all placed in jail where you belong.

      Why don't you do the world a favour and opt for the objectivist point of view on things, instead of your stupid, and frankly old, nationalist view point. It's people like you who need to be locked up *just* for owning a computer.

    34. Re:Why is cryptography so terribly important? by David+Gould · · Score: 2


      If you are living in anything but abject poverty, there are certain people who would be very interested in things like your credit card numbers, bank account numbers, social security numbers, etc., especially in combination.

      That's what we have fraud protection for. Consumer protection prevents law breakers from totally wiping you out when you don't want to. If you take the ideas that many of the people here everything will be monitered and tracked.


      That only helps if fraud is what you're worried about. I understood "certain people" in the previous post to include, for just one example, direct marketers, who could correlate all that information into massive profiles of what sort of stuff you buy, i.e., what your interests are, so they can bombard you with junk mail and/or spam, and how much money you have / spend, so they can know whether marketing at you is worthwhile.

      Parsing your last sentence quoted above as well as I can (though it's not very intelligible), I get the idea that you're aware of the tracking / monitoring potential of this stuff, yet you seem unconcerned about it. In fact, you seem to be saying it as a good thing. Of course you're free to feel that way, but you can't read Slashdot for long without realizing that a lot of us don't like it, and think that protecting our privacy is plenty of reason to want to be able to use cryptography.

      My major problem with monitoring / tracking is a matter of simple dignity: advertising in general, but most especially direct marketing, makes me feel that the companies trying to sell me things are treating me as a resource to be exploited. The thought of the marketing being backed by a huge database of everything I've ever bought just makes it worse -- I don't like being viewed as a consumer in a petri dish.


      David Gould

      --
      David Gould
      main(i){putchar(340056100>>(i-1)*5&31|!!(i<6)<< 6)&&main(++i);}
    35. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      1) It was merlyn Rees, a former labour home secretary, who defined a subsersive as anyone who caused problems for the government. Perhaps you subscribe to the same definition 2) There has been a creeping attack on civil liberties in the UK over the past 40 years. Children under 16 can no longer buy glue or anything sharp. Carrying a Swiss Army knife is illegal in England. 3) While I am as critical as anyone of the use of political violence, whether state terrorism, (as in Singapore, Indonesia, Seattle or the UK during the Miners strike -where the evidence the government used troops dressed as police has been ignored, not disproved- or the disgraceful and unprovoked attack by police on New Age travellers near Stonehenge), or "Private" terrorism such as the type that put Menachem Begin in power in Israel. your comment is factually incorrect. The prevention of terrorism act lest police hold anyone without trial or access to a lawyer for 72 hours after which they can promptly be rearrested. I also note that historically "terrorism" has been more effective in toppling governments than has been the democratic process. Note that Eire became independent soon after the 1916 uprising but the SNP, having adopted the democratic route, is coming up for 100 years and still gettign virtually nowhere since government uses a lot of lies to discredit them 4) Nationalists are all thick racist thugs 5)The police themselves have stated that being unable to decrypt messages would not hamper them. Traffic analysis, monitoring contacts and other techniques often make it unecesessary to know the content of a message or phone call. The mere fact of a message being sent can be incrimimating. 6) The proposals for the police being able to lock someone up purely for not having a key give too much scope for corrupt police to frame innocent people. READ the proposed legislation and imagin that you get a letter in Etruscan or Linear B wrongly delivered to your address and the police order you to supply a translation. You cannot so they lock you up. If you write to your MP the sentence is doubled. If you wrote to the papers to say what the police have done the sentence is doubled. If you tell your parents, children or friends the sentence is doubled. If they then tell anyone they get the doubled sentence. This is free speech?

    36. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      In the UK, being Irish is a criminal offense punishable by being held without trial.

      Hmmm.. that's odd. I have friends and relatives from Ireland, north and south, and they don't seem to be hounded as criminals.

      We do have anti-terrorist laws which I think you might be getting confused by, since the majority of terrorist acts in the UK are committed by terrorists involved on either side of the Northern Ireland 'troubles'.

      In the UK, Nationalism is the same as being a thick racist thug.

      I'm afraid this is a universal problem, not just with the UK. Patriotism is one thing, but most people seem to use nationalism as an excuse for racism.

    37. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0
      You explain beautifully why I resent the imposition of these laws.

      Government always tries to remove civil liberties. This is just another attempt that must be resisted, and will probably be lost as the UK Government has a majority over 180.

    38. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      Or store in on an off-site comp, and dial in when you want. They'd have to get a second warrent for wthe second site [if they even found it] During this period you would be able to go and delete it.

    39. Re:Why is cryptography so terribly important? by No+One · · Score: 1

      Are you intentionally this dense?

      Ahh however if you remember that there are certain laws that take such behavior as criminal on many levels. Eventually they will end up in a court room.

      The individual who obtained the information was breaking the law. If they steal the data they can be prosecuted. I doubt that many psychiatrists actually use encryption anyway.


      This seems to be a prevailing view you hold. My question to you is, why should I not be able to prevent them from getting at my data in the first place? Even if I do prosecute or sue, the damage has already been done.

      According to your line of thought, we should all leave our doors unlocked, and just prosecute anyone who steals something. Why should I go through the time and legal hassle of a court trial, and end up not getting my stuff back (which I won't), when I can simply lock my damn door? Similarly, why shouldn't I simply encrypt my message?

      Furthermore, we're talking about making a dent in the right of the Britsh people to privately communicate. Aside from the obvious domino effect issue, there MUST be a clear, present, obvious, and overwhelmingly important reason in order to reduce ANYONE's rights. The question here is not why do we need crypto, the question is why should it be taken away. So far, they still haven't come up with a good reason for that.

      --

      --

      There is no sin except stupidity -- Oscar Wilde
    40. Re:Why is cryptography so terribly important? by Anonymous Coward · · Score: 0

      As far as political consequences I do wish I could get a job with a 3 letter organization and actually need encryption like that however I am realistic. The day I manage to actually have data like that needing protection I will think then and only then about using some form of encryption.

      So basically, what you're saying is that you're a short-sighted idiot. Well, idiot, by your support of bullshit like this, you're fucking those of us who aren't short-sighted idiots. You are helping those who want to take away MY rights, which I react violently to. Hope you enjoy it when the cops bash down your door, destroy the evidence that exonerates you of whatever trumped up crime they got their pet judge to issue a warrant on, and throw your ass in jail for the next 30 years. Oh, and thanks to apathetic, short-sighted idiots like you, this would be completely legal.

  21. human rights by Anonymous Coward · · Score: 1

    Is not it against human rights?
    Article 12. No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation Everyone has the right to the protection of the law against such interference or attacks.

    1. Re:human rights by Nexus+Seven · · Score: 1


      arbitrary interference

      It wouldn't be arbitrary if a warrant was supplied.

  22. Human rights? by CormacJ · · Score: 2

    Doesn't this conflict with the Human Rights? I would treat my encrypted data the same as the right not to answer questions (although looking at thier anti-terrorist laws that didn't stop them removing the right to silence and juryed trials.)

    1. Re:Human rights? by Mindwarp · · Score: 1

      As was mentioned in the BBC article, this almost certainly contravenes Human Rights laws. I expect the European Courts to battle this one vigorously (luckily for everyone currently living in the U.K.)

      Quite honestly, I find it a complete disgrace that the government could push a bill that basically says 'you are guilty unless you prove otherwise'. I will DEFINITELY be writing to my M.P. about this, and I urge everyone else in the U.K. to do likewise.

      We live in a democracy folks. Use it!

      --

      --
      The gift of death metal does not smile on the good looking.
    2. Re:Human rights? by dvorsd · · Score: 1
      Hmm, as I live in the US, I can't speak for British law. As I understand it (at least here) you have the right not to testify against yourself. Your physical property and belongings however, can be used as evidence against you provided that they are obtained in a legal manner (with a search warrant and whatnot). It sounds like they want to be able to seach your encrypted files in the same manner that they could obtain a warrant to get into a locked file cabnet. Mind you I don't neccessarily agree with this, just trying to think out loud and figure out what they are trying to do.

      Standard disclaimer: I'm an engineer not a lawyer, yadda, yadda.

      -dvorsd

    3. Re:Human rights? by nicky_d · · Score: 1

      As I understand it - roughly, I've no official details - the right to silence is now gone here in the UK, in as much that your silence can now be as incriminating as anything you might say. Likewise, presumably, a lack of forthcoming plain text data, when it's required.
      Maybe some kind of endless encryption loop, where the details of your key are encrypted, and the details of that key are encrypted, and so on, leading back to the beginnning. Then the information has certainly been supplied, but the encrypted message remians undecipherable. It wouldn't work, but it might annoy for a while.

    4. Re:Human rights? by Chalst · · Score: 2

      No the encrypted data is evidence. Refusing to decrypt it is like refusing a properly authorised search of your premises.

    5. Re:Human rights? by Mart · · Score: 1
      Doesn't this conflict with the Human Rights?

      It's certainly an erosion of civil rights. But it's just the latest example in a long line. There was an article in yesterday's Guardian by Madsen Pirie, president of the Adam Smith institute, on how successive governments have eroded civil rights in Britain by passing laws aimed at particular groups of offenders. Depressing stuff.

    6. Re:Human rights? by GregWebb · · Score: 2

      Refusing to decrypt the data when you're able to is certainly a failure to allow a legal search, but that's not the real problem with this law.

      As it stands, you're required to produce the key and thrown in jail if you don't - regardless of whether you even posess the key in the first place. The only thing that counts is the police opinion on whether you posess the key, with the defendant required to prove their innocence, contrary to UK law elsewhere where prosecution are required to prove guilt. Speaking personally, I've got something like 1,000 floppy disks and several Spectrum data cassettes. The idea of having to prove that none of them held a key is a little worrying.

      On top of that, my memory is that it's now an offence to tell anyone that you're being prosecuted under this law. Truly terrifying.

      Anyway, two good URLs here:

      .While it's good to get worried about this, there is hope yet. It's probably in breach of the European convention on Human Rights, which Britain has incorprated into its law. So hopefully it'll get struck down by the High Court as soon as any case on this law gets taken to them.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    7. Re:Human rights? by GregWebb · · Score: 2

      Whoops, I'm not awake.

      That's the old bill, which is merely very similar to the new one. Does anyone know where that can be found?

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    8. Re:Human rights? by cpt+kangarooski · · Score: 1

      While the encrypted data are evidence, I fail to see (this particular law aside) when exactly it became manditory to help the police at every turn.

      Instead this sounds to me as though it is now illegal to be more clever than the police are.

      Encrypted evidence, while admissible as proof that there was encrypted material, proves nothing else until decrypted. It could be a bomb conspiracy or it could be the day's stock reports. Supposition on the part of the police is no replacement for fact. If it were, they could claim that my shopping list was actually a steganographically encrypted plot to take over the world. (hmm... i'll need to buy 'eggs' too, heh heh heh)

      All in all, this is a really stupid, stupid law.

      (cpt - used to be st942593@pip.cc.brandeis.edu)

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    9. Re:Human rights? by Chalst · · Score: 1
      I guess the analogy would be having lost the keys to the garden shed the police think you have hidden the body in...

      What privision of the Convention is it in breach of?

    10. Re:Human rights? by Anonymous Coward · · Score: 0

      Why not have a rant about IR35 while your at it ? I've got that miserable shit of a chancellor as my MP :o( (For the ROTW its a change in the tax laws for IT contractors)

    11. Re:Human rights? by GregWebb · · Score: 1

      Not having read the convention in detail I don't know, but last time this came up it was certainly reckoned to be in breach.

      Thinking about it, I can't see a lot getting through. One clause is effectively guilty until proven innocent, while the non-discolsure thing is crazy.

      Does anyone else know?

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    12. Re:Human rights? by ralphclark · · Score: 2

      I just emailed my MP (the Rt Hon Joan Ryan) to tell her what I think of this bill _and_ what I think of a government that abuses its majority and ignores the upper house whenever it wants to (which is every time).

      Consciousness is not what it thinks it is
      Thought exists only as an abstraction

    13. Re:Human rights? by jareds · · Score: 1

      If your file cabinet is locked, the police can't make you give them a key. They can (and will) break it open if they have a warrant, but if your cabinet's make out of reinforced invincibilium and they can't cut through it, they're just SOL.

    14. Re:Human rights? by Anonymous Coward · · Score: 0

      Don't worry about IR35. After all the accountants and laywer types have got away with it.

      Sod em, I'm off so they'll get zero tax from me. Even more ammusingly I'll take my UK client's business with me, so the economy suffers twice!

  23. Maybe, Maybe not by DonGenaro · · Score: 1

    This issue could get tricky. If the authorities have a warrant to search your premises I dont believe you have an obligation to "assit" as in give them a tour of your computer files and such. If the police are searching your home and ask where such and such is. You dont have to tell them. They can just ignore it and the police have to go about looking for it (of course now you have pissed off the police and they'll make the search/seizure all the more unpleasant for you).

    You also might have 5th amendment issues here. You can not be forced to incriminate yourself.

    I wouldnt be suprised if congress tried and passed a law like this in the US. But I would think that the ACLU would have not to hard of a time taking this to the supreme court and challening it. Anyway it sounds like a minefield for the lawyers and legislators to traverse. No doubt some will get their legs blown off in the process.

    1. Re:Maybe, Maybe not by DutchSter · · Score: 1
      Oh it is very possible that something like this will be proposed in the US in the near future. I can just picture it now "I have introduced a package of legislation that will make the Internet safer and more reliable for our children..." I'm not surprised, coming from an administration who's bewildered response to the DoS attacks is that they "APPEAR to be aimed at distrupting legitiment e-commerce."

      In regards to the 5th ammendment, it is very important that the only place your key is stored is a machine you have direct ownership of. While I'm not a lawyer, I'm pretty sure that while the government couldn't sit on you to give the key up, they could sit on someone else to give your key up if it was on their machine.

      Hypothetical example. You encrypt your personal files at work and leave the key sitting on the company owned hard drive. When you get arrested, you would be within your rights to refuse to give them your key. Tough nuts for you though, whoever owned the machine (in this case, your company) could probably be compelled to give it up.

      Never give your key to someone else (except your spouse [although even that could be risky ;) ]) for "safekeeping", or leave it anywhere except where you have direct ownership of it.

  24. How is this different... by GangstaLean · · Score: 1
    How is this different from any legislation, for example, currently in the U.S. which mandates individuals are required to provide information to the court on demand?

    If you're a journalist who refuses to give up the name of your source in a critical case, you can also be thrown in jail for contempt of court. Whether the secret is a name in your head or an encrypted piece of information, it's still information the court is requesting in order to determine a verdict.

    I like the idea of using encryption to protect my privacy as much as anyone else, but at some point we have to expect that our own legal system should force the provision of information.

    From what I understand, the real problem with this law is the safeguard, that the burden of proof of not having the decryption key remains on the defendant. That's a problem clearly because an individual is presumed guilty until proven innocent. How many times have our leaders said that they couldn't remember key information? It is up to the courts, again, to prove whether or not an individual is withholding information necessary to the legal process.

    --
    -- Bird in the Bush: The Renewable Energy Blog http://www.birdinthebush.org
    1. Re:How is this different... by Anonymous Coward · · Score: 0

      In the U.S. we have a little thing called the Fifth Amendment, which prevents a person from being forced to provide evidence in court which might incriminate them. If the police wanted to search my hard drive, and found an encrypted file, then I would invoke my Fifth Amendment rights. Of course, if the police showed up on my doorstep, I would make them wait on the porch until I got a lawyer over here to make sure all of my rights were actually protected. There are a lot of little ways for the police to "work around" some legalities and not get caught.

    2. Re:How is this different... by Anonymous Coward · · Score: 0

      Bruce Schneier admits to losing an encryption key once every five years or so. If a top cryptographer can do that, gosh it could happen to me to.

    3. Re:How is this different... by guran · · Score: 2
      If you're a journalist who refuses to give up the name of your source in a critical case, you can also be thrown in jail for contempt of court.

      Here (Sweden) it is actually *illegal* to even try to find out who a journalist's source is.

      The real problem (as you pointed out) is that you can never prove that you do *not* have encrypted information. Hey, there might be a secret message hidden in this post. Perhaps I made the arrangement that "Start selling those drugs to children the moment I post three messages on the same subject on /."

      The obvious conflict (and now my rant alert is flashing) is that the openness of the "net culture" makes it more motivated to encrypt and hide personal data. I might not want the whole world to see my private mail, however innocent.

      Perfect crypto vs total freedom of information. It is just like that "Irresistable force vs unmovable object" question.

      --

      All opinions are my own - until criticized

    4. Re:How is this different... by Anonymous Coward · · Score: 0

      with this law, you are guilty until proven innocent, this is a complete reversal of the usual judicial stance.

    5. Re:How is this different... by ime · · Score: 1

      You're mistaken in your assertion that the US fifth amendment protects self-incriminating evidence stored on your hard drive. The fifth amendment is construed rather narrowly, that you cannot be compelled to incriminate yourself. If you've created any external evidence, however, you can be compelled to provide it to the courts (see the Northwest flight attendant case for a current example; it's on /.)

      --
      Randy Hudson
  25. Against the grain by stephend · · Score: 1

    I realise that we're all supposed to hate this and rally against it, but I'm not going to. I *do* have reservations, but it's not a bad balance.

    Against is that the powers could be abused, but then you can abuse just about any law that involves raiding peoples property or possessions. It does happen, but not very often. (Or at least you don't hear about it very often. That's another story.)

    In its favour, it doesn't try to outlaw the technology, the legitimate use or development of it. And it's not escrow. If it's implemented like a warrant, the police already need some evidence against you before they're allowed to go ahead.

    It sounds like a reasonable compromise to me.

    1. Re:Against the grain by SEWilco · · Score: 1
      Sir, you have what looks like random data on unused sectors of your disk drive. I think it's encrypted information. Give me the key.

      No, I don't believe it is garbage. Give me the encryption key or go to jail.

  26. Overridden by EU Law? by Ralph+Bearpark · · Score: 3

    Heard on the news yesterday the the Scottish courts have rendered the law on speed cameras obsolete (in Scotland anyhow).

    AFAIR the argument went as follows: If your car gets caught on a speed camera the UK law requires the owner to identify the driver at the time so that the fine/license points can be levied at the appropriate person. If you refuse then the owner gets the punishment.

    However, the Scottish courts (which are independent of the rest of the UK legal system) have noticed that the European laws say that no-one is obliged to incriminate themselves - it's the responsibility of the accusers to gather enough evidence to find them guilty.

    Thus, in Scotland at least, if you get snapped by a speed camera, then the right defence is to not to deny you were the driver but simply to refuse to incriminate yourself. Then under Euro law they have no right to fine you.

    Now this has to also apply to this data encryption business doesn't it? Just tell you refuse to incriminate yourself (by giving them the key) then they'll have to try and crack it themselves, not just punish you anyhow.

    (I guess this is equivalent of "pleading the 5th" in US?)

    Regards, Ralph.

    1. Re:Overridden by EU Law? by dannyspanner · · Score: 1

      Now this has to also apply to this data encryption business doesn't it? Just tell you refuse to incriminate yourself (by giving them the key) then they'll have to try and crack it themselves, not just punish you anyhow

      Yes, but the rest of the UK has not signed up to the European Human Rights Act yet. The good news, however, is that this should be happening in October. So no encrypting till then, OK?

    2. Re:Overridden by EU Law? by greenrd · · Score: 1
      Indeed, the right to not be forced to self-incriminate should apply to the encryption case, but the speedtrap case is just plain silly. Speed traps are there to collect evidence - it's like saying evidence from CCTVs should be inadmissable because they allow you to "self-incriminate". Totally idiotic.

    3. Re:Overridden by EU Law? by Yaruar · · Score: 1
      Difficult as the case in question was not precedint setting as it was based around a legal technicallity whereby the police are not allowed to 'force' you to say anythins (although non disclosure is now admissable as evidence in courts)

      The case in question pertained to a woman caught drink driving who under UK law had to say whether she was the driver of the car. However under EU law you have to give the individual the right not to respond. The simple answer to the speeding question is to fine the legal owner of the vehical unless they give the name of the driver or have reported it stolen.

      As for the encryption this should only apply if there is a court order for the information which is no different to the use of a search warrant.

      Would you sat that unencrypted files or paper documents are covered in free speech legislation.

      For example, if a heroin dealer has book with details of all his dealings then according to the free speach arguement he should be able to withold these as evidence...

      Think about it...

      --
      Working for the (other) man
    4. Re:Overridden by EU Law? by Ralph+Bearpark · · Score: 1
      it's like saying evidence from CCTVs should be inadmissable

      Well, not really. The CCTV will identify a person, whereas the speed camera identifies the vehicle alone (unless they snap you through the front windscreen).

      Regards, Ralph.

    5. Re:Overridden by EU Law? by DanMilburn · · Score: 1

      You're missing the point. The speed cameras don't collect enough evidence to show that it was you who was driving your car. You're expected to tell the police if you were. This is self-incrimination.

      If they could positively identify you as the driver then this wouldn't be necessary, since they already know it was you.

      Of course, you could always question whether it was you filmed on the CCTV in court, but that's another issue.

    6. Re:Overridden by EU Law? by Ralph+Bearpark · · Score: 1
      The case in question pertained to a woman caught drink driving who under UK law had to say whether she was the driver of the car.

      Really? Are you sure? I mean, if she was caught drink driving wasn't it enough for the cops to see where she was sitting to know if she was the driver of the car?

      Am I missing something here?

      Regards, Ralph.

    7. Re:Overridden by EU Law? by Yaruar · · Score: 1

      Under UK law as it stande the Police should ask if the person is the driver of the car and it is an offence not to answer (whether that is right or wrong is not the point here) in this case her lawyer used this as a technicallity to get her off even though she admitted being drunk and having driven...

      --
      Working for the (other) man
    8. Re:Overridden by EU Law? by Ralph+Bearpark · · Score: 1
      Interesting. I've now checked the BBC report and it seems the cops hadn't actually seen her driving the car at all - so the the only evidence they had is the apparently illegal legally forced self-incrimination.

      I still think this could apply to the encryption case. The cops can find the key or break the encryption themselves. Why should I be legally forced to help them.

      A search warrant is something else, I'd say. The cops are entitled to break their way in if I refuse to co-operate with it (aren't they?)

      Regards, Ralph.

    9. Re:Overridden by EU Law? by hobbit · · Score: 1

      If only we had the DCMA - then we could arrest the police for circumventing access control measures! ;)

      Hamish

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    10. Re:Overridden by EU Law? by jareds · · Score: 1

      For example, if a heroin dealer has book with details of all his dealings then according to the free speach arguement he should be able to withold these as evidence...

      Um.. your analogy doesn't take encryption into account at all, which is the whole point. A better analogy is that the drug dealer used code names for everyone in the book. He cannot be punished for refusing to tell the police who the people mentioned really are.

    11. Re:Overridden by EU Law? by Ed+Avis · · Score: 1

      Surely the answer is to make the car's _owner_ responsible for any fines incurred while driving it. You couldn't do this for more serious driving offences, and it wouldn't be right to cancel or endorse the owner's driving licence if you couldn't prove they were the driver, but it would be easy to just send the owner a bill and let them claim the money off their friend if necessary.

      --
      -- Ed Avis ed@membled.com
    12. Re:Overridden by EU Law? by Ed+Avis · · Score: 2

      Can somebody explain why a right not to self-incriminate is actually a good idea? I'm sure there's a good reason, just not sure what it is.

      --
      -- Ed Avis ed@membled.com
    13. Re:Overridden by EU Law? by Ralph+Bearpark · · Score: 1
      Can somebody explain why a right not to self-incriminate is actually a good idea? I'm sure there's a good reason, just not sure what it is.

      Well, it's not so much the self-incrimination here that's a bad idea, it's placing laws that make it obligatory to self-incriminate. That is, making it punishable if you refuse to self-incriminate just by remaining silent.

      This, I'd imagine, is to avoid a situation where where people can be routinely thrown in jail just because they refused to incriminate themselves in whatever "crime" they've been accused of.

      Not finding guilt on self-incrimination alone is also an important protection against cops "pressuring" confession.

      IANAL, if someone knows of better reasons then please speak up. (However, this thread is now so old in /. terms that I expect nothing but silence.)

      Regards, Ralph.

    14. Re:Overridden by EU Law? by Yaruar · · Score: 1
      She was in the car with the keys in the driving seat, which under UK law is enough for a conviction.

      WHich is why you should always give your keys to someone else whilst sleeping it off in teh car...

      --
      Working for the (other) man
  27. Here's an interesting scenario... by Anonymous Coward · · Score: 1
    How about this... Mr X has files on his PC which are really just corrupted junk, maybe left over from a filesystem recovery, but that the police are convinced are encrypted illegal pictures. He can't hand over the key - there isn't one. He then gets found guilty of whatever the police suspect the file to be. It's like some bad Orwellian parody, only for real...

    floorten.com

    1. Re:Here's an interesting scenario... by Nexus+Seven · · Score: 1


      Except for the fact that the police would have absolutely no evidence to suggest that it's encrypted data.

      Don't forget, the CPS needs to prove beyond reasonable doubt that its encrypted and not just junk. They can't lock you up based on something that the police claim.

    2. Re:Here's an interesting scenario... by Anonymous Coward · · Score: 0

      Nope, you are *guilty* until you prove your own innocence.

      dave

    3. Re:Here's an interesting scenario... by Anonymous Coward · · Score: 0
      Don't forget, the CPS needs to prove beyond reasonable doubt that its encrypted and not just junk. They can't lock you up based on something that the police claim.

      Methinks that's the point - they can. If the police suspect incorrectly that you're up to something illegal, seize your PC, find some gash system file they think may be encrypted, get a notice served, and you can't provide the non-existent key (or prove that there never was one), into the clink you go.

  28. Store your data on DVDs by arivanov · · Score: 2

    Store your data on DVD's. Encrypted with the MPA keys. And lose them regularly.

    --
    Baker's Law: Misery no longer loves company. Nowadays it insists on it
    http://www.sigsegv.cx/
    1. Re:Store your data on DVDs by ralphclark · · Score: 2

      Yeah, but even a 16-year-old Norwegian boy could crack that key in a few seconds. Duh!

      Consciousness is not what it thinks it is
      Thought exists only as an abstraction

  29. You forgot... by spiralx · · Score: 1

    ... the UCITA bill being pushed through in s state near you!

  30. Hmmm... by CodeShark · · Score: 1
    --Smart A$$ mode on--

    Okay, Mr. UK policeperson, I'd like to give you the keys to this information which I have conveniently burned onto this here handy dandy DVD and which I conveniently encoded using the same codes which allow it to play only on my licensed DVD player. But I can't because the MPAA has this thing that says that if I turn over the key, I'll be sued. And since I'm a US citizen, I'd be in violation of the DCMA if we used the DeCSS source code to let you look at it.

    Sigh...

    --Smart A$$ mode off--

    --
    ...Open Source isn't the only answer -- but it's almost always a better value than the alternatives...
  31. Writing MP Won't Do Any Good by Aaron+M.+Renn · · Score: 1

    Writing your MP is not like writing your US Congressman. In the US, Congressmen are indepdenent entities who can vote their conscience. In the UK, MP's are facless minions of their party, who would probably get themselves expelled from it and ostracized if they voted against their party leader. In a parliamentary country like the UK, control of the government is totally dependent on maintaining a majority in parliament, thus party discipline tends to be very strong.

    1. Re:Writing MP Won't Do Any Good by dannyspanner · · Score: 1

      Writing to an opposition MP may do more good than you think. They will use ANYTHING as ammunition against the governement, so at least we stand a chance of getting the topic into the public arena. What we need to do is get the non-technical public concerned enough that it filters back through the government focus groups to the people in charge.

      Not the best solution, but as has been pointed out here before, you need to work within the rules of the game if you are to have any effect. Even if you hate doing it.

    2. Re:Writing MP Won't Do Any Good by Anonymous Coward · · Score: 0

      thats a little unfair. Id hardly say all MP's are follow their parties whatefver they say. Dennis Skinner and other such lunatics spring to mind.....

  32. Who's a naughty boy then? by trintragula · · Score: 1

    this is an illegal item of information and has been used to plan and commit a range of crimes:

    -----BEGIN PGP MESSAGE-----
    Version: PGPfreeware 6.0.2i

    qANQR1DBwU4DPy7LL9KP0KEQCACdkb1OXbizR+pJ9frwI9Z7 cNjIgG2OpDtOBDZn
    eMG/uNIJQe+C0By+WNSqBHnMnTCD0aFgZQR6UMo/qzF+EtHj Flq8LxwzCCblHTs1
    Vu9bFlg5usmPFh2v409hiFwxJNDTVEw5AjMj/gnNSi+Rt5uy f1lKshnva7und+Az
    WfePdqcqVlGANn7EjnpEzGKAr2cW58IBFTEJQOusu88MYIuB jLBsGZ7sqz7rY6Ib
    BxoRHIpD255CTNK0jWGZ9Lx0O6dWv0qDs04SnUkUoFjMED2N FzcsSbzEocdTI6hp
    nCGviqTQ3n3RHMqZbtaYdP0hAs04h+rfaokDGGoESGYLMM2U CADg05wgyiY2jOxZ
    WKN+4smT0Yp2W5z01BeXPfWPKGQi56FaskcWXcJQeFeST5y9 h0oviJuDcsFT3q3W
    3h3kT648MLUE9qbhOYTTsHMcYIpQivItQkz/YQ5Hy2gcxNG7 DbhKPu6hiNHhbCu4
    YSWaeYkn8J6aY16k75jICZ6vbaFT9a5Y8zzdZZE5sDyDGudo +sS0AaspPWYTF2qw
    EmZmhAqmLMIMhuD1BAK+ZD1IvGhpB1LLC7ABmX6U+3PATvOZ VKj3SJd//tCHqVIU
    cro2MUnhipXmLuP0Lf40uyQR2gKl1Zz/cOos/k26dxTJb4y9 zlSgsVSVdH4xZSEN
    Q1kaKsgLycAHHwD2cM/dmadx2hmbxlQV6dcZJsmvM2jK0ikN WyBa6Vh6Y6GhQBT9
    wZi+U5I/DSIwNLCcKjnXAfHKRfyXsF7KswtkZ3UH/0/murBi 5qCkpoqKd4iABNbl
    /rOWSiiGYilGnyzqIiA0VjNLI7Atbj+1xSw/Cug9S9yTo2I7 grnm4nIHBOJ4gtIx
    m2oaOgVrwajLR2X0K14lSAmcMyE9GWNisUFI4aJ5Cs4HrTHU IwdZr/mGFH/bQHMf
    kLpUHsBpGoJFPcqvH10J6g==
    =bJG/
    -----END PGP MESSAGE-----

    On a more serious note, this is highly annoying and opens the way for law enforcement authorities to make up evidence. If you don't want to give them a key then you give them free reign to make up a XOR key of their choice.

    Coupled with the recent changes in the right to jury trial, I almost begin to wish I lived in a country where I had an inalienable right to be shot by all and sundry.

    On a random historical note though, Mary Queen of Scots was caught and sucessfully tried for treason by Queen Elizabeth I after one of her advisors was able to break the simple substitution cypher she was using to communicate with her coconspirators on the continent. This sort of thing is clearly not new, but now moves into a different sphere of influence, you and me (or just me, if you live in an enlightened country).

    --
    There is no conspiracy
  33. A thought by ucblockhead · · Score: 1

    Create a program that appends 10k of completely random data to a file. Run that program on as many files in your system as you can. (Can this be done on an executable? I don't know enough about the ELF and a.out formats to know. I'd imagine this wouldn't make a difference.)

    Any encrypted data can then be appended in 10k chunks to a file or two of your choice.

    Retain the program that appends the random data. If anyone demands you decrypt some of the encrypted information appended to these files, just say "there is no encrypted data. I appended random info to these files to annoy people like you". (Which, AFAIK, is not illegal.)

    Wouldn't they then have to prove that you actually had encrypted data? ("Innocent until proven guilty", at least in the states.)

    --
    The cake is a pie
    1. Re:A thought by theonetruekeebler · · Score: 2
      Except that a well-encrypted file is indistinguishable from white noise. I wonder how many people will be imprisoned for refusing to turn the white noise they e-mailed someone into plain text?

      Somehow it's making more and more sense that Orwell's novels were set in England. Yes, I know he's English, went to Eton, all that, but he made a point of setting his novels there, rather than in some made-up country, first to make his message particularly poignant to his homeland's readers, but also because he saw the real possibility of it happening there. Shame people stopped listening about twenty years ago.

      English police don't need a search warrant to enter a home. Private ownership of guns of any sort is strictly controlled. The government has granted itself the right to read any electronic message and imprison you for years if they can't read it. God help you if it's white noise or if the file got corrupted. And there is legislation in the works to require every subject (interesting word, that) to submit a DNA sample to a national database.

      .uk Slashdot readers, I offer you my sympathies and moral support. I sincerely hope your government starts exercising some self-control. But once the checks and balances of constitutional democracy have been subverted, they are hardly ever restored.

      --

      --
      This is not my sandwich.
    2. Re:A thought by ucblockhead · · Score: 1

      Doesn't England have the concept of "innocent until proven guilty"? If so, wouldn't they have to prove that the random-looking data was actually encrypted data?

      If not, remind me never to go to England!

      --
      The cake is a pie
    3. Re:A thought by gorilla · · Score: 2

      The US isn't doing to well on 'innocent until proven gulity' either. If a cop decides that it's suspicious that you take money to Las Vegas to gamble with, or that it's possible to use an innocent item in a drug related way, then you can loose all your assets.

    4. Re:A thought by belroth · · Score: 1
      Actually UK police DO need a search warrant to enter, unless in 'hot pursuit' (which I expect is true in the US also) or, of course you let them in.

      The police powers are less than that of H.M.Customs and Excise - they have powers that the cops can only dream of (so far anyway).
      On the whole I still prefer being here than the US, but the balance is tipping...

      compare & contrast:
      NSA v. GCHQ
      FBI V. MI5
      CIA V. MI6
      etc....
      ----

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    5. Re:A thought by theonetruekeebler · · Score: 1
      I hereby inform you that the police have NOT required me to decode any encrypted/hidden data on my PCs.
      Yet.

      --
      --
      This is not my sandwich.
  34. Goodbye freedom by Anonymous Coward · · Score: 0

    As far as plain text / keys are concerned they can demand either. It can be a normal policeman, and does not require any written approval from higher authorities, and said policeman needs only a suspicion that you may have a key to decrypt.

    With the exception of your lawyer, you are not allowed to tell ANYBODY that they have asked you for the key. If you do then you face 5 years in jail. If you do not have the key (or refuse to hand it over for reasons of security - ie it's a key your company uses) then you are tried infront of a judge to whom you cannot give any evidence nor have anybody stand in your defence.

    The police on the other hand may submit evidence about you, yet you will not be allowed access to the evidence against you and are effectively guilty until you can prove your innocence.

    Write to your MP and lobby newspapers to cover the story ASAP. The issue here is that the government intend to restrict your rights (and use the same police powers they would have if you were a suspected terrorist) before most of the general public are aware of the issues involved.

  35. Heh. by ColonelNorth · · Score: 1

    Wonderful. Now, instead of being tortured by British police until you give them the key, they simply send you to prison. I'm glad to see the progress in the Fascist, Draconian government that now makes up the British Empire. It's like taking Clinton, and mixing in Hitler's tactics. Quite ammusing, if you don't have to live there...

  36. Or even better... by guran · · Score: 2
    Or even better (if you really have something to hide, that is):
    One password that will decrypt the real data and one that will decrypt harmless cooking recipies AND destroy the original.

    Obviously this would only be intresting for the real criminal, that stand more to lose from his files being decrypted than from losing them altogether.

    Yes, I'm sure that the really ugly guys(tm) won't get caught by this law, only innocent geeks refusing to decrypt as a matter of principle and the clueless criminals.

    Perhaps starting rumours about how a few MP's have suspicious material on their computers wouldn't be too bad. ;-)

    --

    All opinions are my own - until criticized

    1. Re:Or even better... by Chalst · · Score: 1

      How is this meant to work? Presumably the police are smart enough to keep multiple copies of the cypher text...

    2. Re:Or even better... by guran · · Score: 2
      How is this meant to work? Presumably the police are smart enough to keep multiple copies of the cypher text...

      Why not use something along the lines of those "secure digital music formats"

      Perhaps the files cannot be read from any other media than the original hard disk (or whatever). Perhaps that will make CSS illegal? Oh what a sad moment that would be.

      --

      All opinions are my own - until criticized

  37. GOOD GOD Not again? If YOU DON'T care... why do u by Rares+Marian · · Score: 1

    CARE THAT I CARE? I'm getting tired of you paranoid oversensitive couch potatoes moaning and groaning that someone ruined the peacefulness of what might have been an otherwise serene slashdot front page.

    Cryptography is only useful if you happen to be a spy or have an actual internet connection (ie the use of pgp to sign, encrypt, or both messages with it).

    Good God, you're full of X-Files hype. Agents good. People civilized. Criminals encrypt. Two words. Blow me.

    --
    The message on the other side of this sig is false.
  38. What happened to Freedom of Speech? by _Mustang · · Score: 1

    Since when is it acceptable for a law to be passed allowing government bodies to force handing over *any* document they desire? I can understand a situation such as bank fraud - where they may be wish access to financial documents, or even an email-threat sent by a stalker, but in general anything that they need for proof in court can be obtained by non-intrusive acceptable legal means through the *other* party involved; ie the bank or victim etc.. The very idea that a govenment can force legislation allowing them access to one's personal's on a pc is ridiculous. Encryption of data is no different from writing in one's own personal code, which by the way shorthand is an example of. Well hey- there's the solution. Invent your own form of shorthand and then encrypt that! The bastards will see nothing but gibberish and by the time they work out the meaning of the message you will have re-encypted it with a new stronger algorith..

    1. Re:What happened to Freedom of Speech? by sparkes · · Score: 1

      I think you had a typo in that last message it should read....

      What freedom of speech.

      The UK is not the US (yet lol)

      *** www.linuxuk.co.uk relaunches 1 Mar 2000 ***

  39. List of UK MP's by Priestess · · Score: 1
    If you're not sure who to write to then a list of all the MP's in the UK, along with Email addresses for some (though you should consider a hand written letter which is more likely to be read) can be obtained at This site

    Perhaps, if your MP doesn't have an email address, you can consider asking how they can assume they know enough to vote on an issue involving technical issues like this when they're apparently not informed enough to register a hotmail account. Actually don't, it'll just rile them.

    Pre.......
  40. Theres a Flaw in the Law by Jor · · Score: 1

    I can see a big flaw in this law (;-)

    If you can get away with supplying a plain-text version of your
    encrypted message, you could give them any plain text.

    Provided you used a sophisticated encryption algorithm with long
    keys, even a known-plaintext attack would be too hard for
    the officials to do on everyone who happily supplies a plain-text.

    To me, this looks as if whoever proposed and accepted this
    law does not know anything about cryptology.

    If they insist on the keys however, you are severly screwed...

    This would be a good reason to leave the island for good.
    (its only Rain and BSE anyway... ;-)


    --

    --
    Jor
  41. Only a matter of time... by The+Other+Nate · · Score: 1

    It seems to me that with all this legislation going on as of late about what can and can't be done with digital data is gonna come back and bite these very same instigators/supporters in the posterior.

    I know... there's probably some loopholes for these guys to take in just such a circumstance, but it'd be nice to see some poetic justice... :/

    Nate

    --
    The Other Nate

  42. Could you blame spam? by lovebyte · · Score: 2
    Why not put all your encrypted data in your mail box. You could then claim that you received these (encrypted) emails by mistake and never deleted them. Basically blame spam!

    --

    I'll do it for cheesy poofs.

    1. Re:Could you blame spam? by Col.+Klink+(retired) · · Score: 2

      The real problem is proving that you even know the key to an encrypted file on your computer.

      I remember seeing a web page that made an MP a criminal. The web site author claimed to have commited an unspecified crime, confessed to the crime, encrypted his confession (I think he even made a deal about having his confession notarized), and emailed the key to the MP. The MP then had evidence of a crime encrypted on his computer that, if he failed to decrypt, he would be liable for.

      I've undoubtedly got some details wrong and would appreciate it if anyone knew the link to the site.

      --

      -- Don't Tase me, bro!

    2. Re:Could you blame spam? by Col.+Klink+(retired) · · Score: 2
      > if anyone knew the link

      Sorry to follow up to my own post, but I found the link: http://www.stand.org.uk/

      --

      -- Don't Tase me, bro!

  43. Look on the bright Side (This Law and DeCSS) by JamesSharman · · Score: 3

    This law effectively makes DeCSS legal in the UK. Since the law requires that (on demand) we hand over encryption keys to any encrypted data in our possession, they can hardly justify putting us in jail for having the key in the first place.
    I quote the relevant part:

    "And, as a result, the Bill proposes that the police or the security services should have the power to force someone to hand over decryption keys or the plain text of specified materials, such as e-mails, and jail those who refuse."

    1. Re:Look on the bright Side (This Law and DeCSS) by Yaruar · · Score: 1
      What just in case they want to access a DVD you encyppted yourself using that key...

      And DeCSS is illegal in the uk due to the strong anti-reverse engineering of encryption which was rushed through the statute books after satelite decoders were hacked in this country.

      --
      Working for the (other) man
    2. Re:Look on the bright Side (This Law and DeCSS) by brain159 · · Score: 1
      hmm, does this mean that if I create my own modified version of a crypto algo, compile a binary then kill the source, we can throw lawsuits against any consultancy brought in by the pigs (sorry, law enforcement) to try to forcably break said crypto? just a thought

      What'll happen next, RC4 t-shirts? :o)

    3. Re:Look on the bright Side (This Law and DeCSS) by jareds · · Score: 1

      Nope. For the bill to apply, it must be the case that

      • "(d) that the key cannot reasonably be obtained by the person [law enforcement] with the appropriate permission without the giving of a notice under this section"

      Since anyone could get the key from any DVD player, law enforcement would be able to get it without you, and this bill wouldn't apply.

  44. Welcome to the Police State of the United Kingdom by belroth · · Score: 1
    Great, now I have no privacy.
    I suppose I'll have to print off any sensitive email and delete any e-version.

    Trouble is, I have to be able to PROVE that I have no encrypted messages.
    "Evening sir, we 'ave 'eard about this 'ere setganography lark, so chummy, wot 'ave you got 'idden in your wallpaper then?"

    How would you PROVE you have no hidden data in a Mpeg/DVD/BMP on your hard drive?

    OH, and I can't tell you I've been forced to do this on pain of 5 years in the pokey.

    I hereby inform you that the police have NOT served me with a warrant demanding decodes of any possible encrypted/hidden data on my computers.
    ----

    --
    I hereby inform you that I have NOT been required to provide any decryption keys.
  45. Re:FIRST SCOOBY! by Anonymous Coward · · Score: 0
    Scooby-Dooby Doo, Where Are You?
    We Got Some Work To Do Now.
    Scooby-Dooby Doo, Where Are You?
    We Need Some Help From You Now.

    Come On Scooby-Doo, I See You . . .
    Pretending You Got A Sliver.
    But You're Not Fooling Me,
    Cause I Can See
    The Way You Shake And Shiver.

    You Know We Got A Mystery To Solve,
    So Scooby-Doo Be Ready For Your Act.
    Don't Hold Back!
    And Scooby-Doo If You Come Through
    You're Gonna To Have Yourself A Scooby Snack!
    That's A Fact!

    Scooby-Dooby Doo, Here Are You.
    You're Ready And You're Willing.
    If We Can Count On You, Scooby-Doo,
    I Know We'll Catch That Villain.

    Trolling for Scooby-doo!

    Scooby dooby doo!

    More Scooby links:
    ScoobyCentral
    Scottish Scooby site
    Shaggy's Groovy Pad
    Scoobyland links

  46. This is scary. by jd · · Score: 2
    But not in and of itself. In itself, it's just an extension of existing laws of search, which are well-established and not terribly unreasonable.

    It's when you combine it with other things, that problems arise. The European Privacy Laws, for example, dictate that you cannot export data to a country with weaker privacy protection. On that basis, the Government is entitled to export information seized from individuals to other nations, WITHOUT legal reason or basis but for commercial gain.

    (This follows, as the ability to seize personal information on a computer by the Government, without due process, is tantamount to saying that the data is not protected by privacy laws. Thus, it may be exported freely.)

    Then, combine it with the CCTV cameras, now filling England. These images can (and are) sold to commercial enterprises. Information from the cameras is index-linked to the national criminal databases. Imagine being able to demand of your ISP all encrypted data in and for your account (such as your password), and being able to tie all that information with everything on your harddrive and THEN everything about your movements in the country.

    THAT is when it gets scary. Someone with protest e-mails who happens to be heading in the direction of a town in which the Government knows nuclear material is illegally being transported could end up being arrested under the Criminal Justice Act, or even the Terrorism Prevention Act, with the e-mails used as evidence against them, even if their sole purpose for driving there was to pick up a bar of soap.

    The combination of the loop-hole in the privacy laws, the CJA, the TPA and the 24/7 surveilance lead me to believe that Britain is plunging towards being a totalitarian state. And, to be honest, I don't think it's the Government's fault.

    This attitude was shared by the previous Conservative Government, just as feverently. Indeed, it was they who put all the pieces in place to allow this new law to be abused.

    This leads me to believe that it's actually the Civil Service that's actually running the show. They are now in a supremely powerful position, with absolute, dictatorial powers of monitoring, searching, and arresting, with NO due process taking place. In short, the Civil Service in England would be capable of seizing total power over England, at this point, and there would be no realistic way to stop them.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:This is scary. by Anonymous Coward · · Score: 0
      The combination of the loop-hole in the privacy laws, the CJA, the TPA and the 24/7 surveilance lead me to believe that Britain is plunging towards being a totalitarian state.

      Hmm... Britain becoming a totalitarian state, under the stated goal of combatting crime and terrorism.

      Well, as long as they don't take away my Ludwig Von...

      -Hypr Geeque

      I'm siiiinging in the rain...

    2. Re:This is scary. by Yaruar · · Score: 1
      I agree with parts of this but I think the picture isn't that simple.

      The Anti-Protestor and traveller sections tacked onto an otherwise sound Criminal Justice Bill were badly thought out, reactionary and tantamount to legitimised bigotry and destruction of the rights to peaceful protest.

      However I would say that CCTV is a necessary evil. We may not like being watched, but I prefer it to being attacked in the street.

      I think the sale of the images to private organisations is however a bad thing (although having worked where part of my job involved operating laser sighting infra red cameras I must admit I loved them *grin*)

      The crime reduction, especially with violent crime, attacks, muggings, rapes, etc. far outweighs privacy issues, especially when they are in public places (bugging and covert surveilence are other matters) If an individual is in a public place they are on display and therefore should have no complaints about their movements being watched as evedience in case they commit a crime.

      Overexaggeration based around paranioa doesn't see the whole picture.

      --
      Working for the (other) man
    3. Re:This is scary. by HiyaPower · · Score: 1
      Alas, I must concur with your judgement. And I am afraid that they "We will do anything to be safe and fuzzy" crowd here in the US is not far behind. For the amount of money being spent on such despotic security measures, a great number of lives could be improved or saved if the money were spent on medicine.

      To be forced to supply a decryption key that will make potentially damaging material available to whomever wants it is I am afraid a form of self-incrimiation. Theoretically, that is unconstitutional here in the states, but with the pro-active, revisionist legal system, I would not be surprised if such rights were to go out the window here too. The recent effort to have a "trap-door" key on file comes to mind.

      Yasee the plan is to first cut off their hair, then give them a m16 and then tell them that those funny looking folks over there are the enemy..."

    4. Re:This is scary. by jd · · Score: 2

      Wasn't Ludwig a chequered egg? :)

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    5. Re:This is scary. by hypergeek · · Score: 1

      D'oh! Ah dun fergawt tuh enable them cookiemajiggers...

      --
      Stay up hacking each weekend. Sleep is for the week.
    6. Re:This is scary. by Anonymous Coward · · Score: 0
      If an individual is in a public place they are on display and therefore should have no complaints about their movements being watched as evedience in case they commit a crime.

      *Sigh* If I am not committing a crime, then the government has no business watching me.

  47. Sounds like IRA talk to me. by Anonymous Coward · · Score: 0

    Bli-me, that sounds like IRA talk to me.

    Off to prison you go, there'll be no afternoon tea for you.

    1. Re:Sounds like IRA talk to me. by Anonymous Coward · · Score: 0

      bitter truth: if a copper has *any* reason to suspect you of belonging to a terrorist organisation, you can be held 'on suspicion' indefinitely.

      these reasons can involve being suspiciously foreign.

      dave

  48. EU law (and the old address book gag) by johnjones · · Score: 1

    err this violates the EU laws that I thought protect

    Freedom of speech

    And the right to silence

    Here's the argument if you had an address book (paper one) and wrote in code then you can not be made to tell anyone the code so how is this different?

    You can't say access is fast because most things that get encrypted that the police want are very small

    unlawfull and house of lords or any judge will tell you so there are to many precedents

    regards

    john


    a poor student @ bournemouth uni in the UK (a deltic so please dont moan about spelling but the content)

    1. Re:EU law (and the old address book gag) by sparkes · · Score: 1

      Since when has the uk government listened to the eu, or anyother entity that disagrees with it's position.
      the only way to fight it is to adopt your mp's until one of the buggers wakes up and relises all the gumpf they have spouted about e this and e that is crap if encryption is weakened in anyway
      sparkes

      *** www.linuxuk.co.uk relaunches 1 Mar 2000 ***

  49. United Kingdom MP email addresses and web pages. by Colin+Smith · · Score: 1

    For those of us who wish to have a quick word with their MP perhaps prior to writing to them:

    Parliament:
    http://www.parliament.uk/

    Those MPs with email addresses and web pages:
    http://www.parliament.uk/commons/lib/almsad.htm

    You could also try:
    [surname][initials]@parliament.uk

    Or Richar Kimber at Keele University has a good page:
    http://www.psr.keele.ac.uk/area/uk/mps.htm

    --
    Deleted
  50. So give it to them by Jeffrey+Baker · · Score: 2
    Yeah, give them the plaintext of anything they ask for. The govt might wonder why you have so many copies of the GNOME README file, but they'll get over it eventually.

    -jwb

  51. How to get someone thrown in jail by jbrw · · Score: 3

    Look at http://www.stand.org.uk/ - this is an important site.

    They show how to get Jack Straw (important government chap in the UK) guilty of committing a crime. That is, they encrypted a confession to an actual (undisclosed) crime, destroyed the key, and sent him the encrypted data. Jack Straw is now in possession of some information that would pressumably be of interest to the police, but he is unable to provide the decryption key (because he never had it in the first place), but, ofcourse, as many people are pointing out, how do you prove you don't have the key...

    While the example of the above site is, considering the circumstances, a fairly light-heated example, consider this: lots of politicans/business people (or anyone, really) are accussed, and investigated, of serious crimes regularly. How easy will it become to provide encrypted data to the person under investigation, without their knowledge, and then inform the police that that person is in possession of encrypted data that may (or may not? who can tell?) be of interest to their investigations. Police find data, ask for key, person is flung in jail.

    Ooops.

    I really hope Mark Thomas can squeeze a show in about this before the current season ends - I believe the shows are still being taped. (Mark Thomas is similar to Michael Moore, for you US people - only much, much better at what he does.)

    ...j

    1. Re:How to get someone thrown in jail by Autonomous+Cow · · Score: 1
      Notice that .uk part of that: http://www.stand.org.uk/. This protest site about the UK government action is located in the UK.

      Let's get a few mirrors up, just in case it mysteriously disappears, ...?

      --
      The Autonomous Cow. Moo.
    2. Re:How to get someone thrown in jail by Moredhel · · Score: 1
      The last in the current Mark Thomas series was recorded this past Sunday for broadcast this evening.

      There is to be a new series in the future, apparently - but Vera don't have much information yet.

      As well as the C4 site you pointed to, you might be interested in the less official MTCP site - less official meaning C4's lawyers don't get to censor it ;O)

    3. Re:How to get someone thrown in jail by redhog · · Score: 2

      Or just send him/her some random data, and you know for sure they can not crack it to provide the police with the key...

      But I think I've heard this debate here at v/. before, with exactly this argument, and the arguments of the commented...
      --The knowledge that you are an idiot, is what distinguishes you from one.

      --
      --The knowledge that you are an idiot, is what distinguishes you from one.
    4. Re:How to get someone thrown in jail by belroth · · Score: 1
      I emailed the Mark Thomas product about RIP last week (after his last pop at Jack Straw), they don't ack emailed suggestions so I don't know if they're thinking about a program (or they may have been before I wrote them).
      Oh BTW I sent an update earlier, I hope he does it.

      I really like him doing balloon trips over Menwith Hills (The 'secret' site where the NSA monitors all European satellite comms).

      ----

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
  52. An interesting contradiction. by Hampswitch · · Score: 1

    This is fun. Either you are only required to give them the plain text of any encrypted materials, or you are also required to give them the key. If you are only required to give them the plaintext, then any data you give them is unverifiable. If you have to give them the key, then you are required to break the encryption on any DVDs you possess :) I wonder if anyone has pointed this out to the MPAA...

  53. "Throw-down gun" of the 21st century by rlglende · · Score: 1


    So, the cop slips a disk of random numbers into your desk. You can't decode it.

    You a) get to stay in jail forever. b) Get inventive and decrypt it into an innocuous love letter.

    So, this law will be modified to force the key from individuals, not just the contents.

    The US version was worse: LEAs could decrypt it and not need to provide the key. That is, they could make up any contents they wanted.

    The fatal flaw with all of these stupid laws is that the penalty for using or not revealing the encryption must be worse than that for any crime which may be hidden by the encruption. Therefore, the death penalty must be the consequence for using encyrption if the laws are to work.

    I believe our generation will have to learn all over again that gov is inherently tyrannical.

    Lew
    Lew

    --
    "The Constitution, the WHOLE Constitution, and nothing but the CONSTITUTION."
  54. Why are you surprised? by Anonymous Coward · · Score: 0

    Britain is the New World Order's model police state where they try out all their new ideas (e.g. ubiquitous surveillance cameras and tracking of cars) before pushing them globally.

  55. Incriminate someone else by michael.creasy · · Score: 1

    By the sounds of things, if I emailed lots of people (for exmaple MPs) with encrypted data and then tipped off the police. All the MPs would be arrested for having encrypted data that they were not willing to decrypt (because they don't have the key).

    Just a thought.

    Michael

  56. Um, make your own pad? by Anonymous Coward · · Score: 0

    Can't you make ANY random string of data say anything you want by making up a fake 'random' pad?

    Mr. police man takes /tmp/randomjunkfile and makes up a pad to make it say "here is our plan to overthrow the government...bla bla bla".

    Since the UK government seems to consider the words 'innocent until proven guilty' to be meaningless how can someone prove that the cops fake pad isn't real?

    This would be the same as planting evidence but it seems that it might work well on a jury (if you can still get one over there).

    This could work both ways. Make up a pad that 'decrypts' your encrypted data to yield a cookie recepie or porn or somthing.

  57. Just a thought... by Hortensia+Patel · · Score: 1

    I Am Not A Cryptologist, but would it be so hard to devise a crypto scheme which combined your real data with one or more sets of dummy data plus some random gunk? Then you could hand over a key which retrieves the dummy data, and I don't see how anybody could prove that it wasn't the real stuff.

  58. Cops aren't STUPID by BeauNiddle · · Score: 1
    #Rant#

    Everyone on this board seems to feel the government and cops are dictators just waiting to spring out and look up the nice, friendly, honest people that we are.

    BOLLOCKS! The cops will only ask if they have reason to suspect you, if they get it wrong they know you will be able to sue them, etc. The reason the majority of people don't care about things like this is because they know the cops will never have reason to ask after what they have on the computers (encrypted or not).

    I'm sure people will reply to this saying that I'm ignorant and its people like me that start allowing dictators into power. I say its people like you who allow dictators in. You complain at every single step a government takes, and all you do is teach people to ignore you. Stop crying WOLF and save your anger and voices until there is actually something to complain about.

    #\Rant#

    The point I'm trying to make is the article above contains the words 'arbitrary interference', this law doesn't change that at all.

    1. Re:Cops aren't STUPID by jester_uk · · Score: 1

      ** start quote **
      BOLLOCKS! The cops will only ask if they have reason to suspect you, if they get it wrong they know you will be able to sue them, etc. The reason the majority of people don't care about things like this is because they know the cops will never have reason to ask after what they have on the computers (encrypted or not).
      ** end quote **

      Hmm, well. In the UK suing the police is a non-trivial matter. And there's also the clause that says you are not allowed to 'tip off' anybody else that you have been asked for your key. I suspect that would be used to disallow any court case against the authorities.

    2. Re:Cops aren't STUPID by ucblockhead · · Score: 1
      This would make sense if cops never made mistakes. Unfortunately, they are human and sometimes do.

      In the US for a while the cops had something called a "no-knock" search. Essentially, they'd just burst in with guns drawn. Those who opposed this sort of thing were countered with arguments almost identical to yours.

      Around that time, one guy was shot and permanently paralysed when he pulled a gun on some people who burst in to his house with guns drawn. A criminal who doesn't deserve protection? Well, guess what? That cops got the wrong address.

      Now anyway, please go read Bruce Sterling's "The Hacker Crackdown", which contains a far greater example of how the police can make mistakes.

      Remember, things like the 5th ammendment are NOT there to protect criminals. They are their to protect the innocent from police mistakes and misconduct.

      --
      The cake is a pie
    3. Re:Cops aren't STUPID by Anonymous Coward · · Score: 0

      They still do this. Technically they lock but only in the process of breaking in and throwing flashbangs. Late last year an elderly couple pulled twenty thousand or so cash out of their bank because they were worried about y2k. The cops decided they were drug dealers, and a swat team burst into their house and ended up shooting the guy. His wife says she thought they were robbers.

    4. Re:Cops aren't STUPID by cr0sh · · Score: 1

      Hell, I saw on COPS (the stupid Fox TV show) a scene where one cop thought a house was on fire, and went to a window (a large, expensive, multi-pane window, at that), and began busting it out with his nightstick. The old lady came to the door to see what was going on, they told her that her house was on fire, and she needed to leave. Well, she exited the house, but almost immediately after, it was found that the house that was on fire was NEXT DOOR.

      Needless to say, this was a pretty funny episode of COPS (I am still waiting for one where a guy gets pulled over, asked to search his car, he says no, get a warrant, then waits around. After they get the warrant, they do the search, and find nothing - then he sues the SHIT out of them)...

      Well, I think this one will be moderated down...

      --
      Reason is the Path to God - Anon
    5. Re:Cops aren't STUPID by bpellin · · Score: 1

      Ummmm.... last I heard cops don't need a warrant to search your car. Just reasonable suspicion which is very vague.

  59. Hiding Ciphertext in Ciphertext by aclaudet · · Score: 1

    In Schneier's Applied Cryptography (2nd. Ed.), there's a section, 10.8, that describes how to have two possible decrypts for the same encryption. You could have, say, your plans to overthrow the government AND your last bank statement encoded in the same file. If they bring out the thumb screws, just give them the key that results in your bank statement.

    So it's easy to get around the law. Cryptography is too good. On principal, though, it needs to be repealed.

  60. One time pad. by threaded · · Score: 1
    A one time pad system would.

    I heard of a NATO cypher clerk who accidentally ripped two pages off one evening. Much fun was had for several days as the decrypt still made sense.

  61. Ask: Why is **STRONG** cryptography so important? by Anonymous Coward · · Score: 0
    People want to be safe when passing financial data, etc. about. This is understandable. People want to beep this info away from others. Garden variety 3DES can doo this well. But do we really need NSA/MI6-proof encryption? Super strong crypto doesn't protect the regular guy any better if the Bad Guys aren't even breaking the regular crypto. The only possible goal of using strong crypto is to hide info from authorities because it's illegal or criminal.

    Get off the high horse. No one needs crypto that takes 6.02e23 years to break.

  62. Re:OPEN SOURCE SCOOBY DOO TOO! by Anonymous Coward · · Score: 0
    Scooby loves that. You deserve a Scooby snack, my friend.

    I'd like to announce the SOSPL: Scooby Open Source and Petrified License. Imagine...open sourced Scooby Snacks! Scooby dooby doo, and I love you!

    Trolling for Scooby-doo!

    Scooby dooby doo!

  63. how do they know by sakar36 · · Score: 1

    If you encrypt something, and they ask you to show them the plain text version, how could they know you are giving them a genuine version, and not some decoy text you made up so you look innocent?

  64. What can you do???? by sparkes · · Score: 1

    first off every UK /.er must adopt thier MP!!!
    write to him/her at least once!!
    get your freinds etc to do the same.
    one of them will break they will see the error of their ways, everythink they have said about eBritain is bullshite unless they repele this law.
    the law is unjust and bad for business as well as the consumer, see stand.org.uk for further proof on this.
    DO NOT take this lightly, goverments are made and broken by direct action, everybody distrubute DeCSS on the day the law comes into effect, they will be breaking their own law if they try to protect the key! FIGHT IT we have the power.
    sparkes

    *** www.linuxuk.co.uk relaunches 1 Mar 2000 ***

  65. Incrimination by Joe_Dark · · Score: 1

    I guess you guys don't have an equivalent of the 5th amendment over there so you can't incriminate yourself.

  66. UK leaves the Free World by Anonymous Coward · · Score: 0

    You are allowed by law to use encryption in the US and most western European Countries without giving your keys/algorithms to your government. The UK joins now the rouge states fo the world!

    1. Re:UK leaves the Free World by Anonymous Coward · · Score: 0

      hardly. i really dont give a fuck about this law. The police never knock on my door. If your trying to hide stuff from them then you must be regarded as suspicious. Law enforcement if it is to work must have some legal access to your media if a situation arises. Otherwise how the hell are they supposed to break up shit like kiddie porn rings and the like? Im sure these nuts will start encrypting their filth and still posting out to other sick arseholes.

  67. UK leaves the Free World by Anonymous Coward · · Score: 0
    You are allowed by law to use encryption in the US and most western European Countries without giving your keys/algorithms to your government.

    The UK joins now the rouge states fo the world!

  68. Re:Steganography ... well, yes. by Anonymous Coward · · Score: 0

    Will work. Good stego makes it difficult to tell whether there is hidden data in the file. If I have a hard disk full of MP3s, not random data, it is unlikely that every single MP3 is storing hidden data. I just like listening to music. If I have stego software, they can reasonably suspect that some of the MP3s might have hidden data, which is why I put a few giveaway files in there, preferably something mildly scandalous. They can say they think I have other files hidden, but they'll have no evidence at all that even suggests that to be the case. The only way I'll go to prison is if I live in a country where I can arbitrarily be thrown in prison anyway.

  69. Another Nail in the coffin of Freedom by speedbump · · Score: 1
    In case you gentle readers hadn't noticed, our Freedoms keep getting whittled down at the edges. Even if there is no 'national conspiracy' to convert our civic systems into police states, the net effect of our lawmaking processes are starting to result in an oppression machine of unimaginable proportions.

    The more laws are enacted, the more ways there are for citizens to become criminals. In America, 'ignorance of the Law' is not a valid defense! There are more and more instances of law enforcement authorities breaking the law to enforce it, and unfortunately, these outragious violations (such as lying to a judge to obtain a search warrant) are tolerated or simply ignored. What truly effective check do we in the USA or the UK have to punish law enforcement abuses? None.

    If I ever ran for office, I think my platform would be the promotion of a single bill, which would mandate that lawmakers must reduce the total number of laws on the books every year by 1%, for the next 50 years. Failure to do so would cause all lawmakers in that jurisdiction to forfeit their office, automatically, and new elections to be held. I could never get any of these characters to agree to the bill, because that would tend to ruin the nice little pork job politicians enjoy, but it would make a great campaign issue!

    Seriously, check your laws concerning how much power the police have to legally rape you. This bill is just the next swirl around the toilet bowl.

    1. Re:Another Nail in the coffin of Freedom by Anonymous Coward · · Score: 0

      it's not so black and white

      there are bad people, and good people; there are bad laws, and good laws; there are bad law enforcers and good law enforcers, etc

      the reality of the situation is that we all give up _some_ freedoms to ensure that society moves in a beneficial direction for ourselves and other people, otherwise, we end up in a total mess, generally there are some tradeoffs, and that's the fact of life

      the question is _how_ those freedoms are given up; and how many of them are given up, just keep fighting to make sure that the tradeoffs are _reasonable_ and that power does not become concentrated

  70. how would they know? by passion · · Score: 1

    If I were to get caught sending a string like, let's say:

    cn2!34r9"$0safvlq324C&V9024:8

    Which decrypts to "here is the super-secret code number" But they demand a plaintext version, so I give them something like "I think your sister is cute, give her phone number" along with an encryption key that creates the exact same cypher text that they captured?

    Who would be the wiser?

    --
    - passion
  71. Re:Welcome to the Police State of the United Kingd by Anonymous Coward · · Score: 0

    You can't prove it, therefore they can arrest you at will. Definition of a police state.

  72. US is next by nael · · Score: 1

    First the brits, than the yanks, next its the completeion of the "NEW WORLD ORDER". This just does not affects people in britian, but it also sets a precedent for other countries to follow suit.... I demand that we stand up now and let our congress representives and senators know where we stand on these issues. And even the upcomming elections, we should ask the canidates where they stand on issues such as encryprion and regulation of the net. .... that just my thougts.

    --
    He that hath a trade, has an estate. (Ben Franklin)
  73. Britain - the new Reich? by Anonymous Coward · · Score: 0

    Britain is fast becomming a fascist totalitarian police state anyway. Witness: removal of all guns from the public, the plan to control car speed via satellite, further clamp downs on personal and political speech. I bet Hitler and Stalin are laughing at them from Hell. They survived the Great War, only to become exactly what their enemies wanted them to be in the first place. Here's hoping they implode soon.

    1. Re:Britain - the new Reich? by TomV · · Score: 1
      Witness: removal of all guns from the public

      We never had the 'right' to have guns. Something i personally am very glad about. People kill people, but it's definitely easier with guns. Witness the Dunblane case - man with gun walks into primary school, kills 14 children. A week later, another man walks into a primary school in Wolverhampton bent on destruction. He has a machete and injures 2 people, neither in a life-threatening fashion.

      Mind you, they never actually repealed the laws requiring all adult males to attend Longbow practice every Sunday. remember, just because it's on the statute books doesn't mean it will be universally enforced.

      TomV

    2. Re:Britain - the new Reich? by Anonymous Coward · · Score: 0

      Indeed. and just because you have a written Bill of Rights it doesn't mean that will get enforced either. Soviet citizens had one of the best Bill of Rights ever. Unfortunately it wasn't worth the paper it was written on.

  74. surrender by Anonymous Coward · · Score: 0

    OK, for those of us who know we're going to loose, are there any free counties left? Not talking about the US here, talking about places where you can cook code in peace. (yes, I have no faith in humanity.) (They think there's a IT job shortage now, wait until they pass the UTCIA and we all leave).

  75. Re:Ask: Why is **STRONG** cryptography so importan by Bobzibub · · Score: 1

    In Rwanda, people had their ethnicity displayed on their National ID cards. Those unfortunate to have the wrong ethnicity were caught at roadblocks and shot on the spot.

    Illegal or criminal activities? It was 'illegal' to *be* Tutsi, and they could not hide that information.

    Don't think that one's country X cannot stoop to this because of Y and Z. Even a patriot cannot truthfully guarantee the sanity of their state over the next 20 years.

    Why should any organization (government or otherwise) who has the power of law and military force be able to act unchecked when snooping into individual's personal affairs? That is like saying that 'My alligator would never attack anyone who does not provoke it--therefore it should be allowed to play on the street.'

    If the English government requires one to provide a key to the authorities, (even if W9X crashed and took the partition with it) they are *already* displaying contempt for individual rights. Governments are the last organization one should send their keys too. Crooks will only take your money.

    -B

  76. What? Cops aren't STUPID - You must be joking! by Anonymous Coward · · Score: 0
    `Cops' as you put it are not amongst the clever crowds of Information Systems experts. If you're talking about the Secret Services `Cops', these are a bit better bit stil pretty much clueless.

    Can you read this ... --- ... ?

    How about this //-o||-- ..o/|ooo// ?

  77. Has there been a case yet? by RedMage · · Score: 1

    Has there been a case yet where a law enforcement agency was unable to optain evedence or other material relating to an investigation but were thwarted by encrytion or other cyber (or cypher!) means? If you read alot (espeically /.) you hear a lot about this topic, but I'm unaware of any specific cases that make this a high priority for law enforcement.
    If I were a cyber-criminal, I'd probably just use the old-fashioned method: don't keep anything around that would incriminate you; don't use anything that could be tapped: email, phones, etc.

    Ya know, the old Soviet methods!

    Chris

    --
    }#q NO CARRIER
  78. Right not to answer questions? by eiPi · · Score: 1
    The current British police caution states (as closely as can remember)
    "Anything you say may be taken down and used as evidence, and if it may harm your defence if you do not mention when questioned, evidence you later later rely on in court"
    As you can see, we barely have the right to silence in this country.
    --
    --
    I don't suffer from insanity- I enjoy it immensly!
    1. Re:Right not to answer questions? by odaiwai · · Score: 2

      There is no right to silence in UK.

      dave

  79. Re:Ask: Why is **STRONG** cryptography so importan by Anonymous Coward · · Score: 0

    Well let's see. Right now we're seeing distributed attacks on websites, where lots of machines get taken over to do the hacker's bidding. Why couldn't the same thing be done to break encryption?

  80. Re:Steganography ... well, not.^H^H^H^Hyes. by M1000 · · Score: 1

    It as to work; Imagine using a steganographic file system (there is one for linux, SFS).

    You hide your sensitive data with one key.
    You hide your porn with another key. ;-)

    You just give them the second key; There is no
    proof that there is more than one encrypted content" on your file system.

    With SFS, there will mostly always be some random data that cannot be decrypted, but they cannot be sure of it being encrypted or random junk.

    They would have to accept the fact that they can't
    "decrypt" all your "random" data.

  81. Are you an idiot, or do you play one on slashdot? by Wakko+Warner · · Score: 2
    Okay, say you're buying something online.

    Say I'm in the next room running a packet sniffer.

    Say you're _not_ using encryption, like a dumbass.

    Say I steal your credit card info.

    Cest la vie.

    - A.P.

    --


    "One World, one Web, one Program" - Microsoft promotional ad

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  82. Data as Property by Life+Blood · · Score: 1

    The question is what is data and electronic correspondence? If it is to be treated like speech, then you should have the right to refuse to answer or provide information. No problem there.

    The problem is that it most likely not treated like speech it is treated like an electronic version of a paper document. Electronic files are property. Now if they are property then shouldn't you be required to disclose their contents? As I see it the argument is analagous to the cops knocking on your door with a search warrant. You let them in, but when they get to your locked bedroom you refuse to let them in there. Well then the cops can kick down the door, because they have a legal right to do so. If they find that you do have the key and withheld it, they can charge you with obstruction of justice. Seems straight forward, but the cops must prove that you had the key to be able to charge you with a crime. At least in America they have to give you the benefit of the doubt. Of course if the room contains daily business records updated this morning, then proving you didn't have the key to it is damn hard. Rightfully so.

    Keep in mind that most encryption programs are much more like a steel gate or bank vault than a thin bedroom door. A lot of effort is required to open them. If you have encrypted data that the authorities have a right to see and the key, then you should be required to provide it. The law will basically mean nothing in the end, though. Its kind of like lying to the cops, illegal but in many cases unprovable.

    --

    So far I've gotten all my Karma from telling people they are wrong... :)

  83. stegfs by Anonymous Coward · · Score: 0

    time to get stegfs (and similar) ready for prime-time. plausible deniability will be essential in this legal climate.

  84. Do your passwords count?? by bil · · Score: 1

    Doesn't unix encrypt its passwords with a one way function and store the encrypted version, then when you log in take the password you entered, encrypt it and compare the two encrypted versions?

    If so then surely this bill means that all sys-admins are criminals, after all the he/she doesn't know the password (plain text version), and the algorithm is one way so theres no key to give (or way to decode it even if there was).

    I may be wrong of course, I'm not a security (or even a unix) expert.

    bil

    --
    Where you stand depends on where you sit...
  85. Sadly... by gfxguy · · Score: 1
    The worst part is when you look at it on a much wider scale.

    Whenever there is the potential for abuse, there will be abuse.

    Therefore, anything good will eventually be bad - like email and usenet (killed and/or dying via spam), and the web is filled with garbage. People use anonymous forums (ahem) to say things to people they would never say to their face - just a total loss of respect to the anonymous people sitting at the other side of some electronic connection.

    But this goes beyond the net...people buying software, copying and returning it causes many stores to have a very restrictive return policy on software. People buying computers, taking out the good hardware and putting in old junk and returning it are causing stores to implement restocking fees and much more restrictive return policies.

    And this goes beyond computers, of course. I get more junk mail than useful mail, I get as many telephone solicitations as real phone calls. People piss on the seats in public bathrooms, and vandalize whatever they can. People steal the pens at the counters at banks, where you fill out your forms. People litter. People speed. Automobile mechanics that don't rip you off are a little, teeny-tiny, itty-bitty minority.

    Let's face it: people suck.


    ----------

    --
    Stupid sexy Flanders.
  86. Telephone Numbers and feelings on this outrage by periscope · · Score: 1

    Before I start my main point, here are some telephone numbers:

    Cabinet Office: +44 171 2701234
    Martin Slater (MP for Reading, near London - my MP): +44 118 9546782

    Please read on.

    I have taken so much offence to this, words just cannot describe how I feel over this. As someone who uses extreme levels of security on a daily basis (mainly due to personal paranoia) I cannot believe that the government is trying to take the view "oh he uses security - he must be breaking the law". I have taken it upon myself to personally see to it that this law is stopped. I would appreciate anyone who feels about this in the same way that I do to mail

    roip-bill@easypenguin.co.uk

    and tell me that you agree with me. Please tell me if you don't mind your details being forwarded to government officials. I will take this to the European Court if the bill is passed and I _WILL_ stop it. Think about this:

    I use the international crypto patches. I _COULD_ use the Stegonographic Filesystem being developed by Cambridge University - so that it is impossible to tell that the encryption even exists.

    I believe in my right to use security, I will NOW OR EVER give up this right and will NEVER EVER give up the encryption keys to my data - I am not a criminal, why should I be treated like one?

    We must stop this NOW! As I said to the Prime Minister's secretary a few minutes ago, I now think that the US and the UK are falling behind the Thrid World countries - they may be poor, they may have many problems, but they don't treat their citisens as covert spies hard bent on destroying the nation with their "top secret" encrypted data...

    --
    http://www.jonmasters.org/
  87. Let me turn their analogy around on them by Jaborandy · · Score: 1
    From the article:

    "None of the law enforcement activities specified in the Bill is new. Covert surveillance by police and other law enforcement officers is as old as policing itself; so too is the use of informants, agents, and undercover officers"

    To hand their analogy right back to them:

    "If reading digital data is equivalent to the old use of covert operatives, then encryption is equivalent to closing the shutters so as not to be seen. Not handing over an encryption key is equivalent to not telling police what was said behind closed doors.

    "As covert operations are as old a policing itself, you will find that the peoples' right to privacy is as old as humanity itself. Who can deny that it is a basic human right to have moments of privacy? And how can a civilized nation demand that its citizens incriminate themselves when they are questioned about those private moments?"

    This law is an abomination, and should be struck down by the courts. Unlike the Parliament, the courts can strike down this law without proving themselves wrong.

    --Sandy

  88. CHK files by xmedar · · Score: 1

    Just rename your encrypted files FILE0001.CHK etc on an MS based system, so they appear as if they were blocks recovered by SCANDISK, noone can say they are not, so as they are not encrypted there is no key to supply and so you cannot fall foul of the law.

    --
    Any sufficiently advanced man is indistinguishable from God
  89. except... by searlyxx · · Score: 1

    The person in possession of a safe or safe-deposit box can reasonably be expected to have some means of accessing it. Encrypted messages, on the other hand, are comparable to having someone else drop a safe on your doorstep. This law assumes that you know whoever left the safe and that they gave you the key. If you don't know that person and you were given no key, how do you prove it?

  90. technology countermeasures by geeklawyer · · Score: 1

    I seem to recall hearing of two techniques: "swarms" and "onions" to defeat this tpe of measure. with swarms I think the idea was you were able to download encrypted files to which you did not have the key and could not therefore provide a plaintext. This download was certified by the swarm host and you could therefore plausibly explain the presence of encrypted files or PGP pseudo disks on your system. I cant find any other detyails though. Did a quick Altavista search etc. Can anyone help with more details?

    --
    -he who laughs last, is a bit slow.
    journal
  91. scenario by searlyxx · · Score: 1

    Suppose I send you an encrypted email with a suspicious looking subject. I don't give you the key. The police come knocking at your door. You've done nothing wrong, but if you can't prove that, you go to jail. How do you prove you _don't_ have the key? Presumably, the law is meant for situations where there is a bi-directional conversation between two people using encrypted messages. Such a conversation can't occure if neither party has the decryption keys. In the real world, however, laws that can be abused generally are abused, and if this law does not require such strong evidence that the suspect has the decryption key, then there _will_ be cases like the one above.

  92. What can I do by Sri+Lumpa · · Score: 1



    I am currently in the UK but am not a UK citizen, although I am an citizen of an European Union member (I'm French), so I don't think that the MP of the region I live give a sh*t about what I think.

    So what can I do to help? Talk about it to other (English) people to raise their awareness, yeah! What more?

    --
    "The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers." Bill Gates,
  93. What about transient session keys? by Anonymous Coward · · Score: 0

    Ok, I fire up an encrypting chat program, and discuss football and plans for world domination
    across the net with someone in south america.

    The program uses public key cryptography to exchange session keys which are sued to encrypt the messages.
    The plain text scrolls off the top of the screen into the bit bucket and is lost forever. I close the program and switch off the computer. My copys of the public, private and session keys are gone forever. Next week a man from the CID turns up with the encrypted data and asks me to decrypt it.

    "But I never even saw the keys, the program did it all automatically."
    "How do we know there isn't copy somewhere?"
    "But the program dosn't have an option to do that! Look I even have the source code for the program!"
    "Ah, but you could have changed the source to the program to store the key somewhere so you could have a copy!"
    etc....

  94. Loophole??? by bpellin · · Score: 1

    Is it just me or does anyone else see a huge loophole here? Provide a plaintext copy? It seems to me that they would have no way to verify whether or not the plaintext version of your data is the same as in the encrypted file. This would be especially easy to do if you use an encrypted file system.

  95. What did you expect? by Anonymous Coward · · Score: 0

    The Brits (not the Nazis) invented the Concentration Camp. They still use them to suppress the Irish freedom fighters. They still use torture against Irish freedom fighters. Personal freedom and liberty is only lip service for hardcore Brits.

  96. Hypothetical Case by Anonymous Coward · · Score: 0
    Suppose I store several megabytes of purely random data in a file on my disk drive, from whatever source - diode noise, radio staitic, etc. Now suppose my ex-girlfriend decides to get revenge for dumping me, and reports me to the police as a a pedophile. They come to my house, confiscate my computer, and demand the "key" to decrypt this large file. By UK law, can they now keep me in jail until I tell them how to "unencrypt" random bits???

    Part II: Is it possible to destinguish a well-encripted message from random bits using statistical analysis? Suppose I store all my records of my criminal activity in a file named "PureRandomBits"; can I then claim that no key exists, that I'm using the data for Monte Carlo simulations?

    Simply put, the major flaw of this legislation would seem to be law enforcement's inability to distinguish encrypted data from steganographic data from random noise.

  97. All this encryption stuff by BlueMonkey · · Score: 1

    Won't somebody *please* think of Natalie Portman?

  98. Probably cause by Anonymous Coward · · Score: 0
    Yeah, right, the police would NEVER come and confiscate your computer unless you'd committed a crime...

    Welcome to the real world. You dump your girlfriend, and to get even, she tells the police you're a pedophile and keep pictures of nekkid children encrypted on your computer. The police now have "probable cause" to seize your computer. Now you have to account for every file, every random bit of data on your computer, even the temp files generated by god only knows what app. And if they can't understand just one file, you are required to provide the key to it??? What if it isn't actually encrypted data? You spend the rest of your life in jail, having committed no crime, because you don't know how to decrypt random data???

    That's the difference between the physical realm and the digital realm. In the physical realm, you can almost always tell what an object is, a weapon is a weapon, people seldom fill notepads with completely random digits. On a computer, everything is ones and zeroes, and you can't tell a strongly encrypted message from a session log of modem noise. That's why we're bitching about this, but not the already existing search and seizure laws.

  99. Email??? by Anonymous Coward · · Score: 0

    Let me get this straight: the police in the UK can now anonymously email you an encrypted message for which you don't have the key, and then immediately arrest you and keep you in jail until you PROVE that you don't know the key? Why not just give 'em the right to shoot you on sight if they don't like the way you look...

  100. Look what happens when the government bans guns! by mvpel · · Score: 1

    It's happening here in the US. Once they finish licensing and registering and banning guns and gun owners, they'll start in on the rest of the Bill of Rights in earnest, making the Rampart division of the LAPD look like choir boys.

    And then we'll wind up like Britain - where law-abiding citizens are not permitted to have privacy on their computers, nor to own the tools with which they can defend themselves, and criminal thugs may attack with impunity thanks to a government guarantee of disarmed victims, and since the penalty for a .22 popgun and a submachine gun are essentially the same, nat urally they opt for the submachine gun.

    All freedoms are intertwined, and the right to armed self-defense lies at the foundation.

    If you live in California and haven't signed the self-defense Constitutional amendment initiative, get thee to http://www.vetothegovernor.org/ post haste.

    -Michael Pelletier

  101. Go figure! by uradu · · Score: 1

    And Brits love ranting against the EU and all its heavy-handed big-brother tactics. Yet in the recent past it's been mainly Brittain initiating big-brother efforts, with many of the other EU countries being less than thrilled. What about the public video surveillance system deployed in some London burb, I believe?

    Uwe Wolfgang Radu

  102. One time pad by Anonymous Coward · · Score: 0

    Obvious response to police if asked to decrypt a file for them: "Uh, the only encryption I consider secure is one time pad, and that file is, uh, one of my pads!" In other words, "You idiots, that IS the key! Now you just need to find the encrypted data!"

  103. Misunderstanding by Awel · · Score: 2

    I see a misunderstanding in several of the comments here. The bill has not yet passed, and is not yet made law. It is, as yet, still legal to store encrypted data on our computers. But the bill has been drawn up, and it will be debated in parliament, and in the current social climate, is likely to be passed without a murmur. So it is of the utmost urgency that we write, calmly and sensibly, to our MPs to stress the unfairness, unfeasibility, and sheer stupidity of the bill as it presently stands.

    1. Re:Misunderstanding by aidan+skinner · · Score: 1

      The bill has not yet passed, and is not yet made law. It is, as yet, still legal to store encrypted data on our computers.

      IANAL, but I don't think that this law makes it illegal, just that it means you have to hand over the key when asked...

      the obvious thing to do is not to be asked... >;)

      - Aidan

  104. No, but some can be vindictive by Anonymous Coward · · Score: 0

    The cops will only ask if they have reason to suspect you, if they get it wrong they know you will be able to sue them, etc.

    Tell that to David Milgaard... he spent 20 years in jail for crimes (rape, murder) he didn't commit. The cops had _NO_ evidence against him (he'd never even met his supposed victim), so they happily fabricated some... Hmm, no witnesses? No problem - lean on some prostitues, get them to tell the jury he confessed. Gee, looks like there's some evidence here that clears him... well, we can't have that, can we? let's just hide it away.

    Yes, he cleared his name, yes, he sued them, and yes, he got a million dollars compensation..

    I wonder, would the thought of a lawsuit help you get through 20 years of hell?

    Cops are people, and people have prejudices - if one doesn't like you, and he's not 100% "pure", don't expect that he won't do whatever he can to nail you, whether you're guilty or not.

  105. Reserved power? (scotland) by magpie · · Score: 1

    I was wondering if law concering this kind of stuff is a reserved power (by westminister) or if the parliament in edinburgh has any say?

    Not that I'm expecting the lib-dems to do anything about it when blair pulls the string and dewar 'decideds' to put though.

  106. No! by Anonymous Coward · · Score: 0

    Boy your dense! They'll just charge you with non-cooperation. Obviously what your claiming to be random data is really encrypted data your refusing to give the key(s) to. And don't think that they'll be satisfied with the key to only a few files, they'll want ALL the files on your hard drive "decrypted". What's that you say? It's not encrypted data? Sorry Bozo, your ass is in the slammer 'cause obviously your lying.

  107. This is Great by miracle69 · · Score: 1

    This is way to late to be moderated, but for those still reading at 1.....

    Go into Tower Records and DEMAND the keys for the encrypted DVDs they are selling.

    Doh!

    --
    Linux - Because Mommy taught me to Share.
  108. You are scary. by Anonymous Coward · · Score: 0
    >However I would say that CCTV is a necessary
    >evil. We may not like being watched, but I
    >prefer it to being attacked in the street.

    I have been attacked in the street by three thugs and guess what? I'd rather live with the danger of being attacked than the greater danger of having cameras everywhere. It's people like you that created the oppressive laws like this one!

    1. Re:You are scary. by Yaruar · · Score: 1
      >However I would say that CCTV is a necessary >evil. We may not like being watched, but I >prefer it to being attacked in the street.

      I have been attacked in the street by three thugs and guess what? I'd rather live with the danger of being attacked than the greater danger of having cameras everywhere. It's people like you that created the oppressive laws like this one!

      Well, you make personal attacks on me behind the AC tag, which says it all really.

      I've been attacked, I've seen friends put into hospital, we've seen many cases of attacks resulting in deaths where they can't prosecute because there is no evidence.

      Stuff I do in private is private, stuff in public is under the scrutiny of the public eye.

      I fought the CJA, sometimes physically as it contained genuine attacks on the freedoms of individuals to carry out their lives in a peaceful and non hamrful way.

      If you can give me one example of how CCTV stops someone from carrying out lawful and peaceful activity then I would be very suprised.

      And delusional paranoid fantasies about big brother tracking you day and night are just that.

      When it comes down to it CCTV cuts crime, increases incarceration rate for violent crimes.

      You want to see real oppression move to Indonesia and grow up.

      --
      Working for the (other) man
  109. Subversibe encryption by connor_macleod · · Score: 1

    Okay, then everyone need to look in to way to encrypt their data within other forms of data, especially video and applications. If this is done well and you are selective but thorough with the data you encrypt then you will be safe.
    -

  110. Guilty until proven innocent. by Robert+S+Gormley · · Score: 2

    That's the kicker. You have to *prove* you have no/there is no key to the data. Or else you are legally determined to be hiding the key.

    --

    Open Source. Closed Minds. We are Slashdot.

  111. Posting modes by David+Gould · · Score: 2


    Will somone please fix the damn Extrans posting mode!

    Will ucblockhead please figure out how the damn Extrans posting mode works!
    (Oh, and try using "Preview", too.)

    The posting modes are tricky, but here's how they work, near as I can tell:

    Extrans (Extended Translation) converts everything, including automatically replacing angle brackets with "&lt;" or "&gt;" escapes, so that it all shows up exactly as you type it and nothing gets interpreted as HTML tags.

    HTML Formatted is the opposite: it doesn't interfere with what you type, so any tags are interpreted as HTML, and there is no formatting except for your tags. Note that newlines are ignored, which is why people so often complain that their paragraph breaks got lost.

    Plain Old Text (which I use and which is probably the one you want) is in between: despite the (perhaps misleading) name, it does interpret HTML tags, but it also adds some formatting information. Specifically, it adds a <BR> tag wherever it sees a newline, so you get a paragraph break wherever you hit return. As far as I can tell, this is the only thing it adds.

    I just now noticed that they seem to have fixed a bug that's been irritating me forever: When I would use "&amp;", "&lt;", or "&gt;" escapes to prevent ampersands or angle brackets from being interpreted, it would work, but each I previewed, the text box would get the interpreted results, so the next time through, they would get eaten. This doesn't seem to happen anymore, though. Maybe now I can go play with my user preferences without having to redo the escapes in my sig (painful).

    No offence, right? I see you got it straightened out further down. You'll also see me agreeing with you regarding the actual topic of this thread.

    David Gould

    --
    David Gould
    main(i){putchar(340056100>>(i-1)*5&31|!!(i<6)<< 6)&&main(++i);}
  112. US already has this by ime · · Score: 1

    Any judge can order any person subject to its jurisdiction to provide any key or pad necessary to read anything. If the person is unable or unwilling to do so, that same judge can order the person fined or jailed for contempt of court. Courts in the US are much more powerful than in other jurisdictions. This is at least partly because by giving courts that power, elected officials can avoid appearing directly responsible for the actions taken.

    --
    Randy Hudson
  113. Steganography makes this really absurd by pschachte · · Score: 1

    Sure someone can frame you by planting an encrypted file for which you do not have the key on your computer. In fact, they could send you a file full of line noise, and claim that it's an encrypted plan to overthrow the government. But why bother? All they have to do is claim that that harmless looking .gif file on your hard disk contains a message hidden with steganography. I dare anybody to prove that there is no content hidden in some randomly chosen image on their hard disk.

    It seems this law not only shifts the burden of proof onto the accused, but it burdens them with proving the unprovable.

  114. ... by Zira · · Score: 1

    The only way this will happen is if people tamely agree to it without a fight, which will once again validate my belief that human beings are only so many sheep willing to bend over and take it right up the haunches.

  115. Re:FIRST SCOOBY! by bartelby · · Score: 1

    You must be stoned, thats o.k., but keep it to yourself next time.

    --
    Stop supporting fascism, stop paying taxes.
  116. Plain text file != encrypted file. by Anonymous Coward · · Score: 0

    How do they know if the plain-text file is the same as the encrypted file? If they are never able to decrypt it, then they have nothing to check it against.

  117. What a waste of time and money by Zemran · · Score: 1

    This act seems completely at odds with the basic human rights, i.e. presumption of innocence, and therefore will get thrown out by the EU. In the mean time Jack Straw (famous idiot and defender of Pinochet that he is) is wasting our money dragging it through Parliment.

    I wish that we (the taxpayer) could sue him (jack Straw) for the money he is wasting.

    --
    I love stacking my barbecues in the shed at the end of summer - you can't beat a bit of grill on grill action.
  118. Plain text file = encrypted file. by Anonymous Coward · · Score: 0

    ACtually, that is not quite true... The most commonly used way to find an excryption key (in bidirectional en/decryption methods is to KNOW what the contents are, know what the encoded message is, and from this You can derive the en/decryption key. (similarly to the Japs Code broken immidiately after Pearl harbor).
    Your argument would/will only be valid if the key used is a "one way" key (in normal terms). However, such codes are not used for messages as these are often to be read (decrypted) by the reciever, and not "guessed and compared to".

  119. What's so awful? by Anonymous Coward · · Score: 0

    What's awful with that you have to supply the key if your under investigation for a crime. To not have to give out the key is like having a safebox and saying that they can search your house but not open the safe. The thing I would recent is to allow them to have a key to open your documents with out you knowing about it.

  120. Links and sources by Skinny+Rob · · Score: 1
    Sorry if someone's posted this already, but here's links to the Bill itself:

    Quick Home Office summary, with Part 3 relating to the crypto stuff.

    Full text of Bill as introduced to parliament (Part 3).

    Of course it's all written in that sort of legalese which ought to win the International Obfurscated English Contest...

  121. So don't care. It's Your choice by Anonymous Coward · · Score: 0

    The day I manage to actually have data like that needing protection I will think then and only then about using some form of encryption.


    I'm not going to FORCE You to care, but if You say, WHEN this happens I (You) will start caring, You're on the loosing end.

    When they vame for the criminals, I did not speak up, for I was not one of them. When they came for the jews, I did not speak up, for I was not one of them. When they came for me there were noone left to speak up for me.

    Even if You have no independandt though of Your own, no moral values, decency or common sense. The least You can do is to learn from past mistakes.

    If You let the government get away with this because "It's none of my concern", who will help You when there's an issue that IS your concern ?
    If You're not part of the solution, at least don't be a part of the problem.

  122. No warrent required... by DarkMan · · Score: 1

    for some people to order data or keys to be given up.

    Now, whilst I'm not a lawyer, here's my thoughts on reading the bill.

    Part 1 sets up a register of 'approved providers of cryptographic support services'.

    Interestingly, you don't need to be providing any service in the UK, to apply for approval. (Para 2.1 b ).

    Part 2 allows the use of a digital signature, as a legal indicator if identity.

    Para 7.2 basically says that if it looks like the signature is ment to be attatched, then it is. Given that you can use either a chunck of random data, or a procedure applied to the signature, (Para 7.3), and it must be certified as per para 7.1, it looks to me like you could, if you can packet sniff and spoof, read a message, then send a second message, claiming to be a signature of the sender, to the recipient. The reciptent would then be able to certify that signature, and, ta-da, you can sign that person up to what you want, with legal force. Fair? I have seen no point in the bill that states that the sender must certify his signature.

    Part 3 is ther meaty bit - this is the part that allows your data / keys to be taken.

    There are a number of mechanisms for getting authorisation to do such - two by my counting, as detailed in Schedule 1.

    1 - Secretary of State, or a Judge, JP, Sheriff[0] etc issues a warrent.

    2 - With written permission, but no actual warrent from same as above, or something along those lines[1].

    These methods have various sub conditions, depending if they have your data, or if they think you are about to get encrypted data (which is enough for them to get a warrent to force you to decrypt it).

    There's a particularly worrying batch of legalese in schedlue 1, that suggests that they don't always need a warrent, and can act on the say so of a senior polic officer, customs and excise commisioner, or, worryingly, a senior member of the military. The latter bit worries me a lot.

    Hopefully my reading of it is wrong, anyone want to confirm?

    [0] A Sheriff is a local magistrate, not a law enforecment offical (in Scotland)

    [1] A particulary contorted batach of legalese in Schedule 1.2 - 1.4
    --

  123. The dangers of Linux by Zemran · · Score: 1

    When I had my PC taken away by the police (suspected of cracking) they took 5 weeks to accept that the "encrypted" area was actually my Linux partitions. They were using standard Windows tools to view the hard disks and found they could not view the data on 3 of the hard disks. If this act had been in place I could have been held while they found there was nothing to find. I could not have given them the encyption key as the data was not encrypted. They are too stupid to be trusted with this sort of power.

    --
    I love stacking my barbecues in the shed at the end of summer - you can't beat a bit of grill on grill action.
  124. Tony Blair's website by Anonymous Coward · · Score: 0

    There is a thread about this Bill started on http://www.number-10.gov.uk/ Why not let them know what you think?

  125. Spoken Like a Socialist! by speedbump · · Score: 1
    Hey, I'm just pointing out the trend. And I don't buy the idea that a freedom lost in a nice way makes it any less lost.

    At what point, as one chips away at personal freedom, is it lost? Is 80% freedom acceptable? How about 60%? Hey, we've got so many people in our city, isn't it reasonable that they can only enjoy 50%?

  126. Source? by cr0sh · · Score: 1

    Do you have a source for this? I have heard the same thing, but never from a verifiable (or legal) source. No one on any of the real-life cop TV shows (that I know of) has ever challenged this, and I have never heard of anybody challenging this.

    I still think I would make a big stink about it, just to harass them a bit, then to make them look foolish. I am a citizen, and I have Constitutional rights against unlawful search and seizures. These laws (if that is what they are) which were put on the books to allow cops to do that to your car ARE unconstitutional. But we must fight the "WAR ON DRUGS"!

    What if you lived in your car? What if you invoked your right to travel (this, I imagine, opens up a whole different can of worms - not to mention how difficult it is to get, and keep, the manufacturer's statement of origin, at the time of purchase of a vehicle)?

    BTW - anyone out there know how you can obtain this piece of paper (the original) back from the leinholder and vehicle registration office? Is it too dificult to bother with (most people buy thier cars on loan, and the right to travel can only be invoked if you are the owner of the property, but with a lein on the vehicle, the leinholder is the owner, plus the state has ownership due to registration, etc)?

    --
    Reason is the Path to God - Anon