cryptography
cryptography copied to clipboard
Ciher_Wand decryptString fails on Samsung Galaxy A53
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.
Does anyone face the same issue? any solution?