Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
Security

Are You Sure SHA-1+Salt Is Enough For Passwords? 409

Melchett writes "It's all too common that Web (and other) applications use MD5, SHA1, or SHA-256 to hash user passwords, and more enlightened developers even salt the password. And over the years I've seen heated discussions on just how salt values should be generated and on how long they should be. Unfortunately in most cases people overlook the fact that MD and SHA hash families are designed for computational speed, and the quality of your salt values doesn't really matter when an attacker has gained full control, as happened with rootkit.com. When an attacker has root access, they will get your passwords, salt, and the code that you use to verify the passwords."

Moving a Development Team from C++ to Java? 204

Nicros asks: "I work for a company that is working toward an FDA approved software development process. We have always used C++ in a Windows environment, and we have more than 6 years of code, applications and libraries developed. Because of our long and convoluted software development history, our existing architecture is difficult to manage for a group of our relatively small size (5 FTEs), and development times are rather slow. Our IT director has made the decision that, to speed up development times, we need to re-architect all of our existing code, from C++ to Java." What would be the best way to go about handling such a migration? In a general sense, how would you go about moving a development team from one language to another?

Comment The script in question... (Score 1) 99

If you want to translate Dvorak to/from Qwerty, go snag this decrypt script I wrote a long time ago. It's NOT what was used for the chapter. (You'd know why if you read the chapter.)

The quick way to switch your actual keyboard is to use setxkbmap, or loadkeys, but if then you'd need to type in all the comments here to have them translate. This script would work as a filter, which is more convienient.

Also, if you want to switch back and forth, or are on an old system that doesn't have alternate keyboards available in X11, I use tod/toq, from the Tools section of Hacking Linux Exposed website.

If you're wondering why there aren't many posts by the other authors, that's because they're all in or recovering from Las Vegas....

Comment Open source LED controller (Score 1) 453

This is a little project I did, specifically for controlling a large number of LEDs for ambient information (CPU load, music visualization...). It connects to the serial port, and can control up to 72 LEDs with variable brightness.

I was planning on making kits for this available if there's interest, but that's on hold until I finish a new design (thousands of LEDs, true color, USB).

There is hardware info, source code, and photos at the project web page.

User Journal

Journal Journal: Onsight Training. Yes, James Lee rocks.

Wow, that was cool to wake up this morning and read an askslashdot about good places to get training and see Onsight listed! I absolutely think James is the shit. He's the guy who bullied me into learning (and loving) perl. He tought one of my undergrad classes, way back when. He certainly deserves the kudos, but it's cool seeing anonymous strangers on slashdot agreeing.

Comment Re:Enterprise (Score 2) 386

Paramount dropped the Star Trek tag altogether, and it's simply called Enterprise.

Which is fun, because the German translation of the original Star Trek series was called "Enterprise".

I wonder how they'll react to this in the translation of the new Enterprise series.
I'd bet they'll put back the "Star Trek" tag.

Slashdot Top Deals

"Never ascribe to malice that which is caused by greed and ignorance." -- Cal Keegan

Working...