Hello,
I am encountering truncatedASN1Field
issue while decrypting with SecKeyCreateDecryptedData
of encrypted data which is encrypted by SecKeyCreateEncryptedData.
It especially happening when I transfer the encrypted data in Base64 format. I am using iPads as clients to generate p256 signing keys and using those public keys to encrypt data (256bit keys).
Please let me know how I can resolve this issue.