Seecrets on Security: A Gentle Introduction on Cryptography Part 2
A slightly longer series of articles "Keeping Your Secrets Secret" will examine practical examples in greater detail and provides useful tips and advice. Of course, these will continue with the theme of making crypto and computer security easily understood.
One-Way Hash
Also known as a one-way function, a message digest, a fingerprint or a checksum, the algorithm creates a fixed-length output that cannot be reversed. One-way hashes provide checksums to validate files, create digital certificates and played a central part in many authentication schemes.
Let us consider this example. For ages, the Chinese have a fortune-telling method that relies on "Ba Ji" (eight characters) which uses the time, day, month and year of birth according to their calendar. There are sixty possibilities (almost equal to 6 bits) for each of the four variables. Since the Chinese use two characters for each variable, the result is always eight characters. This is an example of a nonsecure 24-bit one-way hash.
Obviously, this way of producing a one-way hash is not acceptable for security purposes because of the huge number of collisions (different inputs producing the same output).
The most commonly used hashes are SHA-1 (Secure Hash Algorithm uses 160 bits) and MD5 (Message Digest uses 128 bits). In August 2005, a team of cryptographers led by Xiaoyun Wang of Shandong University, China, presented a paper that found faster ways of finding collisions than the usual brute force method. These exploits (vulnerabilities) may make digital certificates forgery a reality.
The implications to e-commerce may be widespread not to mention the millions of websites which used MD5 to hash the users passwords in their databases. Any webmaster can tell you that converting these sites to use SHA-256 or SHA-512 will not be a trivial task.
In a recent directive, NIST (National Institute of Standards & Technology, U.S.A.) has advised U.S. governmental agencies to use SHA-256 or SHA-512 (256 and 512 bits respectively) instead.
Biometrics
A biometric device is one that can identify unique characteristics from a finger, eye or voice. Many believe that biometrics should provide a higher level of security than other forms of authentication.
There is a news story in March 2005 of how a Malaysian owner lost his Mercedes car and index finger to car thieves armed with machetes. Obviously the keyless ignition electronics cannot detect whether the finger is still part of the original body nor whether the finger (and by extension the person) is alive or not.
Recent security breaches have heightened concern over depositories of personal information stored on many financial sites. When such breaches occurred, the incidence of identity thefts will thus rise also.
If you lose your credit card, you can always void the card and get a new one. When you lose your fingerprint (stored digitally), or other biometric features, who can replace those?
Passwords
When asked to conjure a random number or characters, most people inevitably used materials that are familiar to them like birthdays, names of family members, pets names and so forth.
For example, most will choose dates when asked to choose a six-digit number for their ATM Personal Identification Number (PIN). Doing so will reduce the number of possibilities by nine times.
Random Numbers and Generators
Random numbers are central to crypto. To qualify as true random numbers, the output from random number generators (RNG) must pass statistical tests of randomness. Two suites considered as de facto standards are the "diehard" suite developed by Prof. George Marsaglia of State University of Florida and "Statistical Test Suite" from NIST.
Second, the RNGs output must be unpredictable even with complete knowledge of the algorithm or hardware producing the series and all the previous bits produced.
Third, the RNGs output cannot be cloned in a repeat run even with the same input.
The most common approach to producing random numbers is by using an algorithm carried out by a computer program (Yarrow, Tiny, Egads, Mersenne Twister). Such algorithms cannot produce random numbers, hence their names, pseudo-random number generators (PRNG).
Another approach is to use physical events such as entropy produced by the keyboard, mouse, interrupts, white noise from microphones or speakers and disk drive behavior as the seed (initial value).
Some may argue that true random generators are those that can detect quantum behavior in subatomic physics. This is because randomness is inherent in the behavior of subatomic particles - remember the electron cloud from your high school physics.
One-time Pad
The most effective system is often the simplest. A one-time pad (OTP) is a series of random bits that has the same length as the digital object to be encrypted. To encrypt, just use a simple computer operation, exclusive OR (XOR). To decrypt, simply XOR the encrypted result with the same random bits.
The downside of using OTP is that once used, it must be discarded. Second, the OTP and the digital object must have the same number of bits. Lastly, the obvious problem of synchronizing the OTP between the receiver and sender.
[Authors note: The concluding Part 3 will focus on keys management and public key cryptography.]
"In God we trust, others use crypto."
The author, Stan Seecrets, is a veteran software developer with 25+ years experience. Copyright 2005, Stan Seecrets. All rights reserved. For more of his articles and website promotion, visit http://www.seecrets.biz or http://www.rushprnews.com
Gentle Leader Training Collar How, Why and When to Use It Safely and Effectively
Recently there has been an increase in popularity in using a head collar for dog training because it has been found that head...
Computer Network Securities
Computer security policies are the basic guidelines and rules for accessing a network. These lay out some basic concepts to s...
Computer Security
Computers are widely used these days in all fields of business and at home. A huge amount of data is stored and shared by peo...
Bob
Bob is the name of our dog. When we went to pick a dog out, we took my granddaughter with us because it was important to us t...
An Introduction To Encryption
Encryption is a method of compressing data files into a format inaccessible to unauthorized people. Technology used in encryp...
Information Security Systems
The old order changeth, yielding way for the new. This adage especially holds true when you consider the latest advances in t...
Computer Security Systems
Computer security is an essential part of any computer system. It is an aspect of computer science that deals with all the as...
Learning About Labradors
Labradors, or Labrador retrievers as they are often called, are wonderful, intelligent, gentle, beautiful, and helpful dogs. ...
Nature and Origins Of the Beagle
Beagles are thought to originate from the Talbot Hound, a dog brought to Great Britain by William the Conqueror in the eleven...
An Introduction To Firewalls
Generally speaking, a firewall is a piece of software or a combination of both software and hardware. The purpose of a firewa...
Used Car Loans - Redefining Car Buying
Time and convenience are two important words in today's life. Everyone wants to save more and more time and have as much conv...
Strong Passwords - Customer Friendly Computer Security
Go into to any office and look under the computer keyboards and youll eventually find a little piece of paper with that users...
Caring For Gentle Baby Skin
There is nothing more gentle and beautiful than baby skin, and similarly nothing more delicate. Baby skin is very vulnerable...
Info Security - Questions that Should be Asked Frequently
r When last was our information security policy reviewed?Do we have an information security officer in each department?Are pe...
Security, Productivity, and Cost Controls
Go ahead; mention computer security to the average small business owner. See how fast his hand covers his wallet. This is bec...
Server Firewalls
Servers are probably the most vital part of each and every network; thus, the server itself needs to be protected very well f...
The Core Reason Behind the Pervasive Spread of Viruses and Malware Across the Internet
As an IT Security Consultant I have observed there are many reasons for the spread of viruses and malware across the Internet...
Computer Security Systems
In the present technology-oriented era, most important information is stored on computers. In order to locate and use this cr...
Network Security - Little Known Threats
Little Known Network Security ThreatsThere are a number of common network security threats that can damage your network. Some...
Federal Government Employee Information Security
Though stringent measures have been taken to secure the information pertaining to federal government employees, lapses often ...