hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
341 stars 68 forks source link

AES / GCM #32

Open aetsyss opened 8 years ago

aetsyss commented 8 years ago

Hi, Is it possible to use AES / GCM encryption?

hohl commented 8 years ago

Not yet, I'm sorry. However it would just require a few changes in MIHAESKey.m to get this working.

On 09.11.2015, at 13:41, Alex notifications@github.com wrote:

Hi, Is it possible to use AES / GCM encryption?

— Reply to this email directly or view it on GitHub.

ringsheep commented 7 years ago

@hohl here is the working AES GCM implementation in obj-c https://github.com/aceisScope/EncryptionStew/blob/master/AESGCM.m could you please add this?