You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: