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

encrypted the data and not get getting same data after decryption,in android code why you are not using algorithm #63

Open
brandtiwari007 opened this issue Jan 12, 2022 · 0 comments

Comments

@brandtiwari007
Copy link

public void encrypt(String data, String key, String iv, String algorithm, Promise promise) {
try {
String result = encrypt(data, key, iv);
promise.resolve(result);
} catch (Exception e) {
promise.reject("-1", e.getMessage());
}
}
line 58-64 in java encrypt method
why are taking algorithm field from react-native side but not using it why?

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