cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Need AES-CCM Support

Open mjl0602 opened this issue 4 years ago • 3 comments

I just see there is AES-GCM, cannot find AES-CCM.

mjl0602 avatar Aug 06 '20 12:08 mjl0602

As far as I know AES-CCM isn't supported. Is there a specific reason you must use AES-CCM? AES-GCM is considered superior over AES-CCM the reasons for this were greatly explained on this thread (https://crypto.stackexchange.com/questions/6842/how-to-choose-between-aes-ccm-and-aes-gcm-for-storage-volume-encryption) So unless you really have to use AES-CCM just use AES-GCM.

RimaitosLab avatar Sep 14 '20 13:09 RimaitosLab

Because encrypt MCU of our hardware did not support AEC-GCM……

I try to use dart:ffi but there is memory problem always cause app crash.

At last ,in ios, I use C with OC. Android support AEC-CCM native so i can finally use AEC-CCM.

But I wish there is some better way to use AEC-CCM with dart code.

Thanks.

mjl0602 avatar Sep 14 '20 13:09 mjl0602

I would be happy to review a pull request if someone contributes AES-CCM support.

terrier989 avatar Mar 03 '23 20:03 terrier989