Is there any built-in safe storage api for securely storing secrets? #7846
HuakunShen
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
Right now, we generally recommend the stronghold plugin (or stronghold itself for rust since the plugin doesn't expose a rust api yet) but that does not use the keychain. If you want/need that, there should be rust crates available. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Any update on the keyring? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Electron has a safe storage API for "protecting data stored on disk from being accessed by other applications or users with full disk access".
I need to store a encryption key used to encrypt data on disk. Is there a Tauri or Rust way of doing this on all platforms?
Mac has a security-framework for keychain.
It would be nice if we can have a similar cross-platform plugin for tauri.
Beta Was this translation helpful? Give feedback.
All reactions