pyaes icon indicating copy to clipboard operation
pyaes copied to clipboard

added gcm

Open danlapid opened this issue 3 years ago • 5 comments

Tests are passing of course

danlapid avatar Oct 29 '20 11:10 danlapid

But I think the repo is dead??

Blank-c avatar Jul 24 '22 15:07 Blank-c

Sorry, I haven’t been very attentive at updating this repo or the related package. I should look for a co-maintainer at the very least that actively works with Python.

I was actually hoping that by now AES would be an important enough primitive it would be part of the python standard library by now, but it sounds like that isn’t the case?

ricmoo avatar Jul 24 '22 17:07 ricmoo

thats sad but this library has an advantage over the popular library "pycryptodome". This library mainly focus on AES and is therefore small and lightweight. I would really like if you keep this up!

Blank-c avatar Jul 24 '22 19:07 Blank-c

While it's a good start, this PR breaks when passed IVs >96 bits and also does not handle authentication tags at all (which are the whole point of GCM mode).

uzlonewolf avatar Jan 18 '23 02:01 uzlonewolf

please help me fix it

tomtyiu avatar May 17 '23 16:05 tomtyiu