Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment 'One-way' functions (Score 0) 125

They are not secure.What are hashes relying on is reversible,with clever algorithmic tricks and without quantum computing.Today we know about rainbow tables,but tomorrow there would be far faster ways to break hashes.The complexity of some hash algorithm is just "security by obscurity"(the secret is not in expensive computation/bruteforce required ).The point about the approach is that sooner or later the algorithm would be "refactored" by people who understand the idea behind the algorithm far better then its designers.
Then all this security gets out the window.

Comment Re:Just Need to Clear the Air (Score 1) 231

Action Script is harder to learn for people customized to javascript.
If it was more optimized(e.g. even removing/replacing eval) and had some graphic capability it would replace everything else quickly.Its such a design which can be cross-platformed and adapted easily(every modern browser runs the code).
Plus alot(probably more then all other languages) of people have at least some knowledge of programming in JavaScript.
Its inherent advantage over everything else and even Adobe understands it(Air is targeted to such programmers).
There is an possibility JavaScript would be replaced by something like Python or Lua,but they must be clearly superior to switch(in all cases people will not see advantages until they are painfully obvious to everyone).
JavaScript will stay for several decades otherwise.

Slashdot Top Deals

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...