Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ISecureStorage for all platforms #1

Open
1 of 3 tasks
OAuthority opened this issue Feb 9, 2025 · 0 comments
Open
1 of 3 tasks

Implement ISecureStorage for all platforms #1

OAuthority opened this issue Feb 9, 2025 · 0 comments
Assignees

Comments

@OAuthority
Copy link
Owner

AWB stores sensitive information in the Windows Registry; this is obviously not an option for macOS and Linux -- each of these has their own alternatives, however.

There is no working/up-to-date wrapper around all of these storage mechanisms; there is KeySharp, although it doesn't seem to be that up-to-date. I have created an interface, ISecureStorage which needs to be extended to provide platform specific ways to access the storage mechanism.

@OAuthority OAuthority self-assigned this Feb 9, 2025
@OAuthority OAuthority converted this from a draft issue Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant