Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`cargo crev change passphrase` #152
Comments
|
This might ( no promises ) be something I could find time for. Could you assign this to me to help me not to forget? Also if you have any quick pointers on what needs to happen that would be cool, too. |
|
Awesome. Every id belonging to the user ( Changing a passphrase should be as simple as unlocking it, asking for a new passphrase, and locking it again, just like when it was created. |
|
Oh, sweet. That sounds like a piece of |
|
BTW. Saving the id should use safe overwritting: write tmpfile, flush, sync, rename, sync, to make it impossible to corrupt the file on crash and loose the identity. There's even a common function for that but since we never before overwrote it, I never got to change it to use it. Oh, and user should be prompted to make a new backup, since the old backup will still use old passphrase, which the user might soon forget. And yeah, this |
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.