megatools icon indicating copy to clipboard operation
megatools copied to clipboard

Support windows credential store/gnome-keyring to store passwords

Open Megous opened this issue 9 years ago • 0 comments

Megatools can save mega.nz account password in windows credential store/gnome keyring, instead of in .megarc.

Password can be saved after using interactive prompt.

Example:

$ megals -u [email protected] --persist-password
Enter passwword: *********

$ megals -u [email protected]     # uses saved password
/Root
/....

Credential store API: http://stackoverflow.com/questions/9221245/how-do-i-store-and-retrieve-credentials-from-the-windows-vault-credential-manage

Megous avatar Feb 23 '16 18:02 Megous