Skip to content

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

Description

@brandtiwari007

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions