Slashdot Mirror


Export-level Encryption Proves Insufficient

rossjudson writes: "The Independent is running an article about the shoe bomber terrorist. The interesting bit for Slashdot readers is at the bottom -- apparently the 40-bit encryption in the export version of Windows 2000 was cracked by a set of computers using a brute force method. So let's confront the question: Should the US prohibit the export of high-encryption software? Here is a case where the default values (40 bit) clearly helped recover valuable information from a system." There's another article in New Scientist focusing on the encryption issue.

1 of 517 comments (clear)

  1. Re:It doesn't matter because: by eXtro · · Score: 2, Flamebait
    This isn't difficult stuff - anyone with high school math and an introductory programming course (in just about any procedural
    language) would be able to hack together an encryption program in no time.

    This statement is false. The knowledge of high school math won't help you develop cryptography at all. Most people with advanced math knowledge will only develop weak cryptography as well. What's really needed is somebody elses work, an algorithm, and the knowledge on how to implement it in software. As soon as you think you're going to develop a secure algorithm on your own you're screwed.