Support of AES 256 with GCM not possible in iOS? [duplicate]
问题 This question already has answers here : Is it possible to use AES128 with GCM mode on iOS? (3 answers) Closed 3 years ago . Currently the encryption mode supported with AES 256 is CBC . But I want to use AES 256 encryption with GCM mode along with PKCS5Padding / PKCS7Padding . Do let me know how it can be done ? 回答1: Common Crypto does not support GCM. But there is an implementation of AES GCM in the Security.framework, and you can add your own header file to use it. However associated data