Is there any built-in safe storage api for securely storing secrets? #7846
HuakunShen
started this conversation in
Ideas
Replies: 1 comment 5 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.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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