cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Ciher_Wand decryptString fails on Samsung Galaxy A53

Open Allen-18 opened this issue 1 year ago • 1 comments

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

Allen-18 avatar Jul 21 '23 09:07 Allen-18

Does anyone face the same issue? any solution?

ramanaptr avatar Mar 01 '24 18:03 ramanaptr