Search This Blog

Showing posts with label Security Tips. Show all posts
Showing posts with label Security Tips. Show all posts

Monday, June 4, 2012

Best Practies Against Hacking

These days, the majority of websites are built around applications to provide good services to their users. In particular, are widely used to create, edit and administrate content. Due to the interactive nature of these systems, where the input of users is fundamental, it's important to think about security in order to avoid exploits by malicious third parties and to ensure the best user experience.

Some types of hacking attempts and how to prevent them

There are many different types of attacks hackers can conduct in order to take partial or total control of a website. In general, the most common and dangerous ones are SQL injection and cross-site scripting (XSS).

SQL injection is a technique to inject a piece of malicious code in a web application, exploiting a security vulnerability at the database level to change its behavior. It is a really powerful technique, considering that it can manipulate URLs (query string) or any form (search, login, email registration) to inject malicious code. You can find some examples of SQL injection at the Web Application Security Consortium.

There are definitely some precautions that can be taken to avoid this kind of attack. For example, it's a good practice to add a layer between a form on the front end and the database in the back end. In PHP, the PDO extension is often used to work with parameters (sometimes called placeholders or bind variables) instead of embedding user input in the statement. Another really easy technique is character escaping, where all the dangerous characters that can have a direct effect on the database structure are escaped. For instance, every occurrence of a single quote ['] in a parameter must be replaced by two single quotes [''] to form a valid SQL string literal. These are only two of the most common actions you can take to improve the security of a site and avoid SQL injections. Online you can find many other specific resources that can fit your needs (programming languages, specific web applications ...).

The other technique that we're going to introduce here is cross-site scripting (XSS). XSS is a technique used to inject malicious code in a webpage, exploiting security vulnerabilities of web applications. This kind of attack is possible where the web application is processing data obtained through user input and without any further check or validation before returning it to the final user. You can find some examples of cross-site scripting at the Web Application Security Consortium.

There are many ways of securing a web application against this technique. Some easy actions that can be taken include:
  • Stripping the input that can be inserted in a form (for example, see the strip tags function in PHP);
  • Using data encoding to avoid direct injection of potentially malicious characters (for example, see the htmlspecialchars function in PHP);
  • Creating a layer between data input and the back end to avoid direct injection of code in the application.
Some resources about CMSs security

SQL injection and cross-site scripting are only two of the many techniques used by hackers to attack and exploit innocent sites. As a general security guideline, it's important to always stay updated on security issues and, in particular when using third party software, to make sure you've installed the latest available version. Many web applications are built around big communities, offering constant support and updates.
To give a few examples, four of the biggest communities of Open Source content management systems—Joomla, WordPress, PHP-Nuke, and Drupal—offer useful guidelines on security on their websites and host big community-driven forums where users can escalate issues and ask for support. For instance, in the Hardening WordPress section of its website, WordPress offers comprehensive documentation on how to strengthen the security of its CMS. Joomla offers many resources regarding security, in particular a Security Checklist with a comprehensive list of actions webmasters should take to improve the security of a website based on Joomla. On Drupal's site, you can access information about security issues by going to their Security section. You can also subscribe to their security mailing list to be constantly updated on ongoing issues. PHP-Nuke offers some documentation about Security in chapter 23 of their How to section, dedicated to the system management of this CMS platform. They also have a section calledHacked - Now what? that offers guidelines to solve issues related to hacking.

Some ways to identify the hacking of your site

As mentioned above, there are many different types of attacks hackers can perform on a site, and there are different methods of exploiting an innocent site. When hackers are able to take complete control of a site, they can deface it (changing the homepage), erase all the content (dropping the tables of your database), or insert malware or cookie stealers. They can also exploit a site for spamming, such as by hiding links pointing to spammy resources or creating pages that redirect to malware sites. When these changes in your application are evident (like defacing), you can easily spot the hacking activity; but for other types of exploits, in particular those with spammy intent, it won't be so obvious. Google, through some of its products, offers webmasters some ways of spotting if a site has been hacked or modified by a third party without permission. For example, by using Google Search you can spot typical keywords added by hackers to your website and identify the pages that have been compromised. Just open google.com and run asite: search query on your website, looking for commercial keywords that hackers commonly use for spammy purposes (such as viagra, porn, mp3, gambling, etc.):

[site:example.com viagra]

If you're not already familiar with the site: search operator, it's a way to query Google by restricting your search to a specific site. For example, the search site:googleblog.blogspot.comwill only return results from the Official Google Blog. When adding spammy keywords to this type of query, Google will return all the indexed pages of your website that contain those spammy keywords and that are, with high probability, hacked. To check these suspicious pages, just open the cached version proposed by Google and you will be able to spot the hacked behavior, if any. You could then clean up your compromised pages and also check for any anomalies in the configuration files of your server (for example on Apache web servers: .htaccess and httpd.conf).
If your site doesn't show up in Google's search results anymore, it could mean that Google has already spotted bad practices on your site as a result of the hacking and may have temporarily removed it from our index, due to infringement of our webmaster quality guidelines.

In order to constantly keep an eye on the presence of suspicious keywords on your website, you could also use Google Alerts to monitor queries like:

site:example.com viagra OR casino OR porn OR ringtones

You will receive an email alert whenever these keywords are found in the content of your site.

You can also use Google's Webmaster Tools to spot any hacking activity on your site. Webmaster Tools provide statistics about top search queries for your site. This data will help you to monitor if your site is ranking for suspicious unrelated spammy keywords. The 'What Googlebot sees' data is also useful, since you'll see whether Google is detecting any unusual keywords on your site, regardless of whether you're ranking for them or not.

If you have a Webmaster Tools account and Google believes that your site has been hacked, often you will be notified according to the type of exploit on your site:
  • If a malicious third party is using your site for spammy behaviors (such as hiding links or creating spammy pages) and it has been detected by our crawler, often you will be notified in the Message Center with detailed information (a sample of hacked URLs or anchor text of the hidden links);
  • If your site is exploited to place malicious software such as malware, you will see a malware warning on the 'Overview' page of your Webmaster Tools account.
Hacked behavior removed, now what?

Your site has been hacked or is serving malware? First, clean up the malware mess and then do one of the following:
  • If your site was hacked for spammy purpose, please visit our reconsideration request page through Webmaster Tools to request reconsideration of your site;
  • If your site was serving malware to users, please submit a malware review request on the 'Overview' page of Webmaster Tools.
We hope that you'll find these tips helpful. If you'd like to share your own advice or experience, we encourage you to leave a comment to this blog post. Thanks!

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Saturday, June 2, 2012

Microsoft Security Essentials

Microsoft Security Essentials provides realtime Protection for your home or small buisness PC
that guards against viruses,spyware,and other malicious software.





Overview


Microsft Security Essentials is a free* Download from Microsoft that is simple to install,easy
to use, and always kept up-tp-date so you can be assured your PC is Protected by the latest technology.

Microsoft Security Essentials runs quietly and efficiently in the background so you're free to
use your Windows-based PC the way you want-without interruptions or long computer wait times.

Before installing Microsoft Security Essentials,we recommend that you uninstall other antivirus software already running on your PC. Running more than one antivirus program at the same time can potentially cause conflicts that affect PC performance.

* Your PC must run genuie Windows to install Microsoft Security Essential



Download:

64 bit 

32 Bit

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Gmail Hacks, Tips & Tricks


You already know that Gmail beats all other email providers with its endless customization capabilities, Google product integration and fantastic spam filter. Take it to the next level with these Gmail power user tips and Greasemonkey extensions for Firefox. We haven’t forgotten the Mac users, either. For more great resources, check out the official Gmail blog and the Gmail Power Users group on Google Groups. If you’d like to learn more about other email programs, check out the email category at the web directory.
1. Master the Gmail keyboard shortcuts
If you haven’t already, master the shortcut keys. Compose, mark as read, archive and much more with the press of a button. Sure, you know c for compose and ! for report spam, but do you know g + t for the sent mail folder? You can find a complete list at the official Gmail shortcut page.
2. Google Code Macros
The Greasemonkey extension for Firefox, familiar to many power users, allows JavaScript functionality on any web page. Piggybacking off of this capability, the generically-namedMacros script enables a number of keyboard shortcuts. Google apparently integrated some of Macros shortcuts when revamping Gmail, but there are still functions that the Macros programmers believe Gmail needs. “I firmly believe this is *the* essential Gmail trick to end all Gmail tricks,” writes David Chartier at DownloadSquad.
 Gmail Hacks, Tips & Tricks
3. Create bookmarklets for frequent searches
This form created by Steve Rubel generates a bookmarklet for searches in Gmail. (By the way, a bookmarklet is a baby bookmark that acts a single click tool for a webpage or browser—thanks, Wikipedia). Take Rubel’s form further by dragging the bookmarklets to your bookmarks bar.
4. Resize your compose box
The aptly-named Resizeable Textarea Firefox extension allows you to click and drag the edge of your compose box without resizing your browser window. Note that any browser built with the newest Opensource.org webkit—Safari, for example—will already have this capability. For more browser info, check out the internet software category.
 Gmail Hacks, Tips & Tricks
5. View unread messages first
Search on the string “label:unread label:inbox” to force all of your unread messages to the top of the list, writes Matt Cutts. (Note: you don’t have to create any labels for this to work.) Try bookmarking Cutts’s search and dragging it to your bookmarks bar to view all unread messages first.
6. Streamline adding attachments
Wouldn’t it be great if you could drop attachments directly into the attachment box? Check out the Firefox extension Dragdropupload if you are running Firefox 2.0 (as of this writing, it hadn’t been updated for 2.0.0.12).
 Gmail Hacks, Tips & Tricks
7. Quickly switch between Google accounts
If you have multiple Google accounts—a Gmail with Google Apps account and a regular Gmail account, for example—streamline them with this script for Firefox with Greasemonkey. The script adds a “change user” drop-down bar in place of the “sign out” link.
 Gmail Hacks, Tips & Tricks
You can also try Gmail Manager (also a Firefox extension), which adds a Gmail menu bar to the Firefox window. Juggle multiple accounts, sign in and out.
 Gmail Hacks, Tips & Tricks
8. Bookmark a single email
As of November 2007, all Gmail messages have dedicated URLs (according to the official Gmail blog). Rather than killing a tree by printing the message or laboriously copying down the info, you can CTRL-D (or ?-D) an important email and refer to it at your leisure.
9. Automate frequently repeated text
Signature functionality is built into Gmail, but frequently typed phrases can be automated with Firefox extension Signature, which allows you to insert designated text with a keystroke. (As of this writing, Signature is not yet compliant with Firefox 2.0.0.12.) Also try a Windows app called AutoHotKey or Mac app TypeIt4Me. Both apps allow you to create keystrokes to automate text in virtually any application.
 Gmail Hacks, Tips & Tricks
10. POP3 & IMAP forwarding
“I recommend using IMAP (where the mail is both on the server and on your local machine(s)/device(s)) and uploading all your email onto Gmail,” writes Mark Wheeler, a Gmail power user. “You can keep copies on the Google servers and your desktop/laptop/phone so that they are all efficiently accessible and available anytime anywhere. Don’t have to worry about backups, or disk space…I have 25,000 emails and have only used 9% of my space!”
To upload old email like my friend did, set up a Gmail IMAP account in your desktop email client. In the client, establish folders that correspond to your Gmail labels, and drag and drop your non-Gmail into the folders. If you’re using Outlook with .PST format or Outlook Express, you will have to convert or export the emails to mBox data file format before the messages will translate. The process may take some time, and your client may hang. Also, the original dates and times attached to the messages will appear in Gmail as the dates and times that the messages were imported into Gmail. But it’s worth the trouble to utilize your tricked-out Gmail, right? Click here for a tutorial from My Digital Life.
11. Mute a conversation
Ever found yourself subscribed to a mailing list and the current conversation has nothing to do with you? If you don’t want to unsubscribe, you can easily stop the friendly spam with theGmail mute function. Select a message in the thread and hit the m key to auto-archive all incoming messages in the conversation. The thread will stay muted until you unmute it; it will also un-mute itself if your address appears in the To or CC box.
12. Get it all in one place
Gmail’s built-in Mail Fetcher allows you to receive and send from up to five different accounts via POP3. Unlike a simple forwarding feature, Mail Fetcher allows synchronizing of your Gmail actions with the home server. Go to your Gmail Settings ? Accounts, then Add another mail account. One caveat of sending from non-Gmail accounts: the recipients may see FROM you@Gmail.com on behalf of you@otherdomain.com, especially if the recipients are using a client like Outlook.
 Gmail Hacks, Tips & Tricks
13. Get it all in one place
With the Google Toolbar and Gmail combined, power user Steve Rubel has made his Gmail account into a massive archive of his interests. Steal his trick by adding the Google toolbar to your browser. When you happen across text or images you want to save, highlight them and click the send to Gmail link. Rubel has also tons of other great hints.
14. Secure your email
Work that requires maximum security—or run-of-the-mill paranoia—is made easier with this script with Greasemonkey + Firefox. It’ll force a secure connection when accessing Gmail. To make sure you’re as secure as you can be, check out the internet security category at the web directory.
15. Don’t forget that attachment
If your sent folder is full of “Oops, here’s the attachment” messages, this handy reminder Greasemonkey script will scan your messages–including replies and forwards–for references to attachments. (The release notes say that it searches for “attached,” “attachment” or certain unknown variations.) If you mention an attachment and forget to add it, a prompt will pop up.
16. Gmail Notifier for Windows / Google Notifier for Mac
Rather than keeping a browser window open and hitting CTRL-R like you’ve got OCD, install a widget like Gmail Notifier for Windows or Google Notifier for Macs. It’ll check your email (and Google Calendar, if you’re a Mac user) as compulsively as you do. And as with almost everything else under the sun, there’s a Firefox extension that will serve the same function (it’s not released by Google).
 Gmail Hacks, Tips & Tricks
17. Google Desktop Plug-In for Google Notifier
Some users have reported compatibility issues between Google Toolbar, Google Apps and Google Desktop. Everyone’s configuration is different, blah blah blah, so it’s impossible to know, but Maxim Alexeyev created this Google Desktop Plug-In which purports to replace Google Notifier for Google Desktop and Google Toolbar users. The plug-in also offers multi-username functions and Google Apps support.
18. Check Gmail from the couch with Apple Remote
Mac users who actually use their Apple Remotes (show of hands—anyone? anyone?) can check out this Lifehacker tutorial that lets you check your Gmail from your couch with Firefox shortcuts. There’s gotta be someone out there who needs this…
 Gmail Hacks, Tips & Tricks
19. Read your Google Reader RSS feeds in Gmail
Treat your Google Reader RSS feeds the same way you treat old friends with thisGreasemonkey + Firefox script. Feeds invading your Gmail will offer more-efficient time-wasting than ever before. Note that Google Reader and Gmail seem to be moving closer together in functionality and interface and it’s likely that they’ll soon be officially integrated.
 Gmail Hacks, Tips & Tricks
20. Include or exclude Chat from search results
Chat conversations are automatically filed like emails with a Chat label, so to exclude Chat when searching, use the string -label:Chat. Conversely, to search only Chat conversations, use the string +label:Chat. The –label: and +label: syntax will work to exclude or include any label in Gmail search results. Another Jim Barr tip.
21. Use Gmail like an external hard drive
Use up any vegetating space in your Gmail account with this Windows drive shell extension. Your Gmail space appears in My Computer/Windows Explorer as an external drive, and when you drag and drop a file to the drive, it sends an email to your Gmail account with the file as an attachment. Note that this is a fairly old program but seems to have been updated for the latest Gmail version. Mac users can try gDisk and Linux users can check out GmailFS.
 Gmail Hacks, Tips & Tricks

22. Spam counter hider
You’re browsing through your (overstuffed) inbox. You have many labels, filters and tricks that ensure that your email gets to you efficiently. Even so, you look at the number of messages in the spam folder and a small voice inside you says, “There could be something in the spam folder that doesn’t belong there!” Forget it. There never is. This Greasemonkey + Firefox script hides the spam count number, so the thought doesn’t even cross your mind.
23. Hack Gmail’s CSS
“Stylish is to CSS what Greasemonkey is to JavaScript,” says the Firefox extension page forStylish. Cascade those style sheets yourself, or grab them from userstyles.org. For more web design tips and tricks, check out these web design and development resources.
24. Launch one-key composing with Launchy (Windows) or Quicksilver (Mac)
Launchy is a free, open source keyword launcher that runs in your system tray and opens apps with designated keystrokes. Launchy’s still “a far cry from Quicksilver for Mac” according to Gina Trapani at Lifehacker, but Adam Pash of Lifehacker says,
“I can’t recommend it highly enough.” There’s a quick tutorial on one-key Gmail composing with Launchy—opening a browser logged into Gmail with a compose window with a single keystroke—here.
 Gmail Hacks, Tips & Tricks
25. Better Gmail 2 with all-in-one Greasemonkey script
For a one-size-fits-all solution that combines several Greasemonkey scripts into one package, check out Better Gmail 2, which combines dozens of Greasemonkey scripts into one package. Allow HTML use in signatures, force a secure connection, convert labels into folders and make the spam folder invisible. There’s also a Better Gmail 2 extension for those using Firefox 3 beta. Cnet strongly recommends the extension in their review.
26. Create a podcast of your Gmail
Without an iPhone or Blackberry, the morning subway ride can get pretty boring. And you can’t navigate a smartphone while driving—or at least, you shouldn’t. Create an RSS feed from your Gmail account with this syntax:
https://username:password@gmail.google.com/gmail/feed/atom
Then sign for a FeedBurner account to host and distribute it. Use a RSS to podcast site likeAudioDizer.com or one of the many options at NextUp to create text-to-speech files. Voila! This hack is based on a tip from Mike Donaghy. For even more, check out these podcastresources.
27. Force mailto: to open with Gmail
The annoyance of prompts from Outlook or Apple Mail with every mailto: link you click can be ended. This Greasemonkey script forces mailto: scripts to open Gmail. (Note: it’s unclear whether this script is compliant with the newest version of Gmail.)
28. Emulate a mail client
For those who can’t decide between a full-fledged mail client and browser-based Gmail,SimpleMail straddles the divide with a three-paned mail view. Mac users should note Adam Pash at Lifehacker warns that he had trouble getting IMAP to work with Firefox 3 on the Mac, but he doesn’t mention testing it with Firefox 2.0.0.12.
 Gmail Hacks, Tips & Tricks
29. Sort mail with the Trusted Trio
Gina Trapani at Lifehacker suggests sorting your Gmail according to the Trusted Trio system—Follow Up, Hold and Archive. To keep the Inbox clear, sort all messages into one of these three categories. Since Gmail has an archive function built-in, Trapani suggests merely creating two labels—Follow Up and Hold; if desired, add numbers to get the two folders to display in the order you’d like. Check out the full explanation of the Trusted Trio system.
30. Pre-label and sort your mail
Many email providers, including Gmail, allow you to append your address with +something—for example, you can give all of your OS/2 user group buddies your address as you+OS2@gmail.com. (Note that Gmail addresses are not case sensitive). The incoming emails that wax nostalgic about IBM’s late great OS will be pre-labeled, and you can establish filters to sort them. The +something system also allows you to stop spam before it starts. If inappropriate emails with a designated +something address, you can kill off the address. You’ll also have an inkling how the spam got started. Thanks to Jim Barr for this tip.
31. Force Firefox extensions to work with Firefox 3 beta
This Lifehacker tip is for extreme power users only, as it could open your system to serious security flaws and bleeding edge malfunctions. It’s only a few easy steps after the jump. Have fun! User fluxam reports a list of extensions that were functioning in 3 beta as of 02/13/2008.
32. Add address-specific signatures with HTML
If you use multiple Gmail accounts, the Gmail HTML Signatures extension for Firefox + Greasemonkey automates the signature process. Based on the address you’re sending from, this extension will automatically insert HTML-formatted signatures.
 Gmail Hacks, Tips & Tricks
33. Backup your Gmail
If you’re using a desktop or smartphone mail client, you’ve already got some backups of your email. But what if you’re all web-based? What if Gmail servers were hit by a nuclear bomb? Stop the paranoia and check the Gmail backup tutorial here and the Google Apps backup tipshere.
34. Command line Gmail access (Windows) and nightly backup
There’s a tutorial—not for n00bs—here.
35. Force Gmail Notifier (Windows) to use SSL
This wikihow tutorial involves hex editing. Advanced Mac users with Google Notifier, here’s a comment on the O’Reilly Mac DevCenter forums that should help. Edit at your own risk.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

How to Protect Your Websites & BLOGS From Hackers?




It’s a nightmare scenario. You go to your website only to find a nasty message from a hacker bragging about hacking your site. And nothing else. As far as you can tell your content is gone and you can’t even find a way to log into your Website, WordPress OR Blogspot dashboard.

Would your business survive your website being shut down, even temporarily?

Have You Really Been Hacked?

A lot of times people come to me saying, “My site’s been hacked,” when it really hasn’t. With Blog sometimes plugin conflicts can cause issues that seem to the user like a hacker has messed with something. This is most common when upgrading to a new version of blogging services if a plugin hasn’t been made compatible with the new version yet.

While that can cause your site to crash, it’s not caused by hackers.

Not only that, but most of the sites I’ve seen that have been hacked weren’t just taken down by them. Most of the malicious hacks I’ve seen involved injecting some code into the site, usually with the end goal to redirect site traffic to some other website.

The Symptoms

Without going into the details, it case was a little different. the  site actually showed an all white screen with an error message along the lines of a plugin conflict and the hacker just wanted to crash her site. Turns out he was into stealing something else.
Here are some things you can do to minimize the chances you’ll end up getting hacked and maximize the chances to fully recover quickly should your site crash (for whatever reason).

1. Use Strong Passwords.

Make your passwords not only hard to guess, but make them more difficult for sophisticated hackers to break as well. Randomly mix in special characters (found on the number keys with the shift button) as well as numbers and upper and lower case letters. Here’s what Wikipedia says about password strength.

Almost all Websites & blogging services cPanel will tell you how strong your password is. Stronger passwords offer better protection.

It also makes them harder to type in. That’s why I use 1Password to manage my passwords. I can use really strong passwords and I don’t have to remember them or type them in. 1Password will auto fill web forms for me. It’s the best of both worlds: good security & user friendly.

2. Keep Your BLOG/Website Updated.

One of the most common ways websites get hacked is because their owners don’t keep their software up to date. What happens is that older versions of WordPress can have know security weaknesses. These weaknesses are fixed by newer releases of the software.

But if you don’t update your software, you leave yourself exposed.

This also holds true with plugins and themes. Besides, the newer versions of websites make keeping everything up to date remarkably easy. There’s not much of an excuse to keep you from updating things.

3. Backup Regularly and Often.

A good backup can cover for a ton of other issues by making it possible to revert back to how things were before your site crashed. You need to back up your
  • Database
  • Theme Files
  • Plugins
  • Media Uploads
  • But the point is backup early and backup often!
Bottom Line

I don’t believe any site is completely “hack proof.” A determined hacker with enough resources can break into most anything. Just watch an episode of NCIS!

But if you do these three things you will greatly reduce your risk of being hacked and make it much easier to recover if you do run into a problem.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

How to Secure your Gmail Account from Hackers




All of us have our Email Accounts onGmailYahooHotmail etc.Phising and hacking are on the rise and many of us have already faced the situtaions when our email Id has been compromised.It is very difficult to estimate the loss which one undergoes once his email ID has been hacked.

Now you can add an extra layer of security in your Gmail Account.After enabling this feature you have to enter an addtional verification code (sent to your mobile) to login into your account.So,if somebody hacked your password even then he won’t be able to access your email account.


HOW TO SECURE GMAIL ACCOUNT:-



Choose a verification method.By selecting Text message (SMS) or voice call you will recieve the verification code on you phone either as text message or as a call.

Enter the appropriate information about your country andMobile Number.



  • Choose SMS text message or Voice call option according to your need. (I prefer SMS text message).

  • After giving your mobile number test your phone by clicking on the Send Code button.




  • Now you will receive a verification code on your given mobile number and type that code in the verification field and click on Verify button.
  • After verifying your number click on the Next button.

If you lost your mobile or your number is not available when you need it. For this you can save backup codes in to your computer.



  • Click on Next button again.
  • Here you will see 10 Backup verification codes. ChoosePrint codes or Save to text file option whatever you like but keep it safe and don’t lose it.
  • Check mark the box and click on Next button.





  • Here give your working alternative number. And click on Next button.
  • Now again click on the Next button again and then click on the Turn on 2-step verification button.


  • Click OK.










That’s it ! Now you have been added 2-step verification security to your Gmail account. Now whenever you will enter your password it will ask you to enter verification code without it you won’t be able to login to your Gmail Account. 

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo