Pages

Thursday 23 May 2013

Watch a Movie in Command Prompt

       Ever thought of watching a movie in command prompt, If u haven't though of it now just think once because by following the simple steps state here your are going to watch a movie in command prompt with the implicit condition that you have internet connection.



Step-1::

 To play the movie the movie we must perform some changes in the 'program features' in the control panel.Navigate to control panel --> program feature


Now click on 'Turn windows features on and off

Step-2::

 Select the 'Telnet Client' & 'Telnet server'  and click on OK .


 Step-3::

 

Open the command prompt as admin & type the following with out quotes "telnet towel.blinkenlights.nl" . 

Watch & enjoy the movie.








 
 

Tuesday 21 May 2013

How to Create Bootable USB

         The era of CD's & DVD's  has ended.Now a days every one is using the USB or Pendrives for the data transfer. USB's can also be used as a media for the installation of the Operating System,For this to be done the USB made as a bootable one.
     
       Follow these simple steps to make a Pen drive Bootable.

Step-1::

       Navigate to 'Start' --> 'Accessories' --> 'Command Prompt'
       Right Click on the Command Prompt & open it as 'Administrator'



Step-2::

      
Now in the command prompt is opend & its default location system32 is present.Now Type 'diskpart'  & press enter



Step -3::

       Now type 'list disk' .This lists the disks present in the System.Here Disk are ment to number of hard Disks ,In General is shows us the primary hard Disk & the USB which we have plugged in.



Step-4::

        Carefully select the disk which we are going to make as bootable. To select a disk use 'select disk disk_number' command.

Step-5::

        After the selection of the disk we must clean i.e we must erase the data. For this we must use the command 'clean'

Step-6::

      Now creation of the partitions must be performed by using the command 'create partition primary'

Step-7::


Select the first partition by 'select partition 1' command.

Step-8::

   Make the partition active by using the 'active' Command

Step-9::

   Since we are making a bootable usb our required file system format is fat32. so,  we must format the usb by using the file system 'fs'  as fat32. This can be done by using the command 'fs=fat32'.
Now the formatting of the usb is started & it takes a little time.



Step-10::





    After the format we use the Command 'assign' to assign a letter to this newly created Disk.

Step-11::

  Use the Command 'exit',

            Now a bootable USB is created,Copy the installation files of the Operating System in to the USB,That's it.....! completed. Now u can use this USB as an installation media for 
OS installation.

Sunday 19 May 2013

Make your Computer Welcome You


Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-

1. Click on Start . Navigate to All Programs, Accessories and Notepad .

2. Copy and paste the exact code given below.

Dim speaks, speech
speaks="Welcome to your PC, Username "
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

3. Replace Username with your own name .

4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5. Copy the saved file.
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)  or

to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup ( in Windows 7 and Windows Vista) if C: is your System drive.
 
 7. Paste the file.
Now when the next time you startyour computer, Windows will welcome you in its own computerized voice.
Note : For best results, it is recommended to change sound scheme to No Sounds.

You can change the sound scheme to No Sounds by following the steps given below:-

1. Go to Control Panel.

2. Then click on Switch to Classic View.

3. Then Click on Sounds and Audio Devices.

4. Then Click on the Sounds Tab.

5. Select No Sounds from the Sound Scheme option.

6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.

7. Click on OK.

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. When everI start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Saturday 18 May 2013

Using Mouse as a Key Board

               Ever stuck up in a situation where your mouse doesn't work & you need to use your lap or Desktop ? ? ? The only solution that hits  every mind is to use the 'tab' and close the windows or to use 'ctrl' + 'alt' + 'delete' and shut down the system. This consumes the time & loss of our unsaved work and data. To avoid this we can use our key board as mouse by doing some thing.




To activate your keyboard as a mouse just press Alt+Left shift key+num lock that's it completed


navigation keys for keyboard

5-select
2-move down
8-move up
4-move left
6-move right
for double click,just press the plus symbol(+)

for right click,just press the minus symbol (-)


             After your work to deactivate this just press same key (i.e., Alt+Left shift key+num lock)

Note:: for this to work you must have the num pad ,many of the lap's doesn't have the num pad,it does not apply for them.


Hiding files & folders using Command Prompt

                   Many of the use some kind of software's for blocking other users  from accessing our  personal data from others.Some of them use a simple option in windows i.e hiding the files & folders. We all are familiar with hiding files in the windows i.e navigating to the properties of the file & making them hidden.This process can also be done form the Command Prompt.the following is the way to do it.



Press windowkey+R: Run command dialog box appears.
Now type "cmd" and hit enter. A command prompt window displays.
Now type "attrib +s +h E:\pcraces" and hit enter.
The folder "Pcraces" will be hidden 




 Note: It cannot be viewed by any search options

More than 100 Keyboard Shortcuts

Try using these shortcuts & astonish you friends by performing all the operations without a mouse





Keyboard Shorcuts (Microsoft Windows)

1. CTRL+C (Copy)
2. CTRL+X (Cut)
3. CTRL+V (Paste)
4. CTRL+Z (Undo)
5. DELETE (Delete)
6. SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
7. CTRL while dragging an item (Copy the selected item)
8. CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
9. F2 key (Rename the selected item)
10. CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
11. CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
12. CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
13. CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
14. CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
15. CTRL+A (Select all)
16. F3 key (Search for a file or a folder)
17. ALT+ENTER (View the properties for the selected item)
18. ALT+F4 (Close the active item, or quit the active program)
19. ALT+ENTER (Display the properties of the selected object)
20. ALT+SPACEBAR (Open the shortcut menu for the active window)
21. CTRL+F4 (Close the active document in programs that enable you to have multiple documents opensimultaneously)
22. ALT+TAB (Switch between the open items)
23. ALT+ESC (Cycle through items in the order that they had been opened)
24. F6 key (Cycle through the screen elements in a window or on the desktop)
25. F4 key (Display the Address bar list in My Computer or Windows Explorer)
26. SHIFT+F10 (Display the shortcut menu for the selected item)
27. ALT+SPACEBAR (Display the System menu for the active window)
28. CTRL+ESC (Display the Start menu)
29. ALT+Underlined letter in a menu name (Display the corresponding menu) Underlined letter in a command name on an open menu (Perform the corresponding command)
30. F10 key (Activate the menu bar in the active program)
31. RIGHT ARROW (Open the next menu to the right, or open a submenu)
32. LEFT ARROW (Open the next menu to the left, or close a submenu)
33. F5 key (Update the active window)
34. BACKSPACE (View the folder onelevel up in My Computer or Windows Explorer)
35. ESC (Cancel the current task)
36. SHIFT when you insert a CD-ROMinto the CD-ROM drive (Prevent the CD-ROM from automatically playing)




Dialog Box - Keyboard Shortcuts

 

1. CTRL+TAB (Move forward through the tabs)
2. CTRL+SHIFT+TAB (Move backward through the tabs)
3. TAB (Move forward through the options)
4. SHIFT+TAB (Move backward through the options)
5. ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
6. ENTER (Perform the command for the active option or button)
7. SPACEBAR (Select or clear the check box if the active option is a check box)
8. Arrow keys (Select a button if the active option is a group of option buttons)
9. F1 key (Display Help)
10. F4 key (Display the items in the active list)
11. BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)



Microsoft Natural Keyboard Shortcuts


1. Windows Logo (Display or hide the Start menu)
2. Windows Logo+BREAK (Display the System Properties dialog box)
3. Windows Logo+D (Display the desktop)
4. Windows Logo+M (Minimize all of the windows)
5. Windows Logo+SHIFT+M (Restorethe minimized windows)
6. Windows Logo+E (Open My Computer)
7. Windows Logo+F (Search for a file or a folder)
8. CTRL+Windows Logo+F (Search for computers)
9. Windows Logo+F1 (Display Windows Help)
10. Windows Logo+ L (Lock the keyboard)
11. Windows Logo+R (Open the Run dialog box)
12. Windows Logo+U (Open Utility Manager)
13. Accessibility Keyboard Shortcuts
14. Right SHIFT for eight seconds (Switch FilterKeys either on or off)
15. Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
16. Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
17. SHIFT five times (Switch the StickyKeys either on or off)
18. NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
19. Windows Logo +U (Open Utility Manager)
20. Windows Explorer Keyboard Shortcuts
21. END (Display the bottom of the active window)
22. HOME (Display the top of the active window)
23. NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
24. NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
25. NUM LOCK+Minus sign (-) (Collapse the selected folder)
26. LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
27. RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)
Shortcut Keys for Character Map


After you double-click a character on the grid of characters, you can move through the grid by using the keyboard shortcuts:

 

1. RIGHT ARROW (Move to the right or to the beginning of the next line)
2. LEFT ARROW (Move to the left or to the end of the previous line)
3. UP ARROW (Move up one row)
4. DOWN ARROW (Move down one row)
5. PAGE UP (Move up one screen at a time)
6. PAGE DOWN (Move down one screen at a time)
7. HOME (Move to the beginning of the line)
8. END (Move to the end of the line)
9. CTRL+HOME (Move to the first character)
10. CTRL+END (Move to the last character)
11. SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)
Microsoft Management Console (MMC)
Main Window Keyboard Shortcuts
1. CTRL+O (Open a saved console)
2. CTRL+N (Open a new console)
3. CTRL+S (Save the open console)
4. CTRL+M (Add or remove a console item)
5. CTRL+W (Open a new window)
6. F5 key (Update the content of all console windows)
7. ALT+SPACEBAR (Display the MMC window menu)
8. ALT+F4 (Close the console)
9. ALT+A (Display the Action menu)
10. ALT+V (Display the View menu)
11. ALT+F (Display the File menu)
12. ALT+O (Display the Favorites menu)

MMC(Microsoft Management Console) Console Window Keyboard Shortcuts

 

1. CTRL+P (Print the current page or active pane)
2. ALT+Minus sign (-) (Display the window menu for the active console window)
3. SHIFT+F10 (Display the Action shortcut menu for the selected item)
4. F1 key (Open the Help topic, if any, for the selected item)
5. F5 key (Update the content of all console windows)
6. CTRL+F10 (Maximize the active console window)
7. CTRL+F5 (Restore the active console window)
8. ALT+ENTER (Display the Properties dialog box, if any, for theselected item)
9. F2 key (Rename the selected item)
10. CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
1. CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
2. ALT+PAGE UP (Switch between programs from left to right)
3. ALT+PAGE DOWN (Switch between programs from right to left)
4. ALT+INSERT (Cycle through the programs in most recently used order)
5. ALT+HOME (Display the Start menu)
6. CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
7. ALT+DELETE (Display the Windows menu)
8. CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
9. CTRL+ALT+Plus sign (+) (Place asnapshot of the entire client window area on the Terminal server clipboardand provide the same functionality aspressing ALT+PRINT SCREEN on a local computer.)


Microsoft Internet Explorer Keyboard Shortcuts

1. CTRL+B (Open the Organize Favorites dialog box)
2. CTRL+E (Open the Search bar)
3. CTRL+F (Start the Find utility)
4. CTRL+H (Open the History bar)
5. CTRL+I (Open the Favorites bar)
6. CTRL+L (Open the Open dialog box)
7. CTRL+N (Start another instance of the browser with the same Web address)
8. CTRL+O (Open the Open dialog box,the same as CTRL+L)
9. CTRL+P (Open the Print dialog box)
10. CTRL+R (Update the current Web page)
11. CTRL+W (Close the current window)

Monday 13 May 2013

Files & Folders With no Name



Ever thought of creating a folder or a file with no name...........! yes,with out any name. You can create them without name.Here is the process of creating them

1) Select any file or folder.

2) Right click on it, select 'Rename' or simply press 'F2'.

3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.

Note :- Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard.Don’t type the numbers which are present on top of the character keys.If you you are using lap & you don have the numpad then it cant be done.

4) Press Enter and the nameless file or folder will be created.

Reason :- The file or folder that seems nameless is actually named with a single space.






But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.
Just follow the steps given below :-

1) Select file, Press 'F2'.

2) Hold 'Alt' key and type '0160' from the numpad.

3) Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and type '0160'.

4) Press 'Enter' and you will have second nameless file in the same directory.

5) Repeat step 3 to create as many nameless files or folders in the same directory.



The files or Folders created in this way cannot be deleted in the general mode.To delete them boot in to 'Safe Mode' and delete them from there.

Recovering hidden files from USB using Command Prompt

          These days pen drives are the most prominently used devices for the data transfer.It is simple,easy & fast to transfer data from pen drive.The biggest problem faced during the data transfer is the Virus.Virus attack is the most dangerous thing which may even lead to data loss.
                Many of us are using the anti-virus software to get rid of these virus but,what if these attack our data in the USB during the data transfer & make them hidden ? ? ? then how can we get back  the data when we are stuck up in  such situation.May be many of us & Even i stuck up i such situation. The following is the way to get back such data

Normally you can view hidden files by clicking

Folder Options -->View -->Show Hidden Files and Folders


But this simple method doesn't work when your pen drive is attacked by harmful viruses.So here I'll provide you an easiest method to view your infected files from pen drive without using any software.

Insert pen drive into computer and find drive letter of connected USB drive
For Example, E:

Now click on Start --> Run

In Run box, type cmd and hit Enter

Now command prompt will appear, in command prompt type the drive letter of your pen drive and hit Enter.
Example type E:

After that, type attrib -s -h /s /d *.*

Now hit Enter and wait for sometime. That's all, you have done !!! Now you can view all your files in pen drive without any problems.





Sunday 12 May 2013

Run Command Prompt & its Commands

In the Microsoft Operating System we can open a Document or an application directly by using the Run command prompt. It is very useful  we want to access a particular file or application in a hurry.The run Command prompt is used to run applications via terminal commands. It can be accessed by pressing Win + R .

Here is a list of commands that you can run off from the Run Command Prompt:

For accessing the Calculator we need to just type "calc" in the Run Command prompt








In the similar way the following are as follows.

Accessibility Controls = access.cpl
Accessibility Wizard = accwiz
Add Hardware Wizard = hdwwiz.cpl
Add/Remove Programs = appwiz.cpl
Administrative Tools = control admintools
Adobe Acrobat ( if installed ) = acrobat
Adobe Distiller ( if installed ) = acrodist
Adobe ImageReady ( if installed ) = imageready
Adobe Photoshop ( if installed ) = photoshop
Automatic Updates = wuaucpl.cpl
Basic Media Player = mplay32
Bluetooth Transfer Wizard = fsquirt

Calculator = calc
Ccleaner ( if installed ) = ccleaner
C: Drive = c:
Certificate Manager = cdrtmgr.msc
Character Map = charmap
Check Disk Utility = chkdsk
Clipboard Viewer = clipbrd
Command Prompt = cmd
Command Prompt = command
Component Services = dcomcnfg
Computer Management = compmgmt.msc
Compare Files = comp
Control Panel = control
Create a shared folder Wizard = shrpubw

Date and Time Properties = timedate.cpl
DDE Shares = ddeshare
Device Manager = devmgmt.msc
Direct X Control Panel ( if installed ) = directx.cpl
Direct X Troubleshooter = dxdiag
Disk Cleanup Utility = cleanmgr
Disk Defragment = dfrg.msc
Disk Partition Manager = diskmgmt.msc
Display Properties = control desktop
Display Properties = desk.cpl
Display Properties (w/Appearance Tab Preselected ) = control color
Dr. Watson System Troubleshooting Utility = drwtsn32
Driver Verifier Utility = verifier

Ethereal ( if installed ) = ethereal
Event Viewer = eventvwr.msc
Files and Settings Transfer Tool = migwiz
File Signature Verification Tool = sigverif
Findfast = findfast.cpl
Firefox = firefox
Folders Properties = control folders
Fonts = fonts
Fonts Folder = fonts
Free Cell Card Game = freecell

Game Controllers = joy.cpl
Group Policy Editor ( xp pro ) = gpedit.msc
Hearts Card Game = mshearts
Help and Support = helpctr
Hyperterminal = hypertrm
Hotline Client = hotlineclient

Iexpress Wizard = iexpress
Indexing Service = ciadv.msc
Internet Connection Wizard = icwonn1
Internet Properties = inetcpl.cpl
Internet Setup Wizard = inetwiz
IP Configuration (Display Connection Configuration) = ipconfig /all
IP Configuration (Display DNS Cache Contents) = ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) = ipconfig /flushdns
IP Configuration (Release All Connections) = ipconfig /release
IP Configuration (Renew All Connections) = ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS) = ipconfig /registerdns
IP Configuration (Display DHCP Class ID) = ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID) = ipconfig /setclassid

Java Control Panel ( if installed ) = jpicpl32.cpl
Java Control Panel ( if installed ) = javaws
Keyboard Properties = control keyboard

Local Security Settings = secpol.msc
Local Users and Groups = lusrmgr.msc
Logs You Out of Windows = logoff

Malicious Software Removal Tool = mrt
Microsoft Access ( if installed ) = access.cpl
Microsoft Chat = winchat
Microsoft Excel ( if installed ) = excel
Microsoft Diskpart = diskpart
Microsoft Frontpage ( if installed ) = frontpg
Microsoft Movie Maker = moviemk
Microsoft Management Console = mmc
Microsoft Narrator = narrator
Microsoft Paint = mspaint
Microsoft Powerpoint = powerpnt
Microsoft Word ( if installed ) = winword
Microsoft Syncronization Tool = mobsync
Minesweeper Game = winmine
Mouse Properties = control mouse
Mouse Properties = main.cpl
MS-Dos Editor = edit
MS-Dos FTP = ftp

Nero ( if installed ) = nero
Netmeeting = conf
Network Connections = control netconnections
Network Connections = ncpa.cpl
Network Setup Wizard = netsetup.cpl
Notepad = notepad
Nview Desktop Manager ( if installed ) = nvtuicpl.cpl

Object Packager = packager
ODBC Data Source Administrator = odbccp32
ODBC Data Source Administrator = odbccp32.cpl
On Screen Keyboard = osk
Opens AC3 Filter ( if installed ) = ac3filter.cpl
Outlook Express = msimn

Paint = pbrush
Password Properties = password.cpl
Performance Monitor = perfmon.msc
Performance Monitor = perfmon
Phone and Modem Options = telephon.cpl
Phone Dialer = dialer
Pinball Game = pinball
Power Configuration = powercfg.cpl
Printers and Faxes = control printers
Printers Folder = printers
Private Characters Editor = eudcedit

Quicktime ( if installed ) = quicktime.cpl
Quicktime Player ( if installed ) = quicktimeplayer

Real Player ( if installed ) = realplay
Regional Settings = intl.cpl
Registry Editor = regedit
Registry Editor = regedit32
Remote Access Phonebook = rasphone
Remote Desktop = mstsc
Removable Storage = ntmsmgr.msc
Removable Storage Operator Requests = ntmsoprq.msc
Resultant Set of Policy ( xp pro ) = rsop.msc

Scanners and Cameras = sticpl.cpl
Scheduled Tasks = control schedtasks
Security Center = wscui.cpl
Services = services.msc
Shared Folders = fsmgmt.msc
Sharing Session = rtcshare
Shuts Down Windows = shutdown
Sounds Recorder = sndrec32
Sounds and Audio = mmsys.cpl
Spider Solitare Card Game = spider
SQL Client Configuration = clicongf
System Configuration Editor = sysedit
System Configuration Utility = msconfig
System File Checker Utility ( Scan Immediately ) = sfc /scannow
System File Checker Utility ( Scan Once At Next Boot ) = sfc /scanonce
System File Checker Utility ( Scan On Every Boot ) = sfc /scanboot
System File Checker Utility ( Return to Default Settings) = sfc /revert
System File Checker Utility ( Purge File Cache ) = sfc /purgecache
System File Checker Utility ( Set Cache Size to Size x ) = sfc /cachesize=x
System Information = msinfo32
System Properties = sysdm.cpl

Task Manager = taskmgr
TCP Tester = tcptest
Telnet Client = telnet
Tweak UI ( if installed ) = tweakui
User Account Management = nusrmgr.cpl
Utility Manager = utilman

Volume Serial Number for C: = label
Volume Control = sndvol32
Windows Address Book = wab
Windows Address Book Import Utility = wabmig
Windows Backup Utility ( if installed ) = ntbackup
Windows Explorer = explorer
Windows Firewall = firewall.cpl
Windows Installer Details = msiexec
Windows Magnifier = magnify

Windows Management Infrastructure = wmimgmt.msc
Windows Media Player = wmplayer
Windows Messenger = msnsgs
Windows Picture Import Wizard (Need camera connected) = wiaacmgr
Windows System Security Tool = syskey
Windows Script host settings = wscript
Widnows Update Launches = wupdmgr
Windows Version ( shows your windows version ) = winver
Windows XP Tour Wizard = tourstart
Wordpad = write
Zoom Utility = igfxzoom

Thursday 25 April 2013

Ring finger authentication



                                “Along with many in the industry, we feel passwords and simple bearer tokens such as cookies are no longer sufficient to keep users safe”
This was the sentence that has been quoted by the Google security engineers Eric Grosse and Mayank Upadhyay. Due the latest trends that are been followed by the hackers nothing is safe. even the  passwords that are combination of digits , alphabets(both upper & lower case) & special characters are no mare safe and they can be easily cracked by the Hackers . To think off a solution for this problem Google has been working on this Ring Finger Authentication from the last few years
& at last the Google's proposal to eliminate the password will be presented in a research paper later this month in IEEE Security & Privacy Magazine. Parts of the soon-to-be-published paper were shared with Wired magazine.
                "We’d like your smartphone or smartcard-embedded finger ring to authorize a new computer via a tap on the computer, even in situations in which your phone might be without cellular connectivity."  Says Google security engineers Eric Grosse and Mayank Upadhyay.
                
                It's becoming more well-known that passwords are not adequate anymore to prevent phishing, spoofing, and all other manner of predatory online account scams. Even if you keep numerous unique and complex passwords, remembering them is hard. As scammers become more and more savvy, they'll inevitably find ways to infiltrate those password management apps and programs.
                Although Google is doing a good work but why is so google is taking the burden of this strong password schemes? Isn't there some profit motive for Google to be the lord of the rings? Are they trying to be the gatekeeper of your passwords so they can better figure out what kind of targeted advertisements to put in front of you?
Maybe so -- but remember that for the password rings to gain wide acceptance, Google would need for thousands of banks, web sites and online services to willingly participate. These sites will not participate if they see the whole thing is just a big marketing scheme. That's why Google plans to develop a "protocol for device-based authentication that they say is independent of Google, requires no special software to work,"
So the magic "password ring" is more just a way to establish better online security with a handy, wearable ring. Let us hope that Google gives a wide range of colors & different models so that the girls can be satisfied by their dress color to match.