Users should be able to reset their custom seed and their master password if they want to. This could be achieved with a preferences page.
To reset the master password, all youd need to do is read the whole encrypted pw file into a variable, decrypt it using their old pw, and re-encrypt it with the new one.
Users should be able to reset their custom seed and their master password if they want to. This could be achieved with a preferences page.
To reset the master password, all youd need to do is read the whole encrypted pw file into a variable, decrypt it using their old pw, and re-encrypt it with the new one.