Skip to main content

Ethical hacking simplified. cryptographic hashing.

Cryptoghraphy Hashing


Hashing is the process of converting plaintext into chipertext. One of the advantage of  hashing is, its  almost impossible to alter. Even if the intruder succeeded in altering the data the receiver will definitely know on receiving the message. Hashing can be seen as a one way encryption process. Its main aim is to confirm the authenticity of data.

Hashing output is known as hash, hash value or message digest.

How it work

When you are sending the message, you will create an encryption with your private key using a particular type of hashing which we will talk about shortly. It will then create gabbled messages which is fixed length and exactly the length of the message. Bundles the chipertext with the plaintext together which are both encrypted. Upon arriving the destination, the receiver will get the public key of the sender and decrypt the message. Mind you hashing is here to confirm the authenticity of the message. After confirming the sender by using his public key to decrypt the message. The receiver will try to compare the received hash, by re-encrypting the received plaintext and compare the hashing, if they are the same, the data is intact, if otherwise, the data has been compromised or altered. The least alteration changes the hashing encryption.

Types of Hashing

MD2 (message digest):- This is a one way or linear hash function. This technology is used in PEM(privacy-enhanced mail).

MD4 (message digest):- This is the same with its predecessor but its used in PGD and other functions. Although this technology is presently replaced by MD5.

MD5(message digest):- This is an updated and improved version of MD4, this technology brags of 128bits hashing wow. This hashing was very popular, but even with its 128bits hashing it comes with vulnerabilities. Those vulnerabilities makes it to be replaced with SHA2.

MD6 (message digest):- This is a technology designed by Ron Rivest. This technology uses the merkle-tree like structure to come up with a strong computations of hashes. The authors of this system claims a 28 cycles per byte! On intel core 2 duo processor.

HAVAL :- This technology is variable length one way hashing and an upgrade to MD5. Unlike MD series, this hashing technology can produce different types of hashing! From 128, 160, 192, 224 & 256bits. This technology is also known as fingerprint.

Tiger:- This hashing technology is optimized for 64bits system, though it can work on other systems too.

RIPE-MD:- This is the most commonly used hashing in European countries.

SHA-0 (secure hash algorithm):- This is the first born in the SHA hashing algorithm family. It is since replaced with his junior brother by name SHA-1. This technology produces 160bits of hashes chiper. This technology family was first publihsed in 1993.

SHA-1 (secure hashing algorithm):- After overthrowing his senior brother, he became very popular but didn't last on the throne. Published in 1995 to correct certain errors and vulnerability found in it predecessor.

SHA-2 (secure hashing algorithm):- This is their last born and an upgrade of the former king SHA-1, not the sha of iran! Laghing.... Published in 2001. so far non successful attack has been recorded on the SHA-2 hashing system. Wow! Bravo!

SHA-3 (secure hashing algorithm):- This was published in 2012. This technology is not meant to replace its senior brother, rather serves as an upgrade which makes it stronger more reliable and robust.

Comments

Popular posts from this blog

Microsoft Office for Tablet now on Google Play store

Back in November, Microsoft opened up early previews builds for its new mobile Office applications for Android tablets to those willing to sign up and wait for an invitation. After taking on feedback over the past couple of months, Microsoft has announced that it is expanding its preview scheme by releasing its Office applications to everyone directly through the Google Play Store. The new Office software for mobile unifies Android, IOS, and Windows platforms. Previously each platform had to make do with its own apps, meaning that feature sets differed depending on your operating system and updates were often slow and intermittent. By unifying the Office platform, Microsoft hopes to bring updates and new features to users in a timelier manner. There are still a couple of conditions attached to the preview builds though. Firstly, Office is still limited to ARM-based Android tablets with a screen size between 7 and 10.1 inches. Your tablet will also need to be running Ki...

Tips for strong password

As we have already discussed that passwords are strong and at the same time weak! If user create password from his name, date of birth or any other combination that is related to him, cracking down his account doesn't need much technical know how. Meaning attacker who know you, can be lucky enough to access your sensitive information by only entering certain key combinations. Creating strong and almost non hackable wait!!! is there any non hackable password! I was once told that any system can be hacked! It only took time, skills and resources! You are absolutely right! But at-least one has to really suffer before getting your data! Arm robbers do rob banks! Do you think a local or common thief can rob bank? The ans is absolute NO! Strong passwords doesn't happen by chance! Below are the steps to create a very strong passwords! Passwords should be at-least 8 characters Its already becoming standard on the internet. Many websites doesn't allow less than 6 charact...