korlibs / korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
https://korge.org/
Other
2.52k stars 124 forks source link

Support for AES-GCM #1342

Open eerikk opened 1 year ago

eerikk commented 1 year ago

The library seems to support most of the CipherModes, but is missing GCM CipherMode. I understand that it's also doable via AES-CTR, but would be great to either add support to GCM or have a sample of how to use CTR to achieve GCM mode encryption.

soywiz commented 1 year ago

I would have to investigate too. So if anyone wants to implement this, that would help