dint-dev / cryptography

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.
https://pub.dev/packages/cryptography
Apache License 2.0
162 stars 90 forks source link

Ciher_Wand decryptString fails on Samsung Galaxy A53 #155

Open Allen-18 opened 1 year ago

Allen-18 commented 1 year ago

Model name: SM-A536B/DS: In file cryptography/lib/src/cryptography/cipher_wand.dart function "decryptString" the variable clearText is an unmodifiable list that causes the error "Unsupported operation: Cannot modify an unmodifiable list", because in the finally block we try to modify clearText.

cryptography
ramanaptr commented 9 months ago

Does anyone face the same issue? any solution?