<div dir="ltr">Hi Jonathan,<div>I'm a bit unsure about this patch. While this surely solves your "special" case, what about the average user? I let my wife trying it and she couldn't understand the need for it and how it really woks. Perhaps she is a bit lower than average ;)</div>
<div>I'd like to hear someone else opinion about.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/10 Jonathan Verner <span dir="ltr"><<a href="mailto:jonathan.verner@matfyz.cz" target="_blank">jonathan.verner@matfyz.cz</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
for some time now, I have been using the pwgen utility to generate<br>
random passwords for all the different web accounts I register.<br>
While this works it would be much nicer to have this integrated into<br>
the browser. So this past Saturday I sat down and implemented a<br>
proof of concept integration for rekonq (see attached patch).<br>
<br>
My implementation adds a "Generate random password" context menu action when<br>
the menu is shown above a password input field. This action<br>
<br>
  1. generates a random password of length 20 chars<br>
  2. fills in the password input field with the password<br>
  3. iterates over all password fields in the same form<br>
     and fills them with the password (since registration<br>
     forms often have a confirm password field)<br>
  4. copies the password to the clipboard<br>
<br>
The generator uses qrand to generate the passwords, which are alphanumeric. It<br>
tries to use /dev/urandom or, if not available, the number of milliseconds<br>
since 1/1/1970 to seed the random number generator on first use.<br>
<br>
What do you think?<br>
<br>
Best,<br>
<br>
Jonathan Verner<br>_______________________________________________<br>
rekonq mailing list<br>
<a href="mailto:rekonq@kde.org">rekonq@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/rekonq" target="_blank">https://mail.kde.org/mailman/listinfo/rekonq</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255);font-size:medium">
Andrea Diamantini
WEB: <a href="http://www.adjam.org" target="_blank">http://www.adjam.org</a>

rekonq project
WEB: <a rel="nofollow" href="http://rekonq.kde.org/" style="color:rgb(0,0,0)" target="_blank">http://rekonq.kde.org</a>
IRC: rekonq@freenode</pre></div>
</div>