"secrets" encryption via Electron native API? (i.e. filesystem persistence of cookies, access token, etc. via KeyChain on MacOS, etc.) #1789
danielweck
started this conversation in
Developer corner
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Electron v15 API:
https://www.electronjs.org/docs/api/safe-storage
Current basic/naive implementation:
https://github.com/edrlab/thorium-reader/blob/develop/src/main/fs/persistCrypto.ts
Related:
#900
#1445
#1419
#1418
Beta Was this translation helpful? Give feedback.
All reactions