Show or Verify Asterisk Password Field Hidden Value with View Passwords Bookmarklet查看或核实星号隐藏的密码字段值与密码查看书签
When entering a password credential into a password secret field on web page or form, normally the password is masked as asterisk so that no other people that happens to be around the computer will be able to read or view the password entered.当进入一个密码,凭证到密码秘密领域的网页或形式,通常密码是星号掩盖如此作为,没有其他人,恰好是在计算机将能够读取或查看输入的密码。 So how to make sure and verify that password typed is correct?因此,如何确保并验证密码输入是正确的? There are various有各种 programs to reveal the hidden asterisk password节目以显示星号隐藏的密码 , however, View Passwords Bookmarklet proves to be easier.然而,查看密码书签证明是容易。
View Passwords Bookmarklet is a JavaScript (JS script) that can be saved as a favorite or bookmark, or directly enter into address bar or location bar to show the contents of password fields.查看密码书签是一个JavaScript (江苏脚本) ,可以保存为喜爱或书签,或直接进入地址栏或位置栏中显示的内容密码领域。 The bookmarklets support viewing actual real values of multiple asterisk masked fields.支持的书签实际真正的观赏价值,多星蒙面领域。
View Passwords Bookmarklet is especially if user user web browser or third party application such as Gator to save and autofill in the user name and password for various web services and Internet applications.查看密码书签特别是如果用户使用的网络浏览器或第三方应用软件,如战场,以保存和自动在用户名和密码的各种网络服务以及互联网应用系统。 Although the password manager will auto fill in the password, it’s still been masked as asterisks in the password field.虽然密码管理器会自动填写密码,它仍然被掩盖的星号的密码字段。 So when user want to switch browsers, upgrade to a new computer, or simply want to record down the password, View Passwords Bookmarklet can retrieve and display the password covered behind asterisked text on screen.因此,当用户要切换的浏览器,升级到一个新的计算机,或者只是想记录下的密码,密码查看书签可以检索和显示的密码包括文字背后asterisked在屏幕上。
To use View Passwords Bookmarklet, simply add the following link as bookmark or favorite, and click click on the bookmark or favorite when require to reveal and view the actual text contents of password fields, or simply copy and paste the JavaScript code into the browser’s address bar or location bar.要使用密码查看书签,只需添加下列连结为书签或喜爱的,然后按一下按一下最喜爱的书签或当需要显示和查看实际文字内容的密码字段,或只是复制并粘贴JavaScript代码在浏览器'地址栏或地址栏中。 There are two similar View Passwords bookmarklets available, with differences explained.有两个类似的观点提供密码书签,差异解释。
JS Code: javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();江苏码: javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Above View Passwords bookmarklet will display the passwords of all masked fields including password values in a dialog box.上述观点密码书签会显示密码蒙面的所有领域,包括密码的价值观在一个对话框。 Have problem detecting actual text in fields on IFRAME pages though.有问题,检测实际文字领域的IFRAME中虽然网页。
JS Code: javascript:void((function(){var%20a,b;b="<"+"html>%5Cn<body>Passwords%20in%20this%20page:<p>%5Cn";(function(c){var%20d,e,f,g,h;for(d=0;d<c.length;d++){try{arguments.callee(c.frames[d]);}catch(i){}}e=c.document.forms;for(f=0;f<e.length;f++){g=e[f];for(h=0;h<g.length;h++){if(g[h].type.toLowerCase()=="password")b+=g[h].value+"<br>%5Cn";}}})(top);b+="</body>%5Cn</html>%5Cn";a=window.open("","","width=200,height=300").document;a.open();a.write(b);a.close();})())江苏码: javascript:void((function(){var%20a,b;b="<"+"html>%5Cn<body>Passwords%20in%20this%20page:<p>%5Cn";(function(c){var%20d,e,f,g,h;for(d=0;d<c.length;d++){try{arguments.callee(c.frames[d]);}catch(i){}}e=c.document.forms;for(f=0;f<e.length;f++){g=e[f];for(h=0;h<g.length;h++){if(g[h].type.toLowerCase()=="password")b+=g[h].value+"<br>%5Cn";}}})(top);b+="</body>%5Cn</html>%5Cn";a=window.open("","","width=200,height=300").document;a.open();a.write(b);a.close();})())
Above View Passwords Bookmarklets will display detected passwords in a new web page, so make sure that pop-up blocker is not active or is not blocking the domain with password fields to be revealed.上述观点密码书签会显示密码发现一个新的网页,以便确保弹出式窗口拦截器不积极或不阻止域密码字段将显示。 Can detect correctly passwords and asterisked values in IFRAMEs.可以检测到正确的密码,并asterisked价值内置页框。

View Passwords Bookmarklets work in Internet Explorer (IE), Mozilla Firefox (FF), Opera, Netscape, Safari, Konqueror and almost every other web browsers.查看密码书签工作在Internet Explorer ( IE ) , Mozilla Firefox的(法国法郎) ,歌剧院,网景公司的浏览器, Konqueror和几乎所有其他网页浏览器。
The bookmarklet view password hack do not crack the Windows, Linux, Unix, Mac OS X or other operating system log on password.鉴于该书签的密码破解不破解Windows版, Linux版的Unix , Mac OS X或其他作业系统登录密码。 So physical security control still applicable.因此,人身安全的控制仍然适用。 For user who wants to secure the passwords from this hack, do not ever let web browser save the password when offered to remember the login information, especially when using shared computer.对于用户谁想要的密码安全从这个技巧,不要让任何Web浏览器保存的密码时,提出要记住登录信息,尤其是当使用共享计算机。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明:这是一台机器翻译网页这是“原样”提供,无保修。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原文的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at共享和贡献或获得技术支持和帮助 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- Reveal, Uncover and Show Hidden Passwords Masked Behind Asterisks or Stars揭示,揭露和显示隐藏密码的星号背后掩盖或星级
- Protect Firefox Password Manager Saved Passwords for Sites保护Firefox的密码管理保存的密码的网站
- Force Firefox to Offer to Save or Remember Password for Yahoo!, Windows Live (MSN Passport), PayPal and Other Secure Websites部队的Firefox提供,保存或记住密码为雅虎工作, Windows Live (微软护照) ,贝宝和其他安全网站
- Generating Password生成密码
- Firefox Passwords Exporter and Importer (also for Thunderbird, Songbird and Flock) Firefox的密码出口商和进口商(也为雷鸟,鸣禽和Flock )
- Create a Secure and Strong Password using Password Chart创造一个安全的和强有力的密码用密码图
- Fix Firefox Does Not Save, Store or Remember Password On Some Sites Permanently for Always Auto-Complete修复Firefox没有保存,储存或记住密码的一些网站永久总是自动完成
- Apple iPhone Root Password and Mobile User Password苹果iPhone root密码和移动用户密码
- Manage Multiple Login Passwords Via MashedLife Online Web Service管理多个密码登录MashedLife通过网上Web服务
- Remove Excel Workbook or Worksheet Lost Password for Free删除Excel工作簿或工作忘记密码免费

































July 22nd, 2008 01:17 08年七月22日01:17
[...] : [...] : http://www.mydigitallife.info/2008/07/09/show-or-verify-asterisk-password-field-hidden-value-with-vi.. http://www.mydigitallife.info/2008/07/09/show-or-verify-asterisk-password-field-hidden-value-with-vi .. . 。 Sekali lagi mohon gunakan cara ini untuk hal yang baik [...] Sekali搜索的网站gunakan卡拉此入住哈尔阳6.0 [...]