stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


"Password generator bookmarklet"







"Password generator bookmarklet"

"Password generator bookmarklet" 09/08/2004 03:10 AM




This is a GrokNews Entry: (what is grok?)





Similar Items

"Password generator bookmarklet"

Grok Headline matches for "Password generator bookmarklet"

"bookmarklet generator"


"bookmarklet generator" 09/17/2004 08:31 PM

Password Generating Bookmarklet


Password Generating Bookmarklet 09/07/2004 10:24 AM

Password generator bookmarklet: This is pretty brilliant. Boo kmarklets are the neatest things.

I wrote a bookmarklet to make up passwords for me. It asks for my master password, which is all I have to remember, and uses it to make a unique password for each site. It even types the password into any password fields on the current page for me, whether I'm registering for a new account or logging in on a subsequent visit. [...]

How does it work? It gets the hostname from the page's URL and mixes it together with your personal master password using a little cryptographic magic we call MD5. It will always get the same result if given that hostname and master password, but will never get that result if either changes. (Well, once in a few billion times it might.)

Just don't lose sleep at night worrying about MD5 cracks.

Click here to comment on this entry


The bookmarklet solution to the password
problem


The bookmarklet solution to the password
problem
09/06/2004 02:38 PM

Anyone who makes heavy use of the internet has run in to the password problem: dozens of user accounts on sites with varying degrees of trustability, leading to an unmanageable proliferation of username and password combinations. The temptation is to use the same combination on multiple sites, but doing so opens you up to the horrifying prospect of a security flaw in one site compromising al of your other accounts.

I was burnt by this a few years ago: a small community forum on which I was a member was cracked, and my account was then used to log in to another larger forum to which I had administrator acccess. Thankfully no permanent damage was done, but it taught me a valuable lesson in password security. Since then I've maintained a number of different combinations each with a different level of associated trust: if my account on Joe's random forum is cracked it won't lead to the compromise of my Amazon account!

Even different tiers of passwords aren't ideal though, and that's why Nic Wolff's Password generator bookmarklet (via 43 Folders) has me so excited. Nic's bookmarklet pops up a JavaScript prompt box asking for your "master" password, then MD5s it against the domain of the current login page and inserts the resulting hash in to any password fields on the page. A single password can be used for dozens of sites without any risk of a compromise of one account affecting the others. It's brilliant.

There are a couple of minor flaws in the bookmarklet: the master password prompt is in plain text rather than masking your input with asterisks, and the bookmarklet could leave you high and dry if a site changes the domain on which their login form resides without you noticing. The first could be solved by extending the bookmarklet to append a "master password" field to the page using the DOM, while a solution to the second would require some kind of server-side store of the domains at which the initial accounts were created.

Quibbles aside, it's an ingenious solution to a pervasive problem.


Another Password Generator


Another Password Generator 05/29/2004 04:39 PM
RandomString 1.0 Released

Advanced Password Generator v2.83


Advanced Password Generator v2.83 04/18/2004 11:13 AM
Advanced Password Generator is a Windows based application designed to generate passwords of any length and character content. [Shareware $14.00 30 days 114 KB]

Mechanical ID - Password Generator


Mechanical ID - Password Generator 03/14/2003 12:56 PM
Mechanical ID - Java Version

Password Generator for the PocketPC


Password Generator for the PocketPC 07/22/2004 06:21 PM

Random Password Generator Pro v12.0


Random Password Generator Pro v12.0 01/25/2004 06:22 PM
Random Password Generator Pro lets you create up to 10 million passwords at a time with full MS-Access Database support. Passwords may be selected using up to 94 different characters to choose from. User's have full control on password criteria. Will check for duplications, compare generated passwords against word dictionaries to prevent them from easily being cracked. Additional uses for this product are creating PINs, Account Numbers, Registration Codes and Logins as well as passwords. [Shareware $30.00 7.57 MB]

Password generator revisited


Password generator revisited 06/17/2005 07:21 PM
Yesterday I was on the receiving end of a drive-by slashdotting. A comment on yesterday's /. story about writ ing down passwords sent a bunch of folks to my simple single sign-on screencast. So now's a good time to summarize some recent conversations I've had on the topic. ...

Secure Password Generator


Secure Password Generator 07/25/2004 04:06 PM
Version 2.0

Masking Password Generator v3.0


Masking Password Generator v3.0 07/16/2004 06:44 AM
Masking Password Generator lets you generate up to 1,000,000 random passwords using predefined or user-defined masks. [Shareware $10.00 3.13 MB]

Secure Password Generator 1.1 (Default
branch)


Secure Password Generator 1.1 (Default
branch)
04/17/2005 04:54 AM
Secure Password Generator delivers several methods for generation of secure random passwords and passphrases. Among the offered methods are Diceware methods with the original Diceware wordlist and S/Key wordlist. The program outputs the calculated entropy along with the password.
Changes:
This release includes major security improvements (such as memory locking and zeroing), major code cleanups, a manual page, and a simple installation procedure. Pre-built binaries for any OS are no longer distributed.

10.3: Use a password analyzer to improve
password security


10.3: Use a password analyzer to improve
password security
10/30/2003 12:37 AM
If you try to change the password for a Keychain using the Keychain Access app, you'll notice on the resulting dialog box a circular button with an 'i' in it, as seen in the inset in the screenshot. If you click on it, Panthe...

Easy Generator Generator 1.0 (Default
branch)


Easy Generator Generator 1.0 (Default
branch)
03/31/2005 07:22 AM
Easy Generator Generator (EGG) is a development tool for fast and easy realization of XML to plain-text tranformations. It is similar to XSLT, Velocity, or JSP but emphasises source code generation in a model-driven generative developmen process. It comes with an iterative development process for creating templates that lets you build transformations quickly and easily.

New Password Recovery Tool for Microsoft
Office Suite Documents is Able to
Recover Passwords to Documents Created
in 14 Applications, and Supports More
Than 30 Types of Password Encryption.


New Password Recovery Tool for Microsoft
Office Suite Documents is Able to
Recover Passwords to Documents Created
in 14 Applications, and Supports More
Than 30 Types of Password Encryption.
12/24/2004 12:19 PM
ElcomSoft Co. Ltd. has released Advanced Office Password Recovery (AOPR), an application that allows business managers, information technology support administrators, and law enforcement officials to gain access to Microsoft(R) Office(R) password-protected documents, that have been accidentally or purposefully password protected. New product combines the latest and the most advanced cryptanalysis algorithms developed by Elcomsoft's research department. AOPR is capable of instantly recovering passwords for a wide range of Microsoft's business and office applications, including all components of MS Office, from the very first DOS versions to Office 2003 programs, including the ones for Windows, Mac, Pocket PC and localized versions. Over 30 different types of password encryption methods are supported. [PRWEB Dec 22, 2004]

"The bookmarklet works for me "


"The bookmarklet works for me " 05/12/2004 09:38 AM

WorldCat Goes Bookmarklet!


WorldCat Goes Bookmarklet! 09/24/2004 09:17 AM

worldcat bookmarklet - get it

"Thanks to Steven Cohen and Michael Fagan and Andrea Mercado [and me, and Michael and Andrew whose emails with similar code I didn't get til this morning], the WorldCat Lucky Bookmark lives! While I agree with Sarah that we can't expect our patrons to grok the bookmarklet thing, as much as we might like them to, this one is [nominally] for staff. Go nuts team!

Lucky 'Cat [in same window]
Lu cky 'Cat [in new window] " [librarian.net]

And as always, Jon Udell provides more help:

"I could have switched LibraryLookup over to this technique, but never did because it only works with Amazon. I've always liked the idea that LibraryLookup can also work with isbn.nu and All Consuming and other book sites. (It'd be cool if they all emulated Amazon's metadata pattern, but they don't.) Still, in the context of this excellent new WorldCat hack, I thought the non-ISBN-dependent solution might be useful. So here it is:

Amazon/Google/WorldCat bookmarklet: A/G/W (drag to linkbar) "

Most excellent - nice work, everyone! Another ringing endorsement for open, web services-based back-ends for library catalogs.


Bookmarklet flood


Bookmarklet flood 03/20/2003 11:58 AM
One more bookmarklet for today. It makes a simple DOM inspector of active window and it's document. Tested in IE6/XP,...

Bookmarklet request


Bookmarklet request 04/18/2004 07:03 PM

Anyone know if it would be possible to create a bookmarklet that emulates an EyeDropper style application: as you move it around the page it shows you the hex colour code for the pixel directly under the mouse pointer? I'm pretty sure it can't be done but I'd love to be proved wrong.


Problems with your bookmarklet?


Problems with your bookmarklet? 03/13/2003 10:15 AM
Note: This problem should only affect those who downloaded version 2.2 yesterday, before 10:00 pm (when we slipped in the...

Bookmarklet bonanza


Bookmarklet bonanza 03/20/2003 08:32 AM
Two excellent new bookmarklets by Ian Lloyd, extending our own show divs with colour. Show and label divs with ids...

Bookmarklet Heaven


Bookmarklet Heaven 07/08/2004 05:31 PM

Web Development Bookmarklets: Thanks for Si mon Willison for pointing us at this amazing page of bookmarklets that let you play with the CSS and JavaScript of any page.

These bookmarklets let you see how a web page is coded without digging through the source, debug problems in web pages quickly, and experiment with CSS or JS without editing the actual page.

Some killer bookmarklets:

  • Computed styles. As near as I can tell, this one lets you click on an element and displays the styles applied to it both directly and inherited from higher up the cascade.

  • Generate source. Displays the entire DOM tree as formatted text.

  • View variables. Displays all JavaScript variables and functions in scope on the page.

  • Shell. Gives you a JavaScript shell in the current page scope.

Great, great tools here. Incidentally, these are only the "Web Development" bookmarklets. There are hundreds of bookmarklets on the site. Some of them are jaw-droppingly good, and worthy of their own post.

If you don't know how a bookmarklet works, just pick one you like, then drag it to the bookmark bar on your browser. Find a page where you want to use it, and click the bookmark.

Click here to comment on this entry


Anyone Want a Feedster Bookmarklet ?


Anyone Want a Feedster Bookmarklet ? 03/19/2003 10:27 PM

Anyone Want a Feedster Bookmarklet ?

I was thinking it would be really useful to just highlight some text on a webpage and click a bookmarklet in your browser link bar and have it do a feedster search.  Matt Mower gets all the credit for this idea.  And, well of course, Bottom Feeder who already has this working.

Anyway ... I just update to IE 6 which seems to have disabled bookmarklets.  I can drag it to the links bar andeven though I say Yes its ok to add it, it seems to just disappear into the void.  Anyone know anything?

So I have most of the code for this but I can't test the pesky thing.  Arrggh!


Roller bookmark bookmarklet


Roller bookmark bookmarklet 03/22/2005 05:09 PM

Lars Trieloff has created a very nice bookmarklet that makes it easy to add bookmarks to Roller's bookmark manager. I've tried it and works. It and captures both the URL of the page you are currently on, as well as the newsfeed URL (if the page includes the autodiscovery tags). Read more here: Roller bookmark bookmarklet


Nic Woolf's single-signon bookmarklet


Nic Woolf's single-signon bookmarklet 09/07/2004 12:16 PM
As has been widely noticed in recent days, Nic Wolff's password generator is a brilliant hack. It hashes a passphrase with the domain name of the site you're on and fills in the password field on the page. Each site's password is unique; you need only remember a single passphrase; the passphrase is only handled locally. Sweet. ...

Bookmarklet for Searching Google News


Bookmarklet for Searching Google News 05/16/2004 05:48 PM
I am always messing around making tools for Google. And when I make them (and they work) I want to share them with you. First because you're the greatest readers...

Much improved bookmarklet - Wists, new
features


Much improved bookmarklet - Wists, new
features
03/14/2005 04:33 PM
Thanks to some fantastic work by Adam Michela at Axentric, there is a much improved 'add to Wists' bookmarklet which...

Bookmarklet tool by Michael Fagan called
URLInfo


Bookmarklet tool by Michael Fagan called
URLInfo
08/27/2004 01:47 PM

Michael Fagan has put out a coolio new tool - for all you blogging nerds. It's called URLInfo.


Sweet Google Results Scraper in a Bitty
Bookmarklet


Sweet Google Results Scraper in a Bitty
Bookmarklet
06/24/2004 06:16 AM
David Crossman has made a sweet little Google hack for all you folks who want comma-delimited Google search results. And it's in a bookmarklet! It's available at http://hacks.oreilly.com/pub/h/1079 . Run...

New Google Bookmarklet for Google Web
Alerts


New Google Bookmarklet for Google Web
Alerts
05/16/2004 04:25 PM
I've written about bookmarklets in the past. As you may remember, they're small snippets of JavaScript that you save as a bookmark. Then you click on them and they do...

Will Your Password Need A Password?


Will Your Password Need A Password? 06/01/2004 02:43 AM
If you hadn't realized it already, simple username/password combos are a pretty weak form of security - yet they're pretty much all we have for many important online systems that store our most vital information. While there are other solutions out there, many companies (especially in the US) have been incredibly slow in adopting "two-factor authentication" systems that require a password plus something else - such as a onetime code generated by a device you have to have with you (or built into your computer). The idea, then, is that if your password is revealed, no one else has the device, so it's useless. If they find the device, they don't have your password, so it's useless. However, so far, many users don't value this additional security very much - and the devices still aren't all that cheap. Plus, many companies are worried that users will react negatively to such systems as it may slow down the user experience - causing them to look for other (albeit less secure) alternatives. Then, of course, there's the worry that people will start using such systems that aren't compatible with each other, so you'll need separate devices for every account - which would be much worse than before. Others, such as those in the fingerprint scanning business think a biometric approach makes much more sense - but that leads to all sorts of other questions and issues. Still, as there are more and more cases of fraud and identity theft due to so much weak security, it seems increasingly likely that companies will be forced to adopt more secure methods.

Password Plus 1.004


Password Plus 1.004 05/05/2004 05:06 PM
Gives you the most secure place to store your PINs, passwords, accounts and other personal information.

Anything from XMI Generator


Anything from XMI Generator 11/05/2003 10:52 AM
AXgen 2.0.2 released

Not another Name Generator!!!!


Not another Name Generator!!!! 09/11/2004 09:32 PM
Smurf Name Generator. It doesn't suck, that bad.

RTF Generator


RTF Generator 11/14/2003 08:42 PM
october 28, 2003 - the first public release

Password Change


Password Change 04/14/2005 08:51 AM

Win FAQ: Password Policies


Win FAQ: Password Policies 06/28/2004 02:37 PM

PwM Password Manager 0.3.3


PwM Password Manager 0.3.3 11/18/2003 03:16 PM
A password manager.

Leo's Mac Tip: Password On/Off


Leo's Mac Tip: Password On/Off 07/07/2004 01:21 AM
G4 Tech TV Jul 7 2004 5:22AM GMT
Grok Description matches for "Password generator bookmarklet"
GrokA matches for "Password generator bookmarklet"

"Password generator bookmarklet"

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Filmmakers Examining
the 'What Ifs' of
Nuclear Power

Hollywood to Help
NASA Catch Space
Probe

NASA's Shuttle
Hangar Badly Damaged
by Storm

Mobo drops
'homophobic' artists

Teachers 'not happy'
with parents

BA to sell off 18%
Qantas stake

Pensioner 'shot at'
in home

Nepal premier seeks
Indian help

Malawi corruption
witness missing

Tennis: Umpire stood
down

Golf: Torrance rates
Cup chances

Football: Eriksson
remains calm

Ford to rule on Land
Rover plant

Concern grows for
Italy hostages

Bounty offered for
Chechen rebels

Dilbert for 08 Sep
2004

Vodafone offers 3G
data card for
British Mac users

CSR tops 50 million
Bluetooth chips

SoCs to drive
Bluetooth
development

The Tech Scene:
Roadworthy -
Wireless Format
Encouraging Mobile
Unit Use

DBT-900AP
Bluetooth-to-LAN
Access-Point to
eliminate
connectivity barrier
with Ethernet LANs

British Council
Chooses Stream UK

Marketing Company
Raises Standards

O'Reilly publishes
'XML Hacks'

Photos from Apple
Expo, more MUG news

LXE Continues to
Gain Market Share in
the Fully Ruggedized
Mobile Computing
Market

m2o Provides
Cost-Effective
Conversion
Technology for
Companies Moving to
Java Environments

eWarna Awarded
Patent For Online
Color Management
Technology

Great Product
Management Begins
With Certification

Ananomouse’s Kinship
Analysis Platform,
Bloodhound, Selected
for Emerging
Technologies
Conference

Now, What's On Your
Mac Can Be On the
Web - SeeFile
Introduces
Innovative DAM
Software

Workplace e-Campaign
Privacy Concerns
Solved by the Use of
ANDAR Fundraising
Software Within the
Corporate Local
Network

Learn XML and .NET
Technologies with
MCSD.NET Training
Videos from CBT
Nuggets

Sales Pipelines Flow
with Cubic Compass
Dashboard for Epicor
CRM

Raster-to-Vector
Conversion Service
Ranked First in
August Sales for
U.S.

City of Prescott
Implements LiveTime®
Help Desk for City
Wide IT Service
Management

OmniWeb 5 - Powerful
and feature-laden
web browser

cb2Bib 0.2.5
polypaudio 0.4
Polypaudio Manager
0.3

xmms-polyp 0.2
Polypaudio Volume
Meter 0.1

asp2php 0.76.22
Cornfed SIP User
Agent 0.4.3

cx_Freeze 3.0 beta3
Off to Beijing
Determine size of
power supply?

Wi-Fi Spammer
busted!

Money from Iran
Fuels Iraq
Insurgency -Rumsfeld
(Reuters)

U.S. Warplanes Bomb
Iraqi Town of
Falluja (Reuters)

what is grok?