TECH CORNER

Bite Into Technology

Encrypting files using images

Hiding files in jpg format helps us to transfer private data without any chance of intrusion.I tell you how you can do it..All that you need to have is just a .zip or .rar compression…The password security provided with zip files in easily crackable.So, I give here an additional protection…Just start working up with me and u will be done…

  • Save the picture of choice to your desktop.
  • Make a new .rar or .zip folder on your desktop.
  • Add the files you want to hide into the .zip or .rar
  • Click start menu, run, cmd.
  • In Command Prompt type cd “desktop”.
  • Now type: copy /b picturename.jpg + foldername.rar outputfilename.jpg
    ( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
  • Now there should be an output file name with a .jpg extension on the desktop.(Hold on..Don’t close Command Prompt).
  • Double click it to open the picture and check it out.
  • Now, If you want to view the hidden files,
    Type: ren outputfilename.jpg outputfilename.rar or ren outputfilename.jpg outputfilename.zip

Thats it..Now you made it..You can also add password to your rar files as you do normally.But, with this additional protection no one can expect a file(s) to be present with in an image.But dont make an image with big files because,Its size makes them to be identified.

February 24, 2009 Posted by increa | Interesting | | 1 Comment

Remove Windows Genuine Advantage Notificati

Crack your Windows XP with Service Pack 2 Which uses Registration Key

JD3T2-QH36R-X7W2W-7R3XT-DVRPQ

This will allow you to bypass the Microsoft Genuine Validation.

I hope this is the best and genuine way to crack Xp:

1. Click STARTàRUN and type ‘regedit’

2 Registry window will be opened, Then Go to
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer

…and doubleclick on it. Then change some of the value data to ANYTHING ELSE…delete some, add some letters, I don’t care…just change it!

now close out regedit.

3) Go to start > run > “%systemroot%\system32\oobe\msoobe.exe /a” (again, dont type the quotes)

4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.

Now you can download all the updates without activating, and the Genuine Microsoft Validation will No more trouble u.

February 24, 2009 Posted by increa | Interesting | | 1 Comment

View WebPage Source Code in External Viewer in Firefox

If you are a web developer or a designer, you might want to know the source code of a page you are viewing. We use “View Source” function in any browser for this purpose. Generally it opens up an internal viewer of browser.

Instead it is very much convenient if code is displayed directly in our favourite viewer like Dreamweaver or Notepad++. This simple trick will let you do this in Firefox.

Read on find it out.

Type “about:config” in address bar without quotes and press Enter. Click ‘I’ll be careful, i promise!‘ button.

You’ll be in a place with lot of configuration options. There in Filter text box, type “view_source.*” without quotes and press Enter. Look for “view_source.editor.external” entry there and double click on it to toggle its value to True.
Now, double click “view_source.editor.path” entry. The ‘Enter String Value’ dialog box will open.
Set its value to path of the external viewer you want to use and click OK. For example i entered the path C:\Program Files\Notepad++\Notepad++.exe as i want to use Notepad++ as an external viewer. There you have it.
You should now be able to view source code of a page in your favorite viewer.
If you later uninstall that viewer or change some settings, the internal viewer will be used.

February 3, 2009 Posted by increa | Internet | | No Comments Yet