Sunday, December 9, 2012

Decrypting Binary Code

We are very familier with binary numbers from junior classes but today I am going to teach you how to utilize those 0's and 1's to write secret message to friends. But before that you must have little knowledge about these three basic terms:

Cryptography: Cryptography is the art and science of converting ordinary information or text into special code called criphers and converting it back to its original, meaningful form.

Encryption: Encryption the process of converting human readable message or plaintext into some kind of code called ciphertext by using algorithm or by using simple technique. Here I am going to use simple concept of converting alphabet to ASCII and ASCII to Binary.

Decryption: Decryption is opposite process of encryption. Here I am decrypting binary code to ASCII value and to alphabet.

 

LETS SEE EXAMPLE:

01001101 01001001 01000011 01010010 01001111 01010011 01001111 01000110 01010100 00100111 01110011 00100000 01001110 01100101 01110111 00100000 01010011 01010101 01010010 01000110 01000001 01000011 01000101 00101110

You may get surprised with these 0's and 1's but no need to get worry, it's nothing. You can easily convert it into human readable within a minute.
Go to URL: www.convertbinary.com or if you want to go to long process convert each binary code to decimal and go through the ASCII Table.

"MICROSOFT's New SURFACE."................This is the decrypted form of above binary code. Surf the URL and try your own and utilize it for sending secret message to your friends. ENJOY!!!


No comments:

Post a Comment