Friday, 1 November 2013

Converting Binary to Text (ASCII)

In last post, we saw about how binary works and how it is converted to decimal. In this post we will see about how these binary codes are converted into text by the computer.

ASCII - American Standard Code for Information Interchange.

ASCII is essentially the letters, numbers and symbols that are stored in our computers through the use of fonts.When the keyboard relays the buttons you pressed, it sends in a code which is then converted to the ASCII equivalent.

For example:

Here is a HIDDEN message in the form of Binary Code.

0100100001100101011011000110110001101111
 Lets split this up into 8 bit codes.

01001000  01100101  01101100  01101100  01101111

Now find the  decimal values for these codes.

01001000 = 72
01100101 = 101
01101100 = 108
01101100 = 108
01101111 = 111

Here comes the concept of ASCII .There is something called ASCII tables.
It contains alphabets,numbers and symbols. Each of them essentially corresponding to the related values.

For the computer it is programmed into them. For us the computer provides a short-cut to identify the ASCII code.

By pressing ALT + [The Number], you will get the ASCII equivalent of that number. 


For example, by pressing the ALT key and then the numbers 72 in any text editor, you will get the corresponding “H” to show up.

so lets try for all the numbers,

72 = H
101 = e
108 = l
108 = l
111 = o

So the entire HIDDEN message is translated to TEXT.

ASCII Table: DOWNLOAD




Thursday, 31 October 2013

Binary to Decimal - Concept

                                                 We all have seen binary codes. Collection of  0's and 1's in a long string are called as Binary codes. For example: 0001101110010101000011101. But these 0's and 1's also represents Decimal numbers. Computers use binary codes and not decimals, first we will see how binary and decimal are related together.

BINARY SYSTEMS:

Lets us consider some empty slots.      _ _ _ _ _

Binary codes should be read from Right to Left. It cant be changed.

First slot from Right represents value of 1, Second is value of 2, Third is value of 4, Fourth is value of 8, and the cycle continues by multiples of 2.

CONDITION:
1 means 'YES', 0 means 'NO'

For example: Putting 1 in the first slot (from right-left) and 0's in the remaining represents the value 1 (one).
                     00001 = 1
                     Putting 1 in second slot and 0's in remaining represents the value 2.
                     00010 = 2

If we want to represent the number 8 in decimal, for binary...
Remember the condition.

NO  YES  NO  NO  NO
(0)    (1)    (0)    (0)    (0)


01000 = 1000 = 8

If you got 1's in two or three places, just add the values of 1's.
0101 = value of 1 in first slot is 1, and value of third slot is 4. add it up gives the value.
0101 = 5

 NOTE: For mastering in Binary ,... just practice yourselves.









Tuesday, 29 October 2013

How to HIDE a folder manually


  • Right-Click on the folder which you want to hide and select 'Rename'.
  • When you rename, it hold down "Alt" and press "0160" and enter.
  • This will create an invisible space, so it will appear as if it has no name.
  • Now your folder name is hidden. Next is to hide the folder's icon.
  • For this, right click the folder and select "Properties", select the tab "customize" and select "change icon".
  • Scroll along and you should see a few blank spaces click anyone of that and click OK.
  • Now your folder is invisible.

NOTE:
          For better hiding, manage the folder to bring last in the list. you can do this by changing the type of 'sort by'.

Tuesday, 7 May 2013

Recover Data from any device !



Just Google "How to recover data", you get many websites,many software link.You download them and install,but they ask for serial key or to register. Then again you will google, for a crack of that application.
Get rid of all these stuffs.!!
Here's Test Disk :
  • No need of installation
  • No need of any serial keys
  • No need to crack
  • And of course its free..!!!
    TEST DISK, DATA RECOVERY:  


    TestDisk is OpenSource software and is licensed under the terms of the GNU General Public License (GPL v2+).
    TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy.


    TestDisk can,
    • Fix partition table, recover deleted partition
    • Recover FAT32 boot sector from its backup
    • Rebuild FAT12/FAT16/FAT32 boot sector
    • Fix FAT tables
    • Rebuild NTFS boot sector
    • Recover NTFS boot sector from its backup
    • Fix MFT using MFT mirror
    • Locate ext2/ext3/ext4 Backup SuperBlock
    • Undelete files from FAT, exFAT, NTFS and ext2 filesystem
    • Copy files from deleted FAT, exFAT, NTFS and ext2/ext3/ext4 partitions.


    Operating systems:


    TestDisk can run under
    • DOS (either real or in a Windows 9x DOS-box),
    • Windows (NT4, 2000, XP, 2003, Vista, 2008, Windows 7 (x86 & x64),
    • Linux,
    • FreeBSD, NetBSD, OpenBSD,
    • SunOS and
    • MacOS X