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

 



Forgot your password?
typodupeerror
×
Privacy Databases Security United States

Mass. Data Security Law Says "Thou Shalt Encrypt" 510

emeraldd writes with this snippet from SQL Magazine summarizing what he calls a "rather scary" new data protection law from Massachusetts: "Here are the basics of the new law. If you have personally identifiable information (PII) about a Massachusetts resident, such as a first and last name, then you have to encrypt that data on the wire and as it's persisted. Sending PII over HTTP instead of HTTPS? That's a big no-no. Storing the name of a customer in SQL Server without the data being encrypted? No way, Jose. You'll get a fine of $5,000 per breach or lost record. If you have a database that contains 1,000 names of Massachusetts residents and lose it without the data being encrypted, that's $5,000,000. Yikes.'"
This discussion has been archived. No new comments can be posted.

Mass. Data Security Law Says "Thou Shalt Encrypt"

Comments Filter:
  • by rwa2 ( 4391 ) * on Sunday April 25, 2010 @02:28PM (#31976470) Homepage Journal

    That's pretty much already corporate policy at the last two major places I've worked for a few years now. It would be nice if the government starts treating that data the same way.

    In fact, it would also be nice to mandate encryption and signatures for email so there will be no more unsolicited spam. And finally it would be great if no one was allowed to open up a line of credit without my cryptographic signature so I wouldn't have to protect my SSN, birthdate, and mother's maiden name like it was some sort of safety deposit box combination.

    • Second that. Sound surprisingly reasonable. Hope that more states and countries follow.

      • !Micro-management (Score:5, Interesting)

        by cmholm ( 69081 ) <cmholm@mauihol m . o rg> on Sunday April 25, 2010 @02:50PM (#31976718) Homepage Journal

        I think the /. article sub-header "some-serious-micromanagement dept" is incorrect. "Micromanagement" would be to specify a particular technical approach. The law [mass.gov](220kB PDF) doesn't even mention https. So, I think the legislation's level of detail appropriate: "just do it." The author of the FA seems to think this'll sell a lot of SQL Server upgrades, and if SQL Server is what someone is running to persist data, I suppose so.

      • THIS IS A FARCE (Score:5, Insightful)

        by Lord Ender ( 156273 ) on Sunday April 25, 2010 @03:38PM (#31977208) Homepage

        Encryption in transit is great. Encryption of backup tapes is great. Encryption of end-user systems which store the data is great.

        But encryption of live servers and databases is a farce. Encryption without key management is itself a farce, and a servers which require keys to operate necessarily lack key management. Furthermore, server encryption is absurd because it can only protects against physical theft of the servers, not against hacking.

        The only case in which server encryption would do a bit of good is if the datacenter has no physical security, and every time a system boots, someone has to walk over to it and type a 20+ character random password.

        Yes, I work in IT security. Yes, I think encryption is great, but NOT ON SERVERS.

        • Re:THIS IS A FARCE (Score:5, Insightful)

          by pem ( 1013437 ) on Sunday April 25, 2010 @04:00PM (#31977412)

          ... server encryption is absurd because it can only protects against physical theft of the servers, not against hacking.

          No, it also protects the rest of us against idiots who sell old hard drives on ebay.

          • Re: (Score:3, Insightful)

            by Sandbags ( 964742 )

            1) corporations typically don't resell old hard drives that were once in servers. Many of them get returned at lease end, the rest are of little value as used components having run constantly for 4-8 years under load.
            2) Most server HDDs don't go in computers. We use almost exclusively FC and SCSI disks, and a lot of SAS now as well. These drives are 10K or 15K, make a shit load of noise, and
            3) RAID controllers obfuscate the data. You'd need a near complete RAID set to be able to reconstitute the data af

        • Re: (Score:3, Insightful)

          by EdIII ( 1114411 )

          But encryption of live servers and databases is a farce.

          It's not even possible. The example the article gave of a thousand users is cute, as in, "awwwww that's so cute". I am pretty sure a lot of people in the real world are dealing with databases with +2 million records. Personally, I have dealt with over 250 million records.

          One of the biggest failures people make just starting out is not planning to scale. That's why some low end database products grind to a halt getting above even 50k records.

          There is

        • Re:THIS IS A FARCE (Score:5, Insightful)

          by flajann ( 658201 ) <fred...mitchell@@@gmx...de> on Sunday April 25, 2010 @04:04PM (#31977442) Homepage Journal

          Encryption in transit is great. Encryption of backup tapes is great. Encryption of end-user systems which store the data is great.

          But encryption of live servers and databases is a farce. Encryption without key management is itself a farce, and a servers which require keys to operate necessarily lack key management. Furthermore, server encryption is absurd because it can only protects against physical theft of the servers, not against hacking.

          The only case in which server encryption would do a bit of good is if the datacenter has no physical security, and every time a system boots, someone has to walk over to it and type a 20+ character random password.

          Yes, I work in IT security. Yes, I think encryption is great, but NOT ON SERVERS.

          Agreed. I'm a MySQL guru (among other things), and I can't see keeping names and email addresses encrypted in the database on the server. Credit card numbers and other sensitive foreign account numbers? Absolutely. But what they are asking for is a joke. And what? The entire world would have to change how it stores things on its servers just to appease Massachusetts? Gee, if every territory starts lubbing its own rules about how the world should handle data of its residents/citizens, you can just kiss the Internet good-bye.

          What this all means though is that the small startup/merchant/mom-and-pop Internet operations will find it more and more expensive to swim in these waters infested with little fiefdoms everywhere with delusions of hegemony.

          Then again, it's always dangerous when politicians -- especially local ones -- try to legislate anything on the global Internet. Some years back some idiot New Hampshire legislature tried to impose a tax on -- are you sitting down? -- email. Can you believe it?

          • Re:THIS IS A FARCE (Score:5, Insightful)

            by GNUALMAFUERTE ( 697061 ) <almafuerte@gmai[ ]om ['l.c' in gap]> on Sunday April 25, 2010 @05:00PM (#31977936)

            I agree 100% with you. Encrypting is very important, but more important is UNDERSTANDING what encryption is. This guys think if you magically apply DSA/Elgamal over your data, then it's secure. It's the same kind of delusion that development companies have with DRM. They added an if() somewhere on their code that checks a stupid key, and they believe that keeps them safe. It doesn't matter how much you encrypt your data, if you are going to access it eventually in an automated way, that is not going to protect you in any way. Encrypting the data and hardcoding the key on your app means nothing.
            Also, keeping certain information encrypted on the DB is just crazy. Doing a complex JOIN with multiple tables and a few LIKEs when you have a table with 200 million records is complex and resource intensive enough, adding encryption in every motherfucking field to that is only adding insult to injury.
            I manage a pretty complex setup of distributed asterisk servers, with replicating SQL DBs across 3 countries. CC data is only stored on the US server, and the key to decrypt them is not on the server, it's stored securely on another workstation, encrypted with yet another 4096 DSA/Elgamal key that I only have on yet another location. I only enter it once a month for billing purposes, and it only stays in RAM as long as the server is processing the monthly payments. I am a conscious coders, and I take privacy and security very seriously, but this law is just ridiculous.

          • Re: (Score:3, Insightful)

            What this all means though is that the small startup/merchant/mom-and-pop Internet operations will find it more and more expensive to swim in these waters infested with little fiefdoms everywhere with delusions of hegemony.

            What, you thought this law was passed for some purpose other than that? Laws like this serve two purposes: One, to be able to put a sound bite into ads and two is to help big companies keep small competitors out of the field.

          • by Anonymous Brave Guy ( 457657 ) on Sunday April 25, 2010 @06:06PM (#31978458)

            I'm sorry, but I strongly disagree with your position on almost every count.

            Firstly, your point about different territories with different rules is fundamentally flawed. Many places — all of Europe, for example — already have stronger data protection laws than most of the US. This causes no earth-shattering problem with compliance. Large companies keep the data they can't legally export within their European offices. Smaller companies just outsource things like payment collection to services that guarantee any personal data will be processed securely and not transferred outside of EU borders. They were going to outsource it anyway, so the only people who lose out are services that want to handle sensitive information but can't make the same guarantees as others about security, whose flawed business model just became obsolete.

            Secondly, I think you (and several other DB admins and such in this Slashdot discussion) are far, far too casual about this subject. In my country, we have had a string of mismanagement or outright leaks of sensitive personal data in recent months. The number of people who have wound up losing money or suffering long-term hassle just to set their records straight is absurd, and rising every day. A $5,000 fine per leak is nothing compared to the hassle and indirect costs of someone suffering identity theft, even if they get everything put right in the end and recover their direct losses. To one side, it's several months of hell to get your identity back. To the other, it's a mere business expense, a footnote on page 172 of the annual financial statement.

            In my not so humble opinion, both business and governments need to learn this lesson, and I have absolutely nothing against sending a business to the wall if it collects personal information but fails to secure it properly. We have allowed more-or-less unrestricted collection of personal data for a few years, easily long enough for the industry to gets its act together. The result has just been organisations hoarding personal information about people for reasons that are entirely self-serving, pretty much all of whom could just die and make the world a better place anyway, and the string of screw-ups I mentioned before from many organisations that do have a legitimate reason to hold that sort of data.

            It is time for organisations that think this is OK to be taught otherwise, and frankly these fines are on the light side. I would have preferred an additional statutory duty of care with unlimited liability to cover the cost of putting right any damage done to an individual following a leak. Go ahead and reevaluate your security protocols and whether it is really impossible to do these things or just inconvenient/expensive, when the other side of the inequality you're testing looks like an 8 on its side instead of a $10 per person class action settlement.

            • by Corbets ( 169101 ) on Monday April 26, 2010 @12:14AM (#31980640) Homepage

              I'm sorry, but I strongly disagree with your position on almost every count.

              Firstly, your point about different territories with different rules is fundamentally flawed. Many places — all of Europe, for example — already have stronger data protection laws than most of the US. This causes no earth-shattering problem with compliance. Large companies keep the data they can't legally export within their European offices. Smaller companies just outsource things like payment collection to services that guarantee any personal data will be processed securely and not transferred outside of EU borders. They were going to outsource it anyway, so the only people who lose out are services that want to handle sensitive information but can't make the same guarantees as others about security, whose flawed business model just became obsolete.

              While I don't disagree with your post, I wonder just how many large European businesses you've worked for. I'm a consultant in this field, and have quite a few clients who are multinational. While a minority make efforts to stay in compliance with such data privacy laws, such as by keeping PII in the country of origin, a vast majority have no idea where their PII is stored or transmitted. They think data privacy doesn't really apply to them because they don't keep credit cards, and they don't understand the nature of Safe Harbor agreements or what, exactly, is covered therein.

              Data privacy is important, and probably needs to be legislated at some level, but don't go telling people that simply because it's the law here, companies actually comply with it.

        • Re:THIS IS A FARCE (Score:5, Informative)

          by eihab ( 823648 ) on Sunday April 25, 2010 @04:11PM (#31977512)

          But encryption of live servers and databases is a farce. Encryption without key management is itself a farce, and a servers which require keys to operate necessarily lack key management. Furthermore, server encryption is absurd because it can only protects against physical theft of the servers, not against hacking.

          I'm not a lawyer and I didn't read the entire law that was passed (grain of salt, etc.), but from my layman interpretation nothing in here says that you have to encrypt data on your live servers.

          The penalties are assigned based on breaches, that is, if someone hacks into your server and steals Massachusetts residents' records, you owe $5k for each non-encrypted record that was stolen (as well as notify the person and the state). Also if you have employees taking un-encrypted data off site on laptops that get stolen, similar penalties apply if the laptop was stolen.

          Make sure your servers are secure, up to date, and fire walled, encrypt roaming laptops and you'll be fine.

          If my understanding is correct, I think this is a great law. If more states implement it, we won't have companies leaving sensitive data on laptops that get stolen because of a careless contractor/employee.

          The damages to a company would be so real and enormous that they will have to implement stringent security protocols, or one breach can very possibly take them out of business.

          • by LarryWest42 ( 220323 ) on Sunday April 25, 2010 @07:21PM (#31978998)

            eihab seems to have it right.

            IANAL, either, but I did read the whole law and there is no broad encryption mandate as the SQL Mag author claimed.

            The encryption-related sections of the law that I can find (17.04 (3) & (5)) actually mandate:

            • “(3) Encryption of all transmitted records and files containing personal information that will travel across public networks, and encryption of all data containing personal information to be transmitted wirelessly.”
            • “(5) Encryption of all personal information stored on laptops or other portable devices;”.

            In other words, if you send data over public networks, or wirelessly, or store it on laptops, you should encrypt it. Excuse me for not getting excited about this.

            Law: 201 CMR 17.00 reg [mass.gov]

            FAQ: 201 CMR 17 faqs [mass.gov]

            The whole thing seems pretty sensible overall.

          • Re: (Score:3, Interesting)

            by Sabriel ( 134364 )

            Here's a kicker - this law apparently does not apply to the politicians themselves. From the FAQ at http://www.mass.gov/Eoca/docs/idtheft/201CMR17faqs.pdf [mass.gov]

            Does 201 CMR 17.00 apply to municipalities?
            No. 201 CMR 17.01 specifically excludes from the definition of “person” any “agency, executive office, department, board, commission, bureau, division or authority of the Commonwealth, or any of its branches, or any political subdivision thereof.” Consequently, the regulation does not app

            • Re: (Score:3, Informative)

              by Sabriel ( 134364 )

              Update to my above post - apparently the government's security is covered by different-but-similar pieces of legislation, and not being a US resident I'm not about to go wading through it to find out where they've hidden the inevitable loopholes.

            • Re: (Score:3, Insightful)

              by moortak ( 1273582 )
              Honestly what would it matter if the law did apply to them. They would have to give themselves $5000 per record compromised, tell themselves about it, and tell the affected party (probably covered under different disclosure laws).
    • Re: (Score:2, Offtopic)

      by tomhudson ( 43916 )

      Stupid law. It means, for example, that you can no longer keep an email in unencrypted form.

      Hey. on the other hand - maybe this will help kill off facebook.

      • by fm6 ( 162816 ) on Sunday April 25, 2010 @07:23PM (#31979014) Homepage Journal

        Stupid law. It means, for example, that you can no longer keep an email in unencrypted form.

        This is why you should never ask Slashdotters for legal advice. Not only are they not lawyers, they overestimate their psychic abilities, and are willing to interpret a law based on a third-hand summary.

        Neither TFA (actually a blog by somebody who's using this kerfuffle to encourage people to move to Microsoft SQL server) or the original Information Week article are specific as to who this law applies to. I found the text of the law online:

        http://www.mass.gov/Eoca/docs/idtheft/201CMR1700reg.pdf [mass.gov]

        Remarkably readable for legislation. It applies to anybody who "receives, stores, maintains, processes, or otherwise has access to personal information in connection with the provision of goods or services or in connection with employment." So your email is OK.

        Despite what TFA says, I don't see anything that would require anybody to encrypt their databases. The encrypted transmission requirement is there, but it isn't as if SSL is rocket science. But the biggest misinformation in TFA is what has to be protected. Somebody's first and last name isn't sensitive unless it's transmitted or stored "in combination with any one or more of the following data elements that relate to such resident: (a) Social Security number; (b) driver's license number or state-issued identification card number; or (c) financial account number, or credit or debit card number". It then goes on to say that any information that's in the public record is not sensitive and does not need to be protected.

        All in all, a pretty reasonable law that merely mandates practices that are already standard at many companies — including Facebook.

    • by tepples ( 727027 )

      In fact, it would also be nice to mandate encryption and signatures for email so there will be no more unsolicited spam.

      Spammers would just sign their ads. And besides, how would Joe User enter the strongly connected part of the PGP web of trust without flying to a Major City(tm) for a key signing party?

    • amen! (Score:3, Funny)

      by Weezul ( 52464 )

      Yes, a completely reasonable law, that just outlawed facebook. :) sounds like progress to me!

  • by wiredog ( 43288 ) on Sunday April 25, 2010 @02:30PM (#31976506) Journal

    Now maybe if they actually enforce it businesses will get the idea that they should protect the data.

  • by hansraj ( 458504 ) on Sunday April 25, 2010 @02:33PM (#31976534)

    It would have been very difficult for us to figure out how much the fine would be if you lost the records of 1000 people.

    It would have been nicer though if you gave us another example. How much would the fine have been for losing records of 2000 people?

    • Re: (Score:2, Funny)

      by Anonymous Coward

      I'm sure you could get a discount for large quantities.

  • by MartinSchou ( 1360093 ) on Sunday April 25, 2010 @02:33PM (#31976540)

    What is so scary about this?

    With a high cost of PII, there is now an economic incentive for companies to actually give a rats ass. It's the same kind of incentive that is used to make sure companies don't just dump toxic chemicals in kindergarten sandboxes.

    • by El Lobo ( 994537 ) on Sunday April 25, 2010 @02:46PM (#31976668)
      It IS scary because extremes are always bad. Yes, it sounds politically correct here on /., privacy, bla bla bla, but when you just are going to extremes like the need of encrypting *public* and easily available information like, say the name of a person, which is also available (with even more details) in your favorite telephone directory, you are not being "good". You're being ridiculous.

      I understand the need of encrypting credit card numbers, etc, but too much is too much.

      In Sweden it is illegal to publish any information about who the owner of a vehicle is, for example. Yet, it is perfectly legal to send a SMS to the traffic authorities to get the same info. Go figure.

      • by Anonymous Coward on Sunday April 25, 2010 @02:58PM (#31976826)

        No, this law is not "too much". Slashdot makes it look like "too much" because the article summary is incomplete and misleading.

        This law only applies to certain databases that should have been encrypted anyway.

  • If you're a company that doesn't do business within the boundaries of the state, they'll have a damned hard time justifying why you're beholden to their laws.

    • The spam laws aren't shot down. It's basically the same thing. If I have a company in Texas and someone in Mass buys something I have to protect their data or face fines. If I send UCE to someone in say California and I'm sending it from Texas I can face fine in California.
      • by fotbr ( 855184 )

        But if you're in California, and a resident of Mass buys something from you while they're on vacation in CA, and you store any PII in your sales database, why the hell would you be subject to MA law?

    • Re: (Score:3, Interesting)

      by zarthrag ( 650912 )
      That's already started to go south with online sales tax. Simply doing business with a resident of the state is enough of an opening to allow the state to preserve the rights of their citizens. The only way to circumvent that would probably be to not do business there (i.e. void where prohibited.) Though, I must say, this is a GOOD thing.
      • Re: (Score:3, Informative)

        by Gr8Apes ( 679165 )

        The thing is, I'm not a resident of MA and MA has no rights to enforce any laws where I live, as I'm outside their jurisdiction.

        Last time I checked, if I do happen to do business with a MA resident, MA still has 0 rights regarding any such business as it would be interstate commerce, which is solely controlled by the federal gov per the Constitution.

        However, I do agree that companies need to be held to stricter standards regarding personal information and probably should be handled by the feds sooner than l

  • Phone book (Score:3, Interesting)

    by kjart ( 941720 ) on Sunday April 25, 2010 @02:36PM (#31976554)

    I hope the phone company has deep pockets, because the phone book is full of first and last names and, last time I checked, it was totally unencrypted!

    • Re:Phone book (Score:5, Informative)

      by Anonymous Coward on Sunday April 25, 2010 @02:48PM (#31976694)

      A little googling finds the text of the law [mass.gov]:

      Personal information, a Massachusetts resident's first name and last name or first initial and
      last name in combination with any one or more of the following data elements that relate to
      such resident: (a) Social Security number; (b) driver's license number or state-issued
      identification card number; or (c) financial account number, or credit or debit card number,
      with or without any required security code, access code, personal identification number or
      password, that would permit access to a resident’s financial account; provided, however, that
      “Personal information” shall not include information that is lawfully obtained from publicly
      available information, or from federal, state or local government records lawfully made
      available to the general public.

      So it looks like phone companies are safe.

      • Re: (Score:2, Funny)

        by EvanED ( 569694 )

        You mean Slashdot posted an incorrect and sensationalist summary? Say it ain't so!

  • by Improv ( 2467 ) <pgunn01@gmail.com> on Sunday April 25, 2010 @02:37PM (#31976572) Homepage Journal

    This seens pretty sensible. Given how many people are hurt by these things, this seems like a reasonable standard for future industry practice, and the fines hammer home the idea to the companies that "oops, sorry!" isn't the level of seriousness these things should be given. I imagine most of the time these breaches are against the privacy promises the companies make anyhow.

    The only downside is that the fine is kind of daunting for people who would like to enter a relevant market, although .. perhaps it's analogous to car manufacturers being liable for poor design of their products - when they fail, it can be a big deal.

  • by kgo ( 1741558 ) on Sunday April 25, 2010 @02:40PM (#31976592) Homepage

    """
    Personal information, a Massachusetts resident's first name and last name or first initial and last name in combination with any one or more of the following data elements that relate to such resident: (a) Social Security number; (b) driver's license number or state-issued identification card number; or (c) financial account number, or credit or debit card number, with or without any required security code, access code, personal identification number or password, that would permit access to a resident’s financial account; provided, however, that “Personal information” shall not include information that is lawfully obtained from publicly available information, or from federal, state or local government records lawfully made available to the general public.
    """

    So this doesn't apply to places like slashdot and facebook. Only places that should be securing your data in the first place.

    • Given the exception at the end, I would guess that it also means you don't have to encrypt the names, just the account numbers, which is what any e-commerce package worth its salt (pun not intended) does anyway.

    • Re: (Score:2, Funny)

      by noidentity ( 188756 )
      I'm glad I don't live in Massachusetts, because I have my full name, social security number, driver license number, and financial account numbers stored unencrypted in my house (and I don't have $5000 in the financial account to cover the fine). Phew.
    • by julesh ( 229690 ) on Sunday April 25, 2010 @04:09PM (#31977492)

      So this doesn't apply to places like slashdot and facebook.

      Or, indeed, to 95%+ of small ecommerce businesses. As a consultant, I've always recommended to my clients that they hand off processing credit cards (for example) to one of the services that'll do it securely without them ever seeing the card number, in order to avoid any responsibility for looking after the data.

  • It's about time (Score:4, Insightful)

    by barius ( 1224526 ) on Sunday April 25, 2010 @02:41PM (#31976612)
    Sounds awesome to me. This should have been made law in every state/country a long time ago. Now if they would just make it law that all companies must provide an easy and thorough means for any individual to expunge their details from company records (I'm looking at you Facebook) then I might finally be able to stop that little bit of throwing up in my throat I get every time a company asks for my email address.
  • Not really (Score:5, Informative)

    by Anonymous Coward on Sunday April 25, 2010 @02:44PM (#31976638)

    Storing the name of a customer in SQL Server without the data being encrypted? No way, Jose

    Summary and article fail.

    Sorry to disappoint all the SQL consultants out there, but the law (as passed) says NOTHING about requiring encryption of data at rest.
    Earlier versions of the bill had the requirement for at-rest encryption, but that was lobbied out.
    The only time it mentions encryption is for data in-flight over public networks, wireless access, and laptops/"other portable devices".
    Everything else states "reasonable security precautions" (aka: access control/passwords).

    But don't take my word for it read it [mass.gov] yourself. (it's only 4 pages)

    (3)Encryption of all transmitted records and files containing personal information that will
    travel across public networks, and encryption of all data containing personal information to be
    transmitted wirelessly.
    [...]
    (5) Encryption of all personal information stored on laptops or other portable devices;

    - Mass CMR1700 (the only occurrences of the word "encrypt")

  • Scarier not to (Score:5, Insightful)

    by starfishsystems ( 834319 ) on Sunday April 25, 2010 @02:48PM (#31976696) Homepage
    It's scarier to contemplate that such information is so often exposed as a matter of routine carelessness.

    On the other hand, it's not clear what to do about the classic perimeter problem. Sooner or later, somewhere, the encrypted data has to be processed or presented in plaintext. The key and the data have to be brought together. Now we've converted the problem of securing the data to the problem of securing the key - probably many keys in practice - and the systems on which those keys reside - probably many systems.
    • by Kohath ( 38547 )

      It's scarier to contemplate that such information is so often exposed as a matter of routine carelessness.

      Yeah, the last 10 security breaches each caused the end of the world. It's super scary.

  • Good plan....except when the state or local governments fail to do it.....then what? Going to fine themselves?

    It's a good idea in theory...except....enforcing it might be hard.

    Look at californias hands free cell phone law. I can count, daily, two digit numbers of people who are not following it....and where is the enforcement???

  • So you can't even send them an email, huh? Harsh!

  • This will ultimately probably only end up affect Mass businesses or people with presence in Mass directly. Otherwise this kind of requirement has the potential to impact interstate commerce which states expressly do not have the authority to legislate.

    I'm all for requirements to protect data, however it is usually not a good idea to legislate how to accomplish that. When that happens then the industry's ability to innovate is legislated away.

    • This will ultimately probably only end up affect Mass businesses or people with presence in Mass directly. Otherwise this kind of requirement has the potential to impact interstate commerce which states expressly do not have the authority to legislate.

      Nope, this is only affecting in-state commerce with Massachusetts residents. And the states are absolutely allowed to pass laws that affect out-of-state businesses when they do business in the state. The only constitutional prohibitions on that are when the law is protectionist - imposes additional cost on out-of-state businesses that in-state business don't have to pay. Here, because the law applies equally to in-staters and out-of-staters, it isn't protectionist and isn't unconstitutional.

  • by account_deleted ( 4530225 ) on Sunday April 25, 2010 @02:57PM (#31976796)
    Comment removed based on user account deletion
  • by vlm ( 69642 ) on Sunday April 25, 2010 @02:57PM (#31976812)

    Any specifics for encryption key storage? How bout another column in the DB? That seems a likely implementation, very convenient and all that. Or we could just hardcode it to something memorable "password".

    Any specifics for encryption scheme? I've heard ROT-13 is fast, but XOR is faster.

  • So, if a Mass. residents sends me (or my business) an email, what does that mean?

    The message will generally contain the sender's name and email address. It is sent in the clear over SMTP, and will generally be stored as plain text on the server as either flat files or perhaps some database until the message is picked up via IMAP, POP or some proprietary protocol. It is then likely to be stored, indefinitely, in plain text on the client machine.

    It looks to me like someone did not think this through. (Unfo

    • by surmak ( 1238244 )

      I stand corrected. As another post indicates, this only applies to SSN, credit card numbers or state-issued IDs (driver's licenses.)

      Actually, this does not sound too bad. The article, on the other hand looks like a piece of FUD to get users to update their MSSQL software

  • What about IPSec? (Score:3, Informative)

    by loufoque ( 1400831 ) on Sunday April 25, 2010 @03:00PM (#31976834)

    Sending PII over HTTP instead of HTTPS? That's a big no no.

    Even if you're using IPSec?

  • I am not wild about regs, but the problem is that companies really do not care. Worse, when the have real issues in which they lose your data, they do NOTHING about it. Take the example of Toyota. They would have had a recall that cost them a 100 million had they done it correctly the first time. Did they recall? Nope. But what was the Fed's response? 16 million. Just like MS, Toyota, Chinese companies, and all the rest of these companies taking shortcuts PROVE that CRIME DOES PAY. Hopefully, Mass. hits one
    • I am not wild about regs

      Me neither, but you can't deny there are two big things that orient the behavior of companies and large groups of people. Profits, and laws.

  • I've been able to read cleartext SSN's out of college's for the past 30 years without ANY authorization, so all I can say is that this is better late than never.

    The only refinement I can think of that would improve it is that any MIS/IT/CIO Director who authorizes any form of non-encrypted storage of this type of information should also have to pay a personal fine of $500 per record.

    Funny how when its your own money that's on the line your perspective changes.

  • Where I last worked, we routinely dealt with issues like this as well(legal field - chain of evidence and all). It's high time that the computer industry took security concerns as a serious matter. And, no, they really don't. I have a friend who worked in the field working with security for major fortune 500 companies and the state of the security was a complete joke. And the threats are a dozen times worse than the public imagines. Yet they do nothing until there's a problem.

    Well, hitting them in the

  • Attached file: [1000_Mass-_Citizens_names.txt]

    Bah, wasn't that easy. So lets just close Facebook, which fine should be enough to pay USA debt.
  • Don't know if it's better or worse, or I like it or not, but in any case, it means more work for techies. Lots of databases, middleware, disk systems, etc to upgrade to comply with the new laws. In fact there's likely to be a whole category of security and law compliance consulting...
  • by Presence1 ( 524732 ) on Sunday April 25, 2010 @03:08PM (#31976920) Homepage

    I'm glad to hear that at least one state is starting to implement a reasonable law. Between corporations too cheap to pay for systems that implement even a hint of real security, and perhaps a few lazy developers, we have a mess on our hands. I don't really understand the "yikes" exclamations in TFA. At least now there are some consequences for being so sloppy with your and my data.

    My approach to coding web apps is that we are playing theater in the round -- playing to at least three audiences at once. In any pool of users, you have Group-1) probably 98% of users in various states of computer illiteracy for whom you need a very well thought-out UI that gets them through the app with no errors (and good recovery *when* they make errors, you have Group-2) 2% users that have a clue and want things really streamlined, and you have Group-3) a half-dozen bunches of malicious crackers.

    All three groups are always present, and you cannot ignore any of them. Ignore Group-1, and you'll pretty much have no audience. Ignore Group-2, and you drive off the 'experts' to whom much of Group-1 looks for advice, and you'll consequently lose not only Group-2 but also a lot of Group-1. Ignore Group-3 and you'll get cracked and mess up a lot pf people's lives by losing their data, and/or you'll get embarrassed.

    Unfortunately, too many buyers and devs of software ignore Group-3 because of costs, and the "it'll never happen to us" attitude. They need this kind of stick to nudge them towards doing the right thing.

    I come from a very libertarian perspective, and I hate excess regulation, but I'm smart enough to know that the magic Market alone does not fix everything; it needs some smart regulation to prevent excesses or omissions, and appears to this is an example of such good regulation (presuming that they haven't screwed up the details).

  • by walmass ( 67905 ) on Sunday April 25, 2010 @03:16PM (#31977012)

    If you have personally identifiable information (PII) about a Massachusetts resident, such as a first and last name, then you have to encrypt that data on the wire and as it’s persisted.

    Incorrect. The author either did not do any research at all, or got the definition of PII horribly wrong as far as this law is concerned. The directive that sets the standard based on the law [mass.gov] states:

    Personal information, a Massachusetts resident's first name and last name or first initial and last name in combination with any one or more of the following data elements that relate to such resident: (a) Social Security number; (b) driver's license number or state-issued identification card number; or (c) financial account number, or credit or debit card number, with or without any required security code, access code, personal identification number or password, that would permit access to a resident’s financial account; provided, however, that “Personal information” shall not include information that is lawfully obtained from publicly available information, or from federal, state or local government records lawfully made available to the general public.

    It is abundantly clear that a person's first and last name alone does not constitute PII, SSN, financial account number or some other not so public information is also required.

  • by aitikin ( 909209 )
    I think this is a great idea, however I bet that some idiot will not find out about this law, not follow it, lose the data for say, 50 people, get fined and then fight it (because it's cheaper than the fine), and then find it in front of a US court which will idiotically deem it unconstitutional because it interferes with interstate commerce.

    [Congress has power] To regulate Commerce with foreign Nations, and among the several States, and with the Indian tribes;

    ~Article I, section 8, clause 3, United States

  • by WPIDalamar ( 122110 ) on Sunday April 25, 2010 @03:45PM (#31977278) Homepage

    From the law, personal information is defined as:

    Personal information, a Massachusetts resident's first name and last name or first initial and last name in combination with any one or more of the following data elements that relate to such resident: (a) Social Security number; (b) driver's license number or state-issued identification card number; or (c) financial account number, or credit or debit card number, with or without any required security code, access code, personal identification number or password, that would permit access to a resident’s financial account; provided, however, that “Personal information” shall not include information that is lawfully obtained from publicly available information, or from federal, state or local government records lawfully made available to the general public.

    So just a first+last name isn't enough to incur the wrath of the law. It has to be that, plus SSN, Lic Number, or financial account number.

    But from how I read that, it has to be the First name, Last name, Plus one of those. Does that mean I can store a list of social security numbers plus last names completely unencrypted and be off free? Odd

  • Microsoft FUD (Score:4, Informative)

    by sjames ( 1099 ) on Sunday April 25, 2010 @04:03PM (#31977434) Homepage Journal

    Yes, this really *IS* Microsoft FUD. Note how they fail to mention that it's social security, credit card info, etc that has to be encrypted, not their NAME or address for example. Also note how at the end of TFA they suggest you follow a link for your indoctrination on the encryption features of SQL Server 2008.

    Once you realize that it's just the usual credit card and banking related info that must be handled securely, you realize that the law is quite reasonable (though perhaps unenforceable outside of MA).

  • by NicknamesAreStupid ( 1040118 ) on Sunday April 25, 2010 @04:11PM (#31977506)
    Are you sure a government came up with it?
  • by Rix ( 54095 ) on Sunday April 25, 2010 @04:25PM (#31977662)

    Like this [informationweek.com]?

  • by sesummers ( 1283990 ) on Sunday April 25, 2010 @05:29PM (#31978176)
    I just read the law. It defines personal information as: ...a Massachusetts resident's first name and last name or first initial and last name IN COMBINATION WITH any one or more of the following data elements that relate to such resident: (a) Social Security number; (b) driver's license number or state-issued identification card number; or (c) financial account number, or credit or debit card number... [capitalization mine, for emphasis.] IOW, a customer database is fine- it doesn't have to be encrypted, unless you also store the customers' Social security numbers, drivers license numbers, or credit card data. Without any of that stuff, you're just storing data you could have obtained from scanning a phone book.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...