MIHCrypto icon indicating copy to clipboard operation
MIHCrypto copied to clipboard

AES / GCM

Open aetsyss opened this issue 8 years ago • 2 comments

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

aetsyss avatar Nov 09 '15 12:11 aetsyss

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 [email protected] wrote:

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

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

hohl avatar Nov 09 '15 17:11 hohl

@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?

ringsheep avatar Jul 13 '16 11:07 ringsheep