What Is Footprinting?

Now let’s circle back around to the first step in the process of ethical hacking: footprinting. Footprinting, or reconnaissance, is a method of observing and collecting information about a potential target with the intention of finding a way to attack the target. Foot-printing looks for information and later analyzes it, looking for weaknesses or potential … Read more

Applications of Cryptography

Cryptography can be applied in communication of data and information, which we will see in the form of IPSec, SSL, and PGP. In this article we will examine these applications and see how cryptography fits in. IPSec Internet Protocol Security (IPSec) is a set of protocols designed to protect the confidentiality and integrity of data … Read more

Symmetric Cryptography

Symmetric algorithms do some things really well and other things not so well. Modern symmetric algorithms are great at all of the following: ■ Preserving confidentiality ■ Increasing speed ■ Ensuring simplicity (relatively speaking, of course) ■ Providing authenticity .ymmetric algorithms have their drawbacks in these areas: ■ Key management issues ■ Lack of nonrepudiation … Read more

Cryptography in Action

You will encounter cryptography in many forms throughout this book. It is applied to many different technologies and situations and, as such, is something you need to have a firm grasp of. Some examples of applied cryptography are: Public key infrastructure (PKI)  Digital certificates  Authentication  E-commerce  RSA  MD-5 Secure Hash Algorithm (SHA)  Secure Sockets Layer … Read more

Tracing the Evolution in cryptography

As with the ancient Egyptians and Romans, who used secret writing methods to obscure trade or battle information and hunting routes, one of the most widely used applications of cryptography is in the safeguarding of communications between two parties wanting to share information. Guaranteeing that information is kept secret is one thing, but in the … Read more

Cryptographic Tools

The derivation of the word cryptography is from Greek and means literally secret writing . Modern cryptography is still involved in keeping data secret, but the ability to authenticate a user (and hence apply some kind of access control) is even more important. Although there are many cryptographic techniques and protocols, they mostly fall into … Read more