Skip to main content

Securing your Gmail using Two Factor Authentication

I wrote an article last October 2011 on how you can activate your Gmail two factor authentication or two step verification for added security to access your Google Email or Gmail. I am writing an updated article to provide the step by step procedures. For this article, I am using my own gmail account (practice @ gmail.com).

Let's go ahead.

  1. Login to www.gmail.com website, using your email address and password.
  2. If you haven't change your password in a while, let's go ahead update your password. In the upper right corner of your Gmail web screen, click your photo (if you haven't update your photo, you will see a default photo image). Click Account. The web page will redirect to your Google account page.
  3. In your Google Accounts page, click Security. In password management, click change password. You will need your old password, type-in your new password, and confirm new password. Click Save to update. Logout and re-login to check your new password.
  4. Now, we're good to activate the two-factor authentication. Google prefer to call it as the 2-step verification. In the Security page, you will see the 2-step verification, click the Edit to change the status. This will redirect you to a page, as depicted below (double click the image to enlarge).
  5. Click Start Setup. Enter your phone number e.g. 703-123-4567. Google will only use this number for account security. Check your mobile phone for the 6digit codes, and click Verify. If you are using your computer you can also put check on "Trust this computer", otherwise do not. Click Next to continue. Click Confirm.
We just completed activating your 2step verification for your gmail.
Read Configure you iPhone after the 2-step verification on how to add gmail to your iPhone with 2step verification.

I hope this is useful for everyone.


References:
October 2011, Gmail Security Two Factor Authentication, (website URL: http://www.whaddya.com/2011/10/gmail-security-two-factor.html)

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp