I have some worries about a hash algorithm that might get changes and updated, browsers tnat also change, firefox addons that could get corupted.
Consequently, I would like to keep a list of URL, username, and password (generated by passwordMaker) and either print it to a piece of papert or store it in a secure vault like KeePass.
I can see no convenient way to generate such a list, with passwordMaker. One must hash each website, one at a time and capture the hashed password, then insert it in a backup list.
Any more convenient way to create such a backup list?