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

File encrypt in react native #994

Open
djaffer opened this issue Mar 2, 2023 · 0 comments
Open

File encrypt in react native #994

djaffer opened this issue Mar 2, 2023 · 0 comments

Comments

@djaffer
Copy link
Contributor

djaffer commented Mar 2, 2023

Describe the bug

I am trying to encrypt file in react native expo but there is no example and there is memory limit so tried to use context imprint but there is restriction to standard utf character. If we first convert to base64 the size increases exponential from original.

The native modules for context imprint encrypt takes string as input that is the major drawback.

Also the library should be somewhat parallel to wasm but it is very different. Twice the effort of normalizing inputs and outputs.

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