Is this compatible with CryptoKit? #999
Unanswered
thejeraldo
asked this question in
Q&A
Replies: 1 comment
-
Can you provide some code to reproduce? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to encrypt and decrypt a string in iOS and Android.
Both iOS and Android can encrypt and decrypt the same data from each other, but I'm curious as to why CryptoKit AES GCM is different and we just couldn't match between the same platform? In CryptoSwift iOS to Android and Android to iOS AES CBC works.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions