You Are Viewing security

DropBOx-share File smartly

Posted By vibhu on July 6th, 2010

http://magicalharsh.com/blog/dropbox-share-file-smartly/

DROPBOX is used for online back up file sharing and file synchronizing

    Oh !! I dn’t have the Pen drive ,and i want these file to be with me as i m leaving from the city :( .
    I m working on some project .and i want my partner to get program files in a sync manner and in a very fast way. :)
    I want online back up of my important files ..

The one and the very best solution till now is The DROPBOX. It work like a box in which u can put your files and the box is saved at internet. you are somewhere away from your system and want to work on these files ,now you can just work on it modify it you will found that it was modified on yous system also in a sync manner. :)
It is open source Software and can easily be downloaded at company’s website DropBox.com and easy to install at any Platform Windows ,linux or Mac .

After installing it you will see an icon at your desktop and you can make account of your email id .
it also create a folder as the child of your documents folder like this:-

you can make a new folder rename it and then put right click ,go to dropbox menu and make it share with other users to share it on internet with your partners.

FEATURES-

File Sync
Dropbox allows u to sync file to your computers through internet

    Sync files of any size or type.Automatically syncs when new files or changes are detected.
    Work on files in your Dropbox even if you’re offline. Your changes sync once your computer has an Internet connection again.

File Sharing
sharing of files can easily be done at internet or by your system with other users..

    Shared folders allow several people to collaborate on a set of files.And You can see other people’s changes instantly.
    You can control people to able to access the shared folder and can easily kick them .. ;)

Online backup
Dropbox back up your files automatically when you put those files on the dropbox folder

and tho other more like web access ,security and privacy ,mobile device access..and many more :)

Today many company use this dropbox in their project making and m also having full benefit . Just try it !!!!

More Information about Dropbox see Dropbox.com

Generate secure passwords using Password Chart

Posted By Harsh Singh on June 4th, 2009

http://magicalharsh.com/blog/generate-secure-passwords-using-password-chart/

Create secure passwords from a master phrase with web-based application Password Chart. Enter a phrase and Password Chart generates a table of values for the alphabet based off that phrase.

For example, starting with phrase “dark horizon provides you with everything“, It converted the password “thatsmypassword” into the much less crackable “L7S8FNHL7SL4bk7_9INHL4L4Qa98yrx#k4“. You can even print off the password chart to store or keep with you.

Why should you use this?

1. Picking and remembering strong passwords is a pain. It’s easier to convert an easy to remember one.
2. It works anywhere on any computer. It also works offline if you print out the chart.
3. Its free, easy and secure. Everything is done in your browser — no passwords are sent over the Internet.

Remove gphone virus from the system :: Gtalk

Posted By Harsh Singh on June 2nd, 2009

http://magicalharsh.com/blog/remove-gphone-virus-from-the-system-gtalk/

Gphone.exe virus .

This is one of the most frequent virus nowadays that infects your Gtalk and Yahoo messenger by sending automated messages to your friends list .Gphone virus basically is a .exe file which looks like a folder and it can take any name of any other folder .
(more…)

Top 10 Online Security Tips

Posted By Harsh Singh on May 4th, 2009

http://magicalharsh.com/blog/top-10-online-security-tips/

Internet can be a dangerous place . There are a number of hackers and fraudsters trying to get into your personal information .  And there is just one thing that prevents them from getting into your personal data .

Your Password

So always maintain ultra caution while choosing your password . Here are list of do’s and dont’s that you should keep in mind while setting your password :

online security

(more…)

JavaScript to Unmask Password on Web Pages!

Posted By Harsh Singh on September 21st, 2008

Javascript to unmask password on web pages

Here comes javascript which is tested on Firefox & IE!

javascript: alert(document.getElementById('Passwd').value);

Just copy above code and paste it in ur browsers address bar (navigation bar or url bar).

There is one more similar script! This will change HTMLs tags “type” attribute from “password” to “text”!

javascript: alert(document.getElementById('Passwd').type='text');

On hitting enter you will see a prompt, just ignore it and look at screen… The password field will be unmasked any now

The above script may fail on hotmail when opened in firefox! But don’t worry,

Try following code in the same way! This does not work with antique IE 6.0 and with release of firefox 2.0, I did not bothered to give IE 7.0 a try!

This will again prompt password like above!

javascript: function getElementsByAttribute(oElm, strTagName, strAttributeName, strAttributeValue){ var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName); var arrReturnElements = new Array(); var oAttributeValue = (typeof strAttributeValue != "undefined")? new RegExp("(^|\s)" + strAttributeValue + "(\s|$)") : null; var oCurrent; var oAttribute; for(var i=0; i< ocurrent ="" oattribute ="”" oattribute ="”="> 0){ if(typeof strAttributeValue == “undefined” || (oAttributeValue && oAttributeValue.test(oAttribute))){ arrReturnElements.push(oCurrent);}}} return arrReturnElements; } alert( getElementsByAttribute(document.body, “input”, “type”, “password”)[0].value);

And this will unmask password filed like above!

javascript: function getElementsByAttribute(oElm, strTagName, strAttributeName, strAttributeValue){ var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName); var arrReturnElements = new Array(); var oAttributeValue = (typeof strAttributeValue != "undefined")? new RegExp("(^|\s)" + strAttributeValue + "(\s|$)") : null; var oCurrent; var oAttribute; for(var i=0; i< ocurrent ="" oattribute ="”" oattribute ="”="> 0){ if(typeof strAttributeValue == “undefined” || (oAttributeValue && oAttributeValue.test(oAttribute))){ arrReturnElements.push(oCurrent);}}} return arrReturnElements; } ; alert( getElementsByAttribute(document.body, “input”, “type”, “password”)[0].type=”text” ) ;

Above scripts successfully tested on gmail, yahoo, hotmail, rediff login pages! Orkuts login pages have frames so the above may fail! In fireox you can also right-click on any frame and can open that frame separately in different window or tab and then can use any of above script!

Also any password field can be unmasked using DOM Inspector in firefox! Please don’t make false assumption that firefox is insecure! There is a feature called “master password” in firefox! That will protect your passwords against all javascript, DOM Inspectors, etc!

Who needs revelation (at least for web pages) … Enjoi!!!

Related Link:
Inspect Element with DOM Inspector
(Please note that the DOM Inspector must be installed. (Select “Developer Tools” during custom setup of Firefox)

Click here to download Firefox!

Credits: Thanx to Robert Nyman for getElementsByAttribute! I wish a function like this should be included in standard!

Be Safe from greasemonkey Hack

Posted By Harsh Singh on June 9th, 2008

the latest hack in orkut is through greasemonkey script….

Read Here

so…..frm now on dont install blindly any script that comes urs way……

whenever you want to install any script…..see the script source by clicking on SHOW SCRIPT SOURCE……

search for code action=”"………….if ypu find these words in that script…..keep at a distance…….

BE CAREFUL WHILE USING CTRL+C n CTRL+V

Posted By Harsh Singh on June 7th, 2008

hi friends,

We all copy various data by using ctrl+c/Copy for pasting elsewhere.
This copied data is stored on clipboard and is accessible over the net by a combination of Javascripts and ASP.

Just try this:
1) Copy any text by ctrl+c
2) Click the Link: http://www.friendlycanadian.com/applications/clipboard.htm
3) You will see the text you copied on the Screen which was
accessed by this web page.

Moral:
Do not keep sensitive data (like passwords, creditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. If sufficient data is stored by mistake it would give away confidential and important information without you knowing about it.

To Avoid This
To avoid this, follow these steps:

1. Go to internet options->security

2. Press custom level

3. In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe.

Pass this information on to create an awareness of the same.

Safe Browsing,
Cheers.

Protect your password in cyber cafe and on public computers

Posted By Harsh Singh on June 7th, 2008

Some time or the other, you must have used cyber dafe or public computers to access internet or mail. Public computers are most prone to password hacking. Anyone can simply install a keylogger software to hack your password. Keylogging is one of the most insidious threats to a user’s personal information. Passwords, credit card numbers etc.

It is now very easy for the keylogger to harvest passwords. Each and every keystroke (whatever you type on the keyboard) gets recorded in the keylogger software and the person installing it can easily view what you have typd in.

For example, if you go to hotmail.com and check your mails. Say your ID is aaabbbccc @ hotmail . com and password is snoopy2. the keylogger software records your usename and password in its log file as

www.hotmail.comaaabbbccc @ hotmail . comsnoopy2

Risky isnt it???!!!

There’s solution to this problem and you can easily fool the hacker.
The keylogger software sees and records everything, but it doesn’t understand what it sees. It does not know what to do with keys that are typed anywhere other than the password or user name fields.

So, between successive keys of the password if you enter random keys, the keylogger software wont ever come to konw where you typed in what..

In the process of recording the keys, the string that the keylogger receives will contain the password, but embedded in so much random junk that discovering it is infeasible.

So…

1.Go to hotmail.com or yahoo.com or any of the site where you need to insert a password or PIN.
2.Type in your user ID.
3. Type in the first characterof the password.
4. Click on the address bar in the internet explorer or Firefox. Type in some 3/4 random charachters.
5. Again go to password field and type in the second character of the password.And probably third too.
6. Again go to the addressbar and type in a few mroe random character.
7. Back to the password field and the next characters of the password.

Keep on repeating the process till you type in the full password in the password field.

Instead of the password
snoopy2 the keylogger now gets:
hotmail.comspqmlainsdgsosdgfsodgfdpuouuyhdg2

Here a total of 26 random characters have been inserted among the 7 characters of the actual password!!!

No doubt it takes a little bit of more time than the usual process, but you’re safe and secure that way!!!

Microsoft Windows Malicious Software Removal Tool

Posted By Harsh Singh on June 6th, 2008

This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.

Download Here