Technology

Wed
10
Aug
Dennis Faas's picture

Dictionary Attack

A dictionary attack refers to the general technique of trying to guess some secret by running through a list of likely possibilities, often a list of words from a dictionary. It contrasts to a brute force attack in which all possibilities are tried. ... The attack works because users often choose easy-to-guess passwords, even after being exhorted against doing so. Dictionary (and brute force) attacks may be applied in two main situations: in cryptanalysis, in trying to determine the key needed to decrypt a given piece of encrypted data; in computer security, in trying to gain unauthorized access ... (view more)

Tue
23
Nov
Dennis Faas's picture

Calculate employee hours worked using Excel?

Infopackets Reader Katia E. writes: " Hi Dennis! I need your help in solving a little dilemma. I created a simple Excel spreadsheet to calculate the employee work hours from a time card. The problem is that I just cannot find a formula that will add ... the total hours worked everyday, in order to get a total of hours worked for the week. For example, the time card contains the following information: SAT --, SUN --, MON 8:31am, TUE 8:33am, WED 8:43am, THU 8:12am, FRI 9:00am. Any help you can give me to leave this frustration behind is greatly appreciated! " My response: This is actually ... (view more)

Tue
11
Feb
Dennis Faas's picture

Complexity Analysis

I'm swamped! I spent the majority of this weekend writing and re-writing the email list-management program which will automate requests for users who subscribe, remove, and change their email address to this newsletter online the infopackets web ... site. After much thought, I completed the program on Saturday using a very rudimentary algorithm. The program worked very well with small lists used for test data, but took exponentially long to complete when I tested it against all the user names that make up our mailing list [40,000]. Measuring how long it takes for a program or operation to ... (view more)

Tue
04
Feb
Dennis Faas's picture

Data Structures, Arrays, and Linked Lists

I'm finally making some leeway on the web site transformation. I spent a good part of this weekend working on a web script that is going to completely automate newsletter subscriptions and removals, plus allow me to manage changes in subscriptions ... so that I can *finally* implement a text-version of this newsletter. This solution will give readers the choice of receiving the Gazette twice or three times a week! It took me about 8 hours to figure out how to dereference a multidimensional array which points to another array structure in PERL (a web script programming language). This is pretty ... (view more)

Thu
19
Sep
Dennis Faas's picture

Algorithms are a Computer Programmer's best friend

After typing up some heavy-duty Gazette articles this week, I thought I'd take a break and just shoot the breeze. Yeah, yesterday's article was pretty hardcore. I kind of figured that it would be over the head of some readers... but maybe that's the ... kind of stuff you need to appreciate. Hey, I never understood everything while I was at the University of Windsor as a Computer Science undergraduate. My biggest problem when learning / reading new information was accepting the fact that I didn't understand it. It's hard to visualize things that you don't understand. Eventually I just accepted ... (view more)

Pages

Subscribe to RSS - Technology