密码记住插件 [英] Password Remembering Plugin

查看:80
本文介绍了密码记住插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

嘿伙计我正在尝试开发一个Intenet Explorer插件,它将保存密码并允许我自动注册服务。

现在我已经弄明白了大部分事情。我正在使用Pavel Zolnikov'


现在的经典方法来使用C sharp开发插件。
http://www.codeproject.com/csharp/dotnetbandobjects.asp

现在我想怎么样我可以知道哪个页面要求输入密码。如何填写密码?
我填写密码。还有哪个页面需要注册和

所有数据都要填写注册。我应该使用HTTP请求


和HTTP Web请求?不是..呃......笨拙??

浏览器如何实际做到这一点?

解决方案

你好 pr *********** @ gmail.com


嘿伙计们我正在尝试开发一个Intenet Explorer插件,它将保存密码并允许我使用自动注册服务。

现在我已经弄明白了大部分事情。我正在使用Pavel

Zolnikov'

现在使用C sharp开发插件的经典方法。
http://www.codeproject.com/csharp/dotnetbandobjects.asp

现在我想知道哪个页面要求输入密码。



你需要保存保存凭证的页面列表,并检查

新的打开页面是否在该列表中


我如何填写密码。以及哪个页面需要签名



up和


所有数据都要填写用于签名起来。我应该使用HTTP

请求

和HTTP Web请求?不是..呃......笨拙?



您需要找到控件名称(分析页面内容)并填写

用户凭证

---

WBR,

Michael Nemtsev ::博客: http://spaces.live.com/laflour


有时一个人仍然忠实于一个事业只因为它对手不会这样做,因为
不再是平淡无奇的。 (c)Friedrich Nietzsche


hi Micheal,


是否有其他方式提供用户名和密码?什么是我不想要b $ b不想出于任何原因保存URL说出安全原因?


谢谢......


Prayag

Michael Nemtsev写道:


Hello pr *********** @ gmail.com


嘿伙计们我正在尝试开发一个Intenet Explorer插件,它将保存密码并允许我自动注册服务。

现在我已经找到了大部分的东西。我正在使用Pavel

Zolnikov'

现在使用C sharp开发插件的经典方法。
http://www.codeproject.com/csharp/dotnetbandobjects.asp

现在我想知道哪个页面要求输入密码。



您需要保存保存凭据的页面列表,并检查

新的打开页面是否在该列表中


我如何填写密码。以及哪个页面需要签名



up和


所有数据都要填写用于签名起来。我应该使用HTTP

请求

和HTTP Web请求?不是..呃......笨拙?



您需要找到控件名称(分析页面内容)并填写

用户凭证

---

WBR,

Michael Nemtsev ::博客: http://spaces.live.com/laflour


有时一个人仍然忠实于一个事业只因为它对手不会这样做,因为
不再是平淡无奇的。 (c)Friedrich Nietzsche





我的键盘上有一个指纹识别器管理密码网站并自动登录。它完全符合迈克尔提出的建议,但是我想指出更多方面。


为了在某些网站上成功提交登录,你要'除了标准用户

名称和密码字段之外,还必须填写表单输入元素。在某些情况下,您甚至可能需要选择单选按钮或单击复选框。出于这个原因,你不能只看两个输入文本框或一个名为* user *等的输入元素。你必须允许用户

选择适合的字段。这些字段中包含表单的提交按钮,该按钮可能会执行成功提交的JavaScript,这对于成功提交非常重要,这意味着您无法找到第一个表单元素并调用提交。它必须比这更有动态。


通过分析页面上的HMTL并选择提交登录所需的相应输入元素你必须通过每次重新扫描页面来验证字段是否仍在那里来处理对网站的更改。但是有一个潜在的问题因为一个网站可以完全改变,甚至更糟糕的是一个网站可以被修改,以便现有输入的语义改变或者改变新的b $ b元素的语义输入元素变得必需。后两种情况不能自动化。除了从内部列表中删除网站或要求用户在缺少任何输入元素时更新信息,你真的不能做多少




您甚至可能希望存储提交后用户重定向的页面,并验证该页面。如果它是不同的b $ b,则可以提示用户询问是否已成功输入凭据或是否需要重新配置该页面。如果

成功,请存储新的重定向按钮。页面引用,否则在内部列表中重新创建站点。 (A不要再问我了

选项也是必要的IMO。)


我在一个地方有大约20个快速链接当然,我注意到页面会发生变化,而且我必须重置

该页面的登录信息。它的发生频率比我想象的要高,但总的来说它已经证明是非常有用的。


GL


-

Dave Sexton


< pr *********** @ gmail.com在消息新闻中写道:11 ******** **************@m7g2000cwm.googlegro ups.com ...


你好,


嘿伙计我正在尝试开发一个Intenet Explorer插件,它将保存密码并允许我自动注册服务。


现在我已经弄明白了大部分事情。我正在使用Pavel Zolnikov'


现在的经典方法来使用C sharp开发插件。
http://www.codeproject.com/csharp/dotnetbandobjects.asp


现在我想知道哪个页面要求输入密码。如何填写密码?
我填写密码。还有哪个页面需要注册和

所有数据都要填写注册。我应该使用HTTP请求


和HTTP Web请求?不是..呃......笨拙??


浏览器实际上是如何做到的?



Hi there,
Hey guys I am trying to develop an Intenet Explorer plugin that would
save passwords and allow me to sign up for a service automatically.
Now I have figured out most of the things. I am using Pavel Zolnikov''s

now classic method to develop the plug in using C sharp.
http://www.codeproject.com/csharp/dotnetbandobjects.asp
Now I want to how can I know which page asks for a password. And how do

i fill in the passwords. And also which page requires for sign up and
what all data is to be filled for signing up. Should i use HTTP Request

and HTTP web Request?? Wouldn''t it be ..uh.. clumsy ??
How do the browsers do it actually ??

解决方案

Hello pr***********@gmail.com,

Hey guys I am trying to develop an Intenet Explorer plugin that would
save passwords and allow me to sign up for a service automatically.
Now I have figured out most of the things. I am using Pavel
Zolnikov''s
now classic method to develop the plug in using C sharp.
http://www.codeproject.com/csharp/dotnetbandobjects.asp
Now I want to how can I know which page asks for a password.

you need to keep the list of pages where credentials were saved, and check
the new open pages whether it is in that list

And how do i fill in the passwords. And also which page requires for sign

up and

what all data is to be filled for signing up. Should i use HTTP
Request
and HTTP web Request?? Wouldn''t it be ..uh.. clumsy ??

You need to find the name of control (analyzing the page content) and fill
the user credentials

---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


hi Micheal,

Is thera any other way ro provide username and password? What is I don
not want to save the URL for any reason say security reasons ?

Thanks...

Prayag
Michael Nemtsev wrote:

Hello pr***********@gmail.com,

Hey guys I am trying to develop an Intenet Explorer plugin that would
save passwords and allow me to sign up for a service automatically.
Now I have figured out most of the things. I am using Pavel
Zolnikov''s
now classic method to develop the plug in using C sharp.
http://www.codeproject.com/csharp/dotnetbandobjects.asp
Now I want to how can I know which page asks for a password.


you need to keep the list of pages where credentials were saved, and check
the new open pages whether it is in that list

And how do i fill in the passwords. And also which page requires for sign

up and

what all data is to be filled for signing up. Should i use HTTP
Request
and HTTP web Request?? Wouldn''t it be ..uh.. clumsy ??


You need to find the name of control (analyzing the page content) and fill
the user credentials

---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Hi,

I have a fingerprint reader on my keyboard that manages passwords for sites and logs my in automatically. It does exactly what
Michael suggested, however I wanted to point out a few more aspects.

In order to successfully submit a login on some websites you''ll have to fill in form input elements other than the standard user
name and password fields. In some cases you might even have to select a radio button or click a checkbox. For this reason, you
can''t just look for two input text boxes or an input element with a name like "*user*", etc. You''ll have to allow the user to
choose which fields are appropriate. Among those fields is the submit button for the form, which might execute JavaScript that is
important for a successful submission, which means you can''t just find the first form element and call submit. It will have to be
more dynamic than that.

By analyzing the HMTL on the page and choosing the appropriate input elements that are required to submit a login you''ll have to
handle changes to the website by rescanning the page each time to verify that the fields are still there. But there is a potential
problem since a site can be changed entirely or even worse a site can be modified so that the semantics of the existing input
elements are changed or new input elements become required. The latter two cases cannot be automated. You really can''t do much
except to remove the site from your internal list or ask the user to update the information when any of the input elements are
missing.

You might even want to store the page to which the user is redirected after a submission and verify that as well. If it is
different you can prompt the user to ask if the credentials were entered successfully or if they need to reconfigure that page. If
successful, store the new "redirected" page reference, otherwise recreate the site in your internal list. (A "Don''t ask me again"
option would be necessary as well IMO.)

I had about 20 quick-links at one point and from time to time I noticed that pages would change, of course, and I''d have to reset
the logins for that page. It happened more frequently than I thought it would, but overall it has proven to be quite useful.

GL

--
Dave Sexton

<pr***********@gmail.comwrote in message news:11**********************@m7g2000cwm.googlegro ups.com...

Hi there,
Hey guys I am trying to develop an Intenet Explorer plugin that would
save passwords and allow me to sign up for a service automatically.
Now I have figured out most of the things. I am using Pavel Zolnikov''s

now classic method to develop the plug in using C sharp.
http://www.codeproject.com/csharp/dotnetbandobjects.asp
Now I want to how can I know which page asks for a password. And how do

i fill in the passwords. And also which page requires for sign up and
what all data is to be filled for signing up. Should i use HTTP Request

and HTTP web Request?? Wouldn''t it be ..uh.. clumsy ??
How do the browsers do it actually ??



这篇关于密码记住插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆