iphone - Can iOS really support AES 256? -


i have read header of commoncryptor.h, , can find kccalgorithmaes128

but there few answer in stating can, e.g.

aes encryption nsstring on iphone

anyone can answer?

you can use openssl on iphone, , support aes 256.

that being said, kccalgorithmaes128 means block length of 128, not key length. according this example code (found in this answer) need use kcckeysizeaes256 keylength parameter support 256 bit keys.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -