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
More Moz Posters
- Grey
- June 29, 2004
- 1 min read
- 0
I’ve done two more Mozilla posters, which are all now located here. Also, I noticed a few small flaws in […]
More Firefox ideas…
- Grey
- August 6, 2004
- 2 min read
- 1
I started with this idea a couple weeks ago. Well, I decided, why not blog a few more. Ideas are […]
Trolls don’t just live under bridges.
- Grey
- March 24, 2007
- 2 min read
- 41
[ music | Badly Drawn Boy – Pissing In The Wind ] MozillaZine’s forums are nearly worthless these days. I […]
Hard truth…
- Grey
- July 7, 2007
- 2 min read
- 2
[ music | Depeche Mode – Policy of truth ] I’m a little tired of ignoring a rather large elephant […]
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.