5

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?

baruchiro
  • 5,088
  • 5
  • 44
  • 66
  • 1
    For anyone who comes here in the future, I found this really helpful: https://github.com/atom/node-keytar/issues/88#issuecomment-365550216 – avisk Jul 15 '21 at 21:06

1 Answers1

1

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