Prevent another app from reading password saved by Keytar

250 Views Asked by At

In keytar docs and all other articles, the examples shows that storing a password require only the ServiceName:

keytar.setPassword('KeytarTest', 'MyAccount', 'password');

What prevents other software from requesting and reading this data?

1

There are 1 best solutions below

0
On

I was able to read keys created by other app in windows. So I have encrypted the value of the key.