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

Research: Make the library multiplatform #36

Open
osipxd opened this issue May 5, 2024 · 0 comments
Open

Research: Make the library multiplatform #36

osipxd opened this issue May 5, 2024 · 0 comments

Comments

@osipxd
Copy link
Owner

osipxd commented May 5, 2024

Since DataStore became multiplatform library in 1.1.0, it would be great to have multiplatform solution for its encryption.

Current JVM dependencies of my library are:

  • security-crypto — might be dropped because of Security crypto deprecation #31
  • Tink — has implementations in C++ (Native), Obj-C (Native/iOS) and Go (Wasm). TypeScript implementation is not going to be released anytime and Google recommends to use WebCrypto API instead, however it might be more reasonable to use Wasm module from JS.
  • JVM Input/Output streams — could be replaced by Okio

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant