Arrakis wrote: > I am trying to generate pre-configured credentials for Thunderbird, that > have been Master Password encoded.
If you want to add stored password entries, you should be using the interfaces provided by Wallet (or Password Mananger / Login Mananger, for other products). Take a look at nsIPasswordMananger and company. They're kind of ugly to use, but it should work. Setting the master password password is done through different interfaces, take a look at how the Preferences UI triggers it for how you might invoke it in your own code. Although setting a Master Password is something the user really ought to do themselves. Justin _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

