Here's my geeky contribution for the day.
Rand-Dumb or Random?
Collapse
X
-
Tags: None
-
This article reminds me of some of the dumb things that I have seen application programmers would do with random number generators. For example, when I was moonlighting in college for a small company that did password recovery for computer popular software. Word Perfect, at the time, come out with their new version of their software which introduced a new encryption feature that was touted as very secure way of protecting your documents. It turned out they did use a very strong and proven encryption algorithm, however, they seeded the (pseudo) random number generator with the date and time. Of course, the file was stamped with this same date and time. In short, their new encryption feature was embarrassing insecure. There is an old saying computer security circles that states that randomness shouldn't be left to chance. I guess the RAND() function in Excel should be added to the list.Originally posted by Indy Coug View Post"If there is one thing I am, it's always right." -Ted Nugent.
"I honestly believe saying someone is a smart lawyer is damning with faint praise. The smartest people become engineers and scientists." -SU.
"Yet I still see wisdom in that which Uncle Ted posts." -creek.
GIVE 'EM HELL, BRIGHAM!
-
Really? I guess it's possible. My posts are pseudo-random enough.Originally posted by Katy Lied View PostI could swear that Indy brought up this discussion like, about, 3 years ago.
Comment
Comment