Password Exporter add-on for SeaMonkey 2.X

Discussion of general topics about Seamonkey
Post Reply
cccc
Posts: 31
Joined: September 14th, 2006, 5:56 pm

Password Exporter add-on for SeaMonkey 2.X

Post by cccc »

Hi

I'm looking for a Password Exporter add-on for SeaMonkey 2.10.1.
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Password Exporter add-on for SeaMonkey 2.X

Post by ElTxolo »

cccc wrote:I'm looking for a Password Exporter add-on for SeaMonkey 2.10.1

Password Exporter for Seamonkey 2.1+ (>>> Password_exporter-1.2.1-mod) Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
cccc
Posts: 31
Joined: September 14th, 2006, 5:56 pm

Re: Password Exporter add-on for SeaMonkey 2.X

Post by cccc »

Thx, but I've found Password Exporter 2012:

https://addons.mozilla.org/en-US/firefo ... 1/?src=api
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Password Exporter add-on for SeaMonkey 2.X

Post by ElTxolo »

you're welcome!
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Password Exporter add-on for SeaMonkey 2.X

Post by therube »

Externally, for Windows users, you could try Nirsoft utilities:

PasswordFox - Extract the user names/passwords stored in Firefox

WebBrowserPassView
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
cccc
Posts: 31
Joined: September 14th, 2006, 5:56 pm

Re: Password Exporter add-on for SeaMonkey 2.X

Post by cccc »

cccc wrote:Thx, but I've found Password Exporter 2012:

https://addons.mozilla.org/en-US/firefo ... 1/?src=api


but don't know how secure this russian password exporter add-on is and if I can trust him?

Anyway it seems to be dissabled now:

https://addons.mozilla.org/en-us/seamon ... dl-hotness

>>>This add-on has been disabled by an administrator. <<<
cccc
Posts: 31
Joined: September 14th, 2006, 5:56 pm

Re: Password Exporter add-on for SeaMonkey 2.X

Post by cccc »

ElTxolo wrote:
cccc wrote:I'm looking for a Password Exporter add-on for SeaMonkey 2.10.1

Password Exporter for Seamonkey 2.1+ (>>> Password_exporter-1.2.1-mod) Image


This passwordexporter should be OK.
durbacher
Posts: 27
Joined: November 5th, 2002, 3:16 am
Location: Germany

Re: Password Exporter add-on for SeaMonkey 2.X

Post by durbacher »

Old thread, but if someone has the same problem nowadays (export passwords from SeaMonkey), then this may help, as it was the only way I found to solve the problem:

password_exporter-1.2.1-mod.xpi as mentioned above can be installed in "current" SeaMonkey versions like 2.49.4, but it fails to export the passwords.

As all other tools and hints failed for me, I debugged the extension and found that one call in init() inside pwdex-global.js failed:

Code: Select all

this.bundle = srGetStrBundle("chrome:...
srGetStrBundle does not exist anymore. As result, the remaining initialization of the plugin does not happen.
But when I defined it in the debugger (or insert the below line above the line mentioned above):

Code: Select all

srGetStrBundle = function(){return {GetStringFromName:function(x){return x;}}}
then the export succeeded!

Download, renape xpi to zip, unzip, find and adapt the file, zip again, rename, install, and export.
Post Reply