|
January 14, 2000 Encryption Level Detection Tips: January 2000
Yehuda Shiran, Ph.D.
|
|
As E-Commerce grows in popularity,
so does the need for a secure transfer protocol hosted by the browser. Currently,
browsers support two levels of security: 40 bits and 128 bits. The first security
level (40 bit) is the base common level, for domestic and international usage.
The second level (128 bit) is restricted to domestic usage only.
Financial institutions on the Web need to ensure the security level of their clients before they do business on the Internet. The following JavaScript line will do the trick in Navigator, when entered in the URL box:
The output of this line will be the following:
The character "I" is the International version of the security algorithm, i.e. the 40 bit encryption version. The domestic version (128 bit) uses the "U" character (for USA):
See more examples for using the
People who read this tip also read these tips: Look for similar tips by subject: |