I’ve been getting a number of emails lately about my old Password Manager Tricks page, which was easy to find on my old domain (which squatters now grabbed) and I keep forgetting to re-link it. Well, here it is, again.
3 thoughts on “Password Tricks”
Comments are closed.
Related Posts
It’s time to put up or shut up.
- Grey
- March 10, 2005
- 3 min read
- 5
There, I said it. I’ll say it more bluntly. We, as a community, whine too damn much and do too […]
The REAL Truth About Mozilla
- Grey
- November 3, 2007
- 4 min read
- 7
[ music | Foo Fighters – Disenchanted Lullaby ] Recently someone ran over to WordPress and started a blog about […]
MozillaNews.org, back from the dead.
- Grey
- October 6, 2006
- 1 min read
- 0
[ music | The Ramones – I Wanna Be Sedated ] Back from the dead. Register.com was actually very helpful. […]
How to make Firefox irresistable
- Grey
- August 1, 2004
- 2 min read
- 8
So far, Firefox has really been kicking ass and taking names. But a recent letter to Infoworld from a happy […]
When trying to decode the example using FireFox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040730 Firefox/0.9.1+) I get hte following in the JS Console:
Error: uncaught exception: [Exception… "Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDOMWindowInternal.atob]" nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)" location: "JS frame :: http://burntelectrons.org/m… :: undoit :: line 14" data: no]
It doesn’t work for decoding Firefox Passwords, as FF uses a different encryption method than a simple Base64 encoding. As for functioning, it should function ok _in_ Firefox. I’ll investigate.
Trim the string before using atob. I’ve run into the same problem.