Encryption & Biometrics
Encryption is a mathematical process that helps to disguise the information contained in messages that is either transmitted or stored in a database. There are three main factors that determine the security of any crypto system; the complexity of the mathematical process or algorithm, the length of the encryption key used to disguise the message and safe storage of the key known as key management.
The complexity of the algorithm is important because it directly correlates to how easy the process is to reverse engineer. One would think that this is the area of encryption that is the easiest to break, however most crypto systems are extremely well constructed and these are the least of the three factors that are vulnerable to attack.
The length of the encryption key used to disguise the message is the next important part of the encryption process. The shorter the encryption key length, more vulnerable is the data to a "brute force" attack. This term refers to an individual trying to improperly access data by trying all combinations of possible passwords that would allow access to the account. For example, a key that is three characters long would be much more prone to attack than one that is ten characters long because the number of possible permutations that must be run to find the right key are much higher in the key that contains ten characters. Biometric encryption makes standard character encryption obsolete by replacing or supplementing the normal key characters with a personal identifier of the user for which there can only be one perfect match. Without this biometric key the information is inaccessible.
Safe storage of the key is the most vulnerable area in the encryption process. What would seem to be the easiest to manage becomes the most difficult because passwords or PINs can be lost or stolen. Good encryption keys are much too long for normal individuals to remember easily so they are usually stored on paper, smart cards, or diskettes, which may make them accessible to unauthorized users. Biometric encryption systems allow the user to transport the access key around without making them vulnerable to loss or theft.
|