I'm looking for something similar to Rust's keyring in Swift.
Does that exist? If not, let me know if you're interested in a package that does this.
I'm looking for something similar to Rust's keyring in Swift.
Does that exist? If not, let me know if you're interested in a package that does this.
I don’t know of such a cross platform package, but in case you begin creating one, there’s a library called KeyringAccess that you could use as the underlying implementation on Linux.