steel_crypt icon indicating copy to clipboard operation
steel_crypt copied to clipboard

Uint64List is not supported in the web

Open bambinoua opened this issue 4 years ago • 3 comments

I tried to use your pacakge in web app to encrypt essential data before sending to remote side but I got the exception Uint64List is not supported in the web. Is it possible to fix this? Or is there altenative way to use symmetric encryption?

Exception happens in method _computeInitialCounter of CGMBlockCipher class in row 65.

P.S. As I noticed this package is not ready for web... use another one.

bambinoua avatar Apr 15 '20 10:04 bambinoua

Hmm... We'll toss this into steel_crypt 2.0. It's possible to fix this, but it will slow encryption down some.

AKushWarrior avatar Apr 21 '20 19:04 AKushWarrior

Also, AFAIK, no other package supports GCM. Every other algorithm should work on web.

AKushWarrior avatar Apr 22 '20 21:04 AKushWarrior

I have the same problem

Kili2108 avatar Apr 10 '22 16:04 Kili2108