subhashchy
Sharing Some tech Stuffs...
Friday, June 3, 2011
Nice domain giveaway going on..dont miss
A nice domain giveaway going on..dont miss..
Folllow simple rules and u can get a domain worth free
hit http://www.blogisblogging.com/2011/06/win-com-domain-name-contest.html
great chance to win a domainalong with hosting...dont miss
just wanna share a great chance to win a domain along with a year of hosting for free:..
Cool...
Its been a long time Pradeep wasn’t online because of many problem that he was facing lately. now he is trying to arrange some time for blogging and hoping to keep tech3dge alive. As he is back again for the blogging so he has decided to launch a Giveaway for all the readers and supporters of Tech3Dge, and this time its not only about Hosting :P but he is also helping the new bloggers to get a full custom name blog to them, that’s why he have decided to add a .Com Domain name plus One year Hosting and a Thesis Theme for the winner.
Read rest of the story here :
http://www.tech3dge.com/tech3dge-giveaway-contest-6/.
Dont miss the chance...
The Thesis Theme framework is a premium template system for WordPress that is designed to serve as the rock-solid foundation beneath any kind of website.
Read full review on Thesis on SML Blog
If you want to win the Contest just complete all the process below :
Sunday, February 20, 2011
create a text file which will NOT show what it actually contain but show what we want it to show.
Hi Guys,
Today I am gonna Share a great trick about notepad. Its about how can we hide sensitive texts inside text files.
Basically we will create a text file which will NOT show what it actually contain but show what we want it to show. Confusing ?
Alright..Before I start showing how to do it, lets understand what we are going to do :
1) We will create 2 text files with same name in same folder . :) YES....we are going to do that !!
2) In the first text file we will write what we want to hide from others, like username passwords, or other sensitive data.
3) In the 2nd file we will write what we want to show to others when they open the file. Something to fool them.
It is useful when we use shared PCs and deal with peoples who keep looking into our folders. also when we want to put something in our thumb drives but could not do because it can be compromised.
So, what we need to do this ? Any third party software ? NO .Not at all. its all built into windows.
But yes, We need that the volume (Drive) on which we are going to save the data has to be in NTFS format.FAT will not work for us. Its not a big deal as nowadays we see FAT very rare.
Here is how it works..The logic behind it..
One of an advanced feature of NTFS file system is "Multiple data steam".When we write something to a file it is being written as data streams. NTFS allows to use more than 1 data stream.
Actually, NTFS file system saves each unit of information associated with a file—including its name, its owner, its time stamps, its contents, and so on as a file attribute (NTFS object attribute).
Each attribute consists of a single stream (that is, a simple sequence of bytes). This generic
implementation makes it easy to add more attributes (and therefore more streams) to a file.
How we will use it for our use
We will create a text file with 2 streams. 1st or default steam will contain what we want others to see to fool them . the 2nd stream will contain what we want to hide from others.
The stream names can be anything you want So its only YOU that know how to open that file again. In other words its as secure as password protected without letting anyone know that it is protected.
Enough explaination now come to the real trick.
open a command prompt and type
cd \
Notepad abc.txt:1 (Notice the : before 1)
it will ask you that file does not exist, you want to create it, Say Yes.
type anything you want and save it. Close the notepad window.
Now go the root of the drive (C:) from windows explorer.
you will see a file name abc.txt there.open it . Surprised ? its blank .
Now type anything in this notepad and save it. This will be what peoples will see when they open the text .
go back to the command prompt and run the same command again.
Notepad abc.txt:1
Are you seeing what you typed in the first step, It is what you secured from otheres.
Got the idea... I know you have the trick and you will do a lot of things using it.
Go ahead and ROCK!!
Be assured that there is no such easy way to catch that your file contain another data stream, Until someone skilled enough is doing forensic scan of your system file by file -byte-by byte-.
Hope it was useful.
Thank You.
Subhash Chandra.