fips compliant authenticated encryption for ios/swift

200 views Asked by At

I'm looking for fips compliant authenticated encryption. If I understand correctly, there's no support for authenticated encryption out of the box in ios. In that case I suppose I can do AES-CBC + SHA256. I know the latter is supported. Is the former supported?

Are there other alternatives to the above?

EDIT: while on the subject - does ios support ECDH in common crypto? or is it only support in the internal core crypto?

Thanks, Z

0

There are 0 answers