Want to know algorithm (if exists) that will match the results in both Objective-C and Java.
Objective: Ojective-C will send the encrypted data and need to validate with the details that are encrypted in Java.
So need the common algorithm where encryption output value is same.
i.e. EncryptionInObjectiveC(NSString *) = EncryptionInJava(String);
Please help me out.
Thanks in advance.