Casual Articles
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Computers and Technology > I Know What You Did Last Session: Basic Applied Cryptography

Tags

  • which
  • trivial
  • their
  • crackers while
  • netscape communicator
  • plaintext attack

  • Links

  • Don't Be Too Passionate About Your Work
  • The Best Way To Simplify Your Life
  • History of Champagne
  • Casual Articles - I Know What You Did Last Session: Basic Applied Cryptography

    Web Site Traffic - 5 Inexpensive Ways to Generate it!
    It is quite obvious that even the best optimised site with the best copy written sales page will not make a dime without one very necessary addition. That 'addition' is Traffic.Whilst there are many ways to generate traffic most of them cost money with no guarantees that a profit will be made once you have parted with your cash. However, there are also many ways to generate good targeted traffic which need not cost the earth and, in some cases, are even free. Here are five of the best ways to generate low cost traffic; they do involve some input but are well worth the effort.1. Exchange LinksThis is a proven way to generate traffic and a careful study of the top ranking sites on the search engines will show all of them with considerable numbers of links. It is to your advantage to ensure that all sites to which you link operate within a similar niche or theme as your own site. If you share a similar subject you will be more likely to get traffic as your site will be seen as a recommendation by the site they are on.Another benefit to linking in this way is that your site will increase its chances of a higher ranking with the search engines. This, in turn, can help with eventually getting traffic from the search engines in addition to that from the linking site.2. Writing ArticlesThere are many sites on the internet where you may submit articles (newsletters, directories, etc.) Many of
    replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Pr

    Kansas Real Estate - The Middle of the Country
    Located in the exact middle of the country, Kansas is an agricultural state where you can escape the rat race. Kansas real estate is inexpensive and plentiful.KansasKansas is about as Midwestern as it gets when you think of stereotypes. Agriculture dominates the state with wheat fields flowing throughout the state. While you will not find oceans or rivers, the state provides plenty of opportunities for hiking, camping, fishing and a variety of outdoor activities. Football and basketball are popular throughout the state. If you’re living in a high stress – high cost state, Kansas represents an opportunity to step back from the chaos. You’ll find a much more relaxed pace of life and affordable cost of living in the state.Kansas CityOften mistaken as a boring place, Kansas City is actually a booming city. Development and expansion seems non-stop and has resulted in a bit of city sprawl. Still, the city is surprisingly cosmopolitan. Renovations to the downtown area, particularly the River Walk on the Missouri River, make the city a vibrant hub of activities and nightlife. Stroll over to the Westport area and you’ll be in the hub of luxury shops and high-class restaurants. Kansas City is a barbeque town and the city knows how to produce the finest barbeque food in the world. Make sure you try it. For racing enthusiast, Kansas City has recently built a major speedway.Much of Kansas City is actually in Missouri,
    While Janet was sitting in a cyber caf? sending emails to friends and surfing the web, there was a person sitting three tables away reading each email she sent before they ever got to the email server. During this period of time, the thief was able to get access to her bank account, passwords to several business websites, and her credit card number. Now imagine that you were the on sitting in the caf?. This scenario is not far from reality and is the main reason that using cryptography is so important in today’s technological world. Identity theft is a growing problem and there are ways you can help protect yourself frombecoming the victim.

    Most people think that cryptography is an island in the magical land of make believe. However, cryptography is very real and not as complex as most would believe. If you use the Internet, you are likely to use applied cryptography in your day-to-day functions. This can be accessing you bank account to retrieve your monthly balance to purchasing automotive parts from a warehouse or manufacturer. Companies use cryptography to make sure sensitive data stays confidential between the intended parties and the data stays intact. Cryptography is the art of converting messages into a secret code or cipher. This process alters a plaintext message using an algorithm to create a ciphertext/encrypted message.

    History of Ciphers
    Cryptography has been in use for thousands of years. In fact, it was in use before 2000 B.C. Egypt in the form of hieroglyphs. The Greeks even used encryption referred to as the Scytale cipher and was worn as a belt by couriers. The Scytale was designed a combination of a long strip of leather with writing on it and a specific sized staff. This leather strip would be wrapped around the staff to decrypt the ciphertext. Julius Caesar also used a cryptographic algorithm referred to as ROT-3. This encryption shifts the alphabet three spaces to the right and was very effective at the time.

    Applied Cryptography
    Ok, but how does it affect you? The basic uses of cryptography are to provide confidentially (secrecy of the data), integrity (protection from intentional or unintentional alteration), and authentication (prove you are who you say you are). Some forms even allow for Nonrepudiation services that prove that the message was written, sent, or received. We will briefly discuss the most commonly used cryptographic schemes that you may use every day while leaving the trivial details out.

    You will hear the terms X.509 and digital certificates (used in digital signatures) throughout this paper. Digital certificates are used in the same way a real signature is used as a verification of endorsement. The most well know companies that sell these certificates are:

    • Verisign - http://www.verisign.com/
    • Thwarte – http://www.thawte.com/
    (Offers free personal email digital certificates)

    Internet traffic (Securing website traffic and email)
    HTTPS: Hypertext Transfer Protocol over Secured Socket Layer. Do not mistake HTTPS with SSL. This is a common misnomer that is spread by those that do not understand SSL. HTTPS uses SSL to create an encrypted tunnel between a client and a server. This tunnel lasts the entire connection and is the most common website security feature on the Internet. This form of encryption is established by the use of a server side X.509 certificate that digitally signs the message.

    S/MIME: Secure Multipurpose Internet Mail Exchange. S/MIME uses two X.509 certificates (also called digital signature) and both signs and encrypts the email. The author digitally signs the email with their private key. Once this happens, the message is then encrypted with the recipient’s public key and sent. When the message reaches the recipient the message is decrypted with the recipient’s private key, and then verified using the author’s public key. This ensures that people using a packet sniffer (a program that allows a person to view traffic crossing the network) do not see your account information. Email clients like Netscape Communicator and Microsoft Outlook can use S/MIME with little setup required.

    S-HTTP: Secured HTTP. The benefit of S-HTTP over HTTPS is the fact that each message is encrypted rather then using a tunnel that is vulnerable to both a man-in-the-middle and a session hijack attack. Another advantage of S-HTTP is that it allows for two-way client/server authentication

    Tunneling encryption (Securing network traffic)
    IPSec: IP Security Protocol is the most commonly used network encryption for the corporate world. When most people in the computer industry think about Virtual Private Networks (VPN)s, they immediately think of IPSec. Companies that use IPSec need an encrypted tunnel that allows all network traffic to flow through. Unlike SSL, IPSec is not limited to a port. Once the IPSec tunnel has been established, the system should have the same network access that it would have at the physical location. This offers far more power, but also requires far more overhead. Another issue is security. The more open the network, the more vulnerable it is. This is another reason why VPNs are usually on the outside of a firewall. Vulnerabilities to IPSec include session hijacking, and replay attacks.

    SSH: Secure Shell provides a terminal like tunnel that protects the data crossing the network and should replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Pro

    7 Web Site Mistakes that Cause Your Visitors to Leave Empty-Handed
    Why is your online sales copy--your 24/7 salesman—not doing his job? Does this scenario ring a bell? You worked hard to get your traffic. You have watched your visitor rate climb higher and higher. But your visitors are leaving empty-handed. They are virtually leaving without buying.Many service business owners, infopreneurs and writes fail to sell online. In fact researchers say only 3% of online retailers actually sell anything to speak of. You may be making the same top mistakes in web sales copy that 97% of online etailers make. Correct these top mistakes and prosper:1) No Regular Content.If your website is static (non-changing) then it will not entice your audience to visit again. Unless your site's purpose is to get a direct response, it should have regular content changes. Create a target newsletter for your audience. Send it out regularly to build trust with your visitors. Consistency builds trust. People like to know what to expect.2) No Compelling Reason to Keep Reading.You may have been just awarded for the most beautiful site. Congratulations! But if your copy is weak it may not translate to sales. Check your copy for dud phrases, deadwood and driftwood. Are you using trite phrases like Welcome to the official site of _____, to find out about ME, MY Company, My Achievements click here, or Sign-up for my FREE ezine. Use wording that will convince your prospects to keep reading, trust you and ta

    History of Ciphers
    Cryptography has been in use for thousands of years. In fact, it was in use before 2000 B.C. Egypt in the form of hieroglyphs. The Greeks even used encryption referred to as the Scytale cipher and was worn as a belt by couriers. The Scytale was designed a combination of a long strip of leather with writing on it and a specific sized staff. This leather strip would be wrapped around the staff to decrypt the ciphertext. Julius Caesar also used a cryptographic algorithm referred to as ROT-3. This encryption shifts the alphabet three spaces to the right and was very effective at the time.

    Applied Cryptography
    Ok, but how does it affect you? The basic uses of cryptography are to provide confidentially (secrecy of the data), integrity (protection from intentional or unintentional alteration), and authentication (prove you are who you say you are). Some forms even allow for Nonrepudiation services that prove that the message was written, sent, or received. We will briefly discuss the most commonly used cryptographic schemes that you may use every day while leaving the trivial details out.

    You will hear the terms X.509 and digital certificates (used in digital signatures) throughout this paper. Digital certificates are used in the same way a real signature is used as a verification of endorsement. The most well know companies that sell these certificates are:

    • Verisign - http://www.verisign.com/
    • Thwarte – http://www.thawte.com/
    (Offers free personal email digital certificates)

    Internet traffic (Securing website traffic and email)
    HTTPS: Hypertext Transfer Protocol over Secured Socket Layer. Do not mistake HTTPS with SSL. This is a common misnomer that is spread by those that do not understand SSL. HTTPS uses SSL to create an encrypted tunnel between a client and a server. This tunnel lasts the entire connection and is the most common website security feature on the Internet. This form of encryption is established by the use of a server side X.509 certificate that digitally signs the message.

    S/MIME: Secure Multipurpose Internet Mail Exchange. S/MIME uses two X.509 certificates (also called digital signature) and both signs and encrypts the email. The author digitally signs the email with their private key. Once this happens, the message is then encrypted with the recipient’s public key and sent. When the message reaches the recipient the message is decrypted with the recipient’s private key, and then verified using the author’s public key. This ensures that people using a packet sniffer (a program that allows a person to view traffic crossing the network) do not see your account information. Email clients like Netscape Communicator and Microsoft Outlook can use S/MIME with little setup required.

    S-HTTP: Secured HTTP. The benefit of S-HTTP over HTTPS is the fact that each message is encrypted rather then using a tunnel that is vulnerable to both a man-in-the-middle and a session hijack attack. Another advantage of S-HTTP is that it allows for two-way client/server authentication

    Tunneling encryption (Securing network traffic)
    IPSec: IP Security Protocol is the most commonly used network encryption for the corporate world. When most people in the computer industry think about Virtual Private Networks (VPN)s, they immediately think of IPSec. Companies that use IPSec need an encrypted tunnel that allows all network traffic to flow through. Unlike SSL, IPSec is not limited to a port. Once the IPSec tunnel has been established, the system should have the same network access that it would have at the physical location. This offers far more power, but also requires far more overhead. Another issue is security. The more open the network, the more vulnerable it is. This is another reason why VPNs are usually on the outside of a firewall. Vulnerabilities to IPSec include session hijacking, and replay attacks.

    SSH: Secure Shell provides a terminal like tunnel that protects the data crossing the network and should replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Pr

    Working ON Your Business
    I've noticed that to the degree that I've taken my own coaching in the area outlined below, the more my own business on purpose has flourished.So, here's my question to you:Are you working ON your business or only IN it?Do you want to know one of the major 'blind spots' that I find prevent so many health care professionals from reaching their business goals and is a significant contributor to professional burnout?It's the failure to carve out the time to work on your business. It's really easy to understand how this happens. Most health care professionals didn't enter their profession to become business owners. What guided them to their chosen profession was a desire and passion to make a difference by helping people in some way, whether it was helping them by taking care of their animals as with veterinarians, or by helping them with their own health as with dentists, physicians, and chiropractors, or by helping people reach their life goals as with coaches.We all seem to have this common blind spot because we mostly just want to help people in our chosen way. Being a practice/business owner simply comes with the territory, so we often get caught up in vetting, doctoring, coaching, etc. and fail to realize that to make the biggest difference with the most people and to reap the financial rewards that come with that, we have to devote a fair amount of time to working on our business as well.Wha
    he most well know companies that sell these certificates are:

    • Verisign - http://www.verisign.com/
    • Thwarte – http://www.thawte.com/
    (Offers free personal email digital certificates)

    Internet traffic (Securing website traffic and email)
    HTTPS: Hypertext Transfer Protocol over Secured Socket Layer. Do not mistake HTTPS with SSL. This is a common misnomer that is spread by those that do not understand SSL. HTTPS uses SSL to create an encrypted tunnel between a client and a server. This tunnel lasts the entire connection and is the most common website security feature on the Internet. This form of encryption is established by the use of a server side X.509 certificate that digitally signs the message.

    S/MIME: Secure Multipurpose Internet Mail Exchange. S/MIME uses two X.509 certificates (also called digital signature) and both signs and encrypts the email. The author digitally signs the email with their private key. Once this happens, the message is then encrypted with the recipient’s public key and sent. When the message reaches the recipient the message is decrypted with the recipient’s private key, and then verified using the author’s public key. This ensures that people using a packet sniffer (a program that allows a person to view traffic crossing the network) do not see your account information. Email clients like Netscape Communicator and Microsoft Outlook can use S/MIME with little setup required.

    S-HTTP: Secured HTTP. The benefit of S-HTTP over HTTPS is the fact that each message is encrypted rather then using a tunnel that is vulnerable to both a man-in-the-middle and a session hijack attack. Another advantage of S-HTTP is that it allows for two-way client/server authentication

    Tunneling encryption (Securing network traffic)
    IPSec: IP Security Protocol is the most commonly used network encryption for the corporate world. When most people in the computer industry think about Virtual Private Networks (VPN)s, they immediately think of IPSec. Companies that use IPSec need an encrypted tunnel that allows all network traffic to flow through. Unlike SSL, IPSec is not limited to a port. Once the IPSec tunnel has been established, the system should have the same network access that it would have at the physical location. This offers far more power, but also requires far more overhead. Another issue is security. The more open the network, the more vulnerable it is. This is another reason why VPNs are usually on the outside of a firewall. Vulnerabilities to IPSec include session hijacking, and replay attacks.

    SSH: Secure Shell provides a terminal like tunnel that protects the data crossing the network and should replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Pr

    Online FOREX Brokers - A Brokers View Of Who Wins & Loses PART 2
    As a FOREX broker in the late eighties and nineties, I traded thousands of clients and as you will probably guess very few made money. There were two groups that constantly lost and one group that won. Let’s look at one of these groups in more detail. In my first article on my broking experiences I discussed day trading and why you can never win at it.Here I want to look at another type of losing trader – The Educated Fool. I have taken the above phrase from Jake Bernstein (an excellent writer on trading psychology) and every broker comes into contact with him. He is normally very clever, arrogant and, develops a complicated system, that promptly loses all his money.The lesson here is: Trying to be to clever when trading with an online FOREX broker will see you lose. The Myth. Today, we live in a world where we constantly marvel at the developments in science and technology, that are changing our world at lightening speed. Some of the developments are truly staggering and we can only marvel at some of the developments. Many traders see this appliance of science and believe that if they apply technology to the markets they can get a trading edge.Think about it: Your PC on your desk has more processing power than was available to Mission Control Houston, when they landed a man on the moon! You have charts, the capacity to back test huge amounts of data and a vast amount of online news availab
    Email clients like Netscape Communicator and Microsoft Outlook can use S/MIME with little setup required.

    S-HTTP: Secured HTTP. The benefit of S-HTTP over HTTPS is the fact that each message is encrypted rather then using a tunnel that is vulnerable to both a man-in-the-middle and a session hijack attack. Another advantage of S-HTTP is that it allows for two-way client/server authentication

    Tunneling encryption (Securing network traffic)
    IPSec: IP Security Protocol is the most commonly used network encryption for the corporate world. When most people in the computer industry think about Virtual Private Networks (VPN)s, they immediately think of IPSec. Companies that use IPSec need an encrypted tunnel that allows all network traffic to flow through. Unlike SSL, IPSec is not limited to a port. Once the IPSec tunnel has been established, the system should have the same network access that it would have at the physical location. This offers far more power, but also requires far more overhead. Another issue is security. The more open the network, the more vulnerable it is. This is another reason why VPNs are usually on the outside of a firewall. Vulnerabilities to IPSec include session hijacking, and replay attacks.

    SSH: Secure Shell provides a terminal like tunnel that protects the data crossing the network and should replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Pr

    How The Process Of Buying And Owning Stocks Works
    The stock market can seem like a confusing place, we have all seen different scenes of the exchange floor with people yelling, buying and selling. And there is some way people are making money during all this chaos. How do they do it? Let's take a look at how the stock market works.The purpose of the stock market is to move money. Some people need to use it and others have it to be used. A company's decision to sell stock is usually based on their need for a large sum of quick cash. Usually it is for some type of expansion or building a new plant. Then the company will issue stock certificates. The common amount for a certificate is $1.00 to begin. The certificates are a piece of the company. When buying stock you are becoming a part owner. Often the people with the most stock will sit on a company's board of directors and help to make the decisions about the company’s future. Everyone who owns a share of the stock has a vote in how the company is run. It doesn't matter if they have one share or 1000.When you decide you want to buy a piece of a company. The first thing you want to do is to research the company. Find out what they are about and find out their history of profitability. You want to make sure a company is moving in the right direction before you invest your hard earned money.Then you need to find a reputable broker. A broker is in charge of your money while they have it, make sure it is someone you can tru
    replace clear text protocols like Telnet and FTP. This allows you to connect to a server over the Internet securely over the Internet and administer remote systems without allowing the rest of the world to see everything you are doing. One of the most popular windows SSH clients is Putty.

    SSL: Secured Socket Layer can be used to create a single port/socket Virtual Private Network (VPN) using a server side X.509 certificate. The most common use of SSL is webpage traffic over HTTP or HTTPS. SSL is vulnerable to man-in-the-middle attacks. Anyone can create a CA to distribute certificates, but keep in mind that a digital certificate is only as trustworthy as the CA that controls the certificate.

    WEP: Wired Equivalent Privacy. This algorithm uses either a 40-bit key or a 128-bit (24 of the bits is used for the initialization vector) key. Most devices also allow for a wireless access point to filter MAC addresses to increase access controls onto the device. WEP is vulnerable and has been exploited by criminal hackers (crackers) while wardriving since WEP has hit the market. Some of the more popular tools used for wardriving are: Airopeek – a WiFi packet sniffer Airsnort - a WEP encryption key recovery tool Kismet - an 802.11 layer2 wireless network detector Netstumbler - an 802.11 layer2 wireless network detector

    WPA: Wi-Fi Protected Access is a new standard that will overtake the old WEP technology in the near future. WPA uses a Pre-Shared Key (PSK) for SOHO networks, and Extensible Authentication Protocol for other wired/wireless networks for authentication. Some cryptoanalysts claimPSK is a weakness due to the fact that a cracker can access the key and brute force the key until it is known. The encryption scheme that is used is Temporal Key Integrity Protocol (TKIP). TKIP ensures more confidentiality and integrity of the data by using a temporal key instead ofthe traditional static key. Most people welcome this technology over the less secure WEP.

    File access (Securing individual files)
    Stenography: Stenography is the art of concealing files or messages in other media such as a .JPG image or .MPG video. You can add this data in the unused bits of the file that can be seen by using a common hex editor. Stenography is the easiest way to hide a message, but is by far the least secure. Security by obscurity is like a lock on a car door. It is only intended to keep the honest people honest.

    PGP: Pretty Good Privacy is a free program that was created by Philip Zimmerman in 1991 and was the first widely accepted public key system. PGP is suite of encryption tools used for encrypting various types of data and traffic. PGP can be used for S/MIME and digitally signing a message. PGP uses a web of trust that allows the community to trust a certificate rather than a hierarchy Certification Authority (CA) to verifythe user’s identification. More information can be found at http://web.mit.edu/network/pgp.html

    Personal/Freeware: This can be downloaded from MIT for free.
    • Diffie-Hellman key exchange
    • CAST 128 bit encryption
    • SHA-1 hashing function

    Commercial: PGP® Software Developer Kit (SDK) 3.0.3 has received Federal Information Processing Standards (FIPS) 140-2 Level 1 validation by the National Institute of Standards and Technology (NIST).
    • RSA key exchange
    • IDEA encryption
    • MD5 hashing function

    CryptoAPI: Microsoft’s cryptography component that allows developers to encrypt data. Microsoft has also developed an ActiveX control called CAPICOM that will even allow script access to the CryptoAPI.

    Each encryption model is vulnerable to one attack or another. Below is a list of attack techniques that are used by cryptoanalysts to break the keys used to protect the messages

    Ciphertext-Only: This is the easiest to instigate, but hardest to succeed. The attacker retrieves the ciphertext data through listening to the network traffic. Once the key is has been salvaged, the cracker can attempt to brute force the message until it resembles something legible.

    Known-Plaintext: This covers the scenario of the cracker having both the plaintext and corresponding ciphertext of one or more messages. In WWII, the Japanese relied on cryptography, but had a weakness of sending formal messages. These messages were able to be broken because the ciphertext started and ended with the same message. Part of the plaintext was known and cryptoanalysts were able to decipher the message using the known-plaintext method.

    Chosen-Plaintext: Similar to the know-plaintext attack, but the attacker can choose the plaintext to be encrypted. An attacker can assume someone else identity and send a message to target that needs to be encrypted. Since the plaintext is chosen and the target sends the encrypted message, the chosen-plaintext attack is successful.

    Chosen-Ciphertext: The cryptoanalyst is chooses the ciphertext and has access to the decrypted plaintext.

    Birthday Paradox: This attack is successful when a hash value of a plaintext matches the hash value of a completely different plaintext. This anomaly is proven mathematically among 23 people, there are 23*22/2 = 253 pairs, each of which being a potential candidate for a match.

    Brute-Force: This form of attack is implemented by passing through every possible solution or combination until the answer is found. This is the most resource and time intensive method of attack

    Dictionary: The attacker compares the target hash values with hash values of commonly used passwords. Dictionary files can be downloaded from hundreds of Internet sites.

    Man-in-the-Middle: The attacker intercepts messages between two parties without either target knowing that the link between them has been compromised. This allows the attacker to modify the message at will.

    Replay: Replay attacks are simply the replay of captured data in an attempt to trick the target into allowing the unauthorized access.

    Back at the cyber caf?, if Janet connected to a secured web server using SSL to do her online banking and used S/MIME to send private email, the cyber thief would have never had a chance of seeing her unmentionables.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.casualarticles.com/article/170892/casualarticles-I-Know-What-You-Did-Last-Session--Basic-Applied-Cryptography.html">I Know What You Did Last Session: Basic Applied Cryptography</a>

    BB link (for phorums):
    [url=http://www.casualarticles.com/article/170892/casualarticles-I-Know-What-You-Did-Last-Session--Basic-Applied-Cryptography.html]I Know What You Did Last Session: Basic Applied Cryptography[/url]

    Related Articles:

    Is It Resistance Or Is It Fear - What's The Difference?

    Personal Touch: Signing Your Work

    E-Business Management Online (Electronics Business Management)

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com