|
|
|
|
|
by eat_veggies
2952 days ago
|
|
It's protected by DPAPI [0] which uses the user's password to encrypt the keys. Any other programs running under that user can theoretically access it (just like how any program can access your ~/.ssh/id_rsa) but other users shouldn't be able to access it. [0] https://msdn.microsoft.com/en-us/library/ms995355.aspx |
|