Slashdot Log In
Microsoft Drops Aging Encryption Schemes
Posted by
Zonk
on Fri Sep 16, 2005 07:35 AM
from the updating-their-friends-list dept.
from the updating-their-friends-list dept.
christchurch wrote to mention an Eweek column about Microsoft's decision to stop using DES, MD4, and MD5 for encryption in Vista. From the article: "All three algorithms show signs of 'extreme weakness' and have been banned, Howard said. Microsoft is recommending using the Secure Hash Algorithm (SHA)256 encryption algorithm and AES (Advanced Encryption Standard) cipher instead, he said. The change is part of a semi-yearly update to Microsoft's Secure Development Lifecycle policies by engineers within Microsoft's Security Business & Technology Unit."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
ROT13 (Score:5, Funny)
Re:ROT13 (Score:5, Funny)
Parent
Re:ROT13 (Score:5, Interesting)
Parent
is MD4/5 really encryption ? (Score:5, Insightful)
i thought they where just one way hashing algos
Re:is MD4/5 really encryption ? (Score:5, Informative)
Parent
Re:is MD4/5 really encryption ? (Score:5, Informative)
There is some correctness in your comment, however: Authentication. Hashing is indeed for Authentication (Is someone who they say they are?). Encryption is for keeping data confidential (I only want foo and bar to be able to read this). Please do not mix these up!
Parent
Re:is MD4/5 really encryption ? (Score:3, Interesting)
Re:is MD4/5 really encryption ? (Score:2, Informative)
Cisco TACACS+ is an example where MD5 encrypts a session.
Re:is MD4/5 really encryption ? (Score:5, Informative)
Not quite.
Whilst it is true that any data encrypted with a public key can be decrypted only with a private key, the converse is also true. Any data encrypted with a private key can be decrypted only with the public key. This means that whoever encrypted it must have had access to the private key and thus it gives confidence in where it originated.
It does not provide any confidentiality - but it's not supposed to, it is supposed to provide Integrity and message origin authentication.
This is the corner stone of digital signatures.
Parent
Re:is MD4/5 really encryption ? (Score:3, Insightful)
You would not use RSA & private key encryption for message authenticity. But that's something different.
Besides that, almost any cryptographic algorithm depends on a specific scheme or protocol (padding/hashing etc) to protect against crypto-analyses. Nowhere is said that the parent of your post was refering to "plain-vanilla" RSA either. That's like saying that if you talk about AES, you are being foolish, since
Teamwork (Score:3, Funny)
As opposed to the quarterly update by managers ?
one down, one to go (Score:5, Insightful)
I mean, sure, it'll be much harder to brute force any MS encryption now, but did people do it that way before? Weren't there always other workarounds that will still be present?
Re:one down, one to go (Score:3, Insightful)
Collisions you say? Did everyone really think you could find a unique 32 character string for every possible combination and size of data out there? As far as I am aware, predicting a md5 collision has not been done.
Re:one down, one to go (Score:3, Interesting)
I don't know what you mean by "predicting," but yes, concrete MD5 collisions exist. I.e., two files, with different contents, that have the same MD5 hash (and the same size, to boot). They are printed in the paper that first announced the MD5 break. Further work has shown that additional collisions can be generated at will in minutes on a common laptop computer.
Re:one down, one to go (Score:3, Insightful)
It's all about buzzword-compliancy. It's managers who decide on a company's spending; the managers read overhyped news about "SHA1 getting broken" while the only thing the recent papers provided was a very expensive method to brute-force a hash collision -- [b]any[/b] collision, not a message that matches a given hash. In the managers' minds, those encryption algorithms are worthless now -- and it's a very well-known fact that managers never accept being correct
Re:one down, one to go (Score:3, Insightful)
This is going to be a major (debatable) release for Microsoft after a long long time. Typically the time gap between major releases is huge for microsoft. In this time gap, all kinds of new attacks against crypto algos are discovered (http://it.slashdot.org/article.pl?sid=05/08/18/22 47245&tid=93&tid=172 [slashdot.org]).
If they
Re:one down, one to go (Score:5, Insightful)
This is not about buzzword compliance. The three algorithms that they are banning should have been done away with years ago. DES has been fairly easily crackable via burute force for nearly a decade now, and MD4 has had issues for just about as long. And now that collisions can be found for MD4 essentially by hand, it shouldn't be used for anything of any importance.
Hell, even NIST is recommending that people start figuring out ways to phase out their use of SHA-1, which is still practically secure, but starting to show cracks. And if there ever was an orginization free of buzzwords, it's NIST (I dare you to read some of their FIPS documents without passing out).
This is a good move that nedeed to be done. It's a step in the right direction -- now they need to get on with shoring up the other holes in their codebase.
Parent
Re:one down, one to go (Score:5, Informative)
As a result of this, people could easily do a memory scan of lsass.exe to get the passwds of last few users who had logged on.
See http://www.cr0.net:8040/misc/cachedump.html [cr0.net]
Parent
Re:one down, one to go (Score:5, Insightful)
Parent
affects hardware upgrade cycles? (Score:2, Funny)
Gotta add more cycles to the those brute-force attack teams!
Automated checking (Score:5, Funny)
C:\ > make windows.vista
ERROR: Insecure code found.
Please upgrade code to Linux.
Re:Automated checking (Score:3, Insightful)
NIS is the biggest, steamiest pile of insecurity ever conceived... and NFS is built right on top of it. But nobody every screams and yells on slashdot about how insecure it is... I guess because it was developed by people who didn't work for the "evil empire".
Allowed by US Gov? (Score:4, Interesting)
Re:Allowed by US Gov? (Score:2, Informative)
which is yet another reason to offshore if you're multinational.
so imposing an export ban on software is kinda hard. seeing as it's hard to determine where it originates, without accessing the machines it was made on, - even that can be faked.
Re:Allowed by US Gov? (Score:2)
Re:Allowed by US Gov? (Score:5, Informative)
This got fought in court for years, and was eventually ruled unconstitutional, so the regulation was immediately transferred to the Commerce department, where it is fighting its way through the courts !!!again!!!. In the meantime, the departments involved have relented enough to permit big corporate campaign contributors, like Microsoft and the other OS vendors, to include basic encryption capabilities.
But the US government still would strongly prefer that all such tools have some form of backdoor. That's why they developed the Clipper chip for use in cell phones, which was dropped when it turned out to work well but could be reprogrammed with a genuinely private key with a bit of work, and why the "Trusted Computing" initiative by Microsoft and their peers keeps the master encryption keys in the hands of "authorized distributors", mostly Microsoft. This means you can't use the Trusted Computing chips without someone signing off on your keys because the system won't accept unsigned keys, and that means handing over money to buy a key and identifying yourself so that law enforcement can find you if your key turns up anywhere they don't like it. It also gives a convenient central location to serve with a subpoena to get your keys, without your ever being notified of the subpoena.
Various computer companies are willing to accept the centralized key and subpoena burdens in order to actually get robust encryption and authentication for their tools, but we need to be aware of the little details and their potential for abuse. Trusted Computing won't change the US regulations, but since they're regulations and not law, it's easy for the government to turn a blind eye at its own whim to its export, especially to prevent the general use of more robust or subpoena-safe encryption.
Parent
Re:Allowed by US Gov? (Score:5, Informative)
I thought that there was a limit of encryption and everything above ...bits was banned from exporting
That has changed. Back in the days of Windows NT 4, cryptographic algorithms were classified as munitions under ITAR [wikipedia.org]. In the late 90s the law was changed, removing this classification. These days, there are still some export controls on crypto, but it's fairly easy to get a permit to export anything that uses a standard, well-known algorithm, pretty much independent of key size.
Parent
The real reason... (Score:5, Funny)
Re:The real reason... (Score:3, Interesting)
Windows no longer uses the insecure encryption that certain other OS' use, upgrade your security now, upgrade to Vista.
A classic quote to appeal to the PHB's and their ilk.
Re:The real reason... (Score:5, Insightful)
Parent
Re:The real reason... (Score:2)
(Note: working from home right now, with three-year-old Office X -- don't know if current versions of Office still have the XOR option.)
improving encryption (Score:4, Funny)
I'm not sure but.... (Score:5, Interesting)
Re:I'm not sure but.... (Score:2)
Re:I'm not sure but.... (Score:5, Insightful)
Upgrade in the name of security!
Of you can go deep down in vista and enable an option for OLD/depreciated NTLM supported, giving you much popups about that your OS not being safe WARNIGN WARNING WARNING.!
Parent
So LM hashes are out! Yay! (Score:3, Insightful)
well good. It's about time. (Score:3, Interesting)
Ok, question: what does Windows use hashes for, other than the updater (if even that)? Can't the updater just change what it supports, and leave the other hash tools alone?
How about some real security enhancements, Gates?
Doh ... (Score:3, Interesting)
Soon in Vista, 120xDES and AES implemented as default algorithms but windows media player will run any command sent remotely
Alte4rnative encyrption schemes available.. (Score:5, Funny)
Firefox already supports AES/256 (Score:3, Interesting)
On the other hand, IIS and IE support nothing stronger than 128-bit RC4.. so be dropping RC4 they will lose compatibility with older versions of their own products, but maintain compatibility with their competitors.
AES & SHA256 are young (Score:4, Interesting)
Re:AES & SHA256 are young (Score:5, Insightful)
I wouldn't call it a crack, more of a theoretical vulnerability. [schneier.com] When the attack's complexity exceeds the number of atoms in the universe, it doesn't seem much like a "crack".
Parent
Will this help the security of Vista? (Score:3, Insightful)
HTTP Digest (Score:5, Interesting)
I hope they'll still support that!
Re:HTTP Digest (Score:3, Interesting)
Presumably MS hasn't changed that part of IE since version 1 and it will stay that way.
Re:HTTP Digest (Score:3, Funny)
MD5 is deprecated, but every web server still supports basic authentication, which uses Base64. Hmm.
64 is much bigger than 5, so it must be better.
Yup. No more digest authentication, only basic will be supported! Another security problem averted; quick: call the press!
Translate to Devspeak (Score:3, Funny)
Microsoft will be marking the DES, MD4, MD5 and SHA1 encryption provider classes obselete in upcoming versions of the
I hope they can get it right (Score:5, Informative)
I hope They Fix .Net Then (Score:3, Insightful)
Re:What about linux? (Score:5, Informative)
In case you're curious here's some info [redhat.com] on the redhat mailing list about it.
Note that this message is from 2003, but still not a lot has been done.
It is possible though... you can check if your system uses md5 or blowfish by looking in
Parent