You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
ofCGMBlockCipher
class in row65
.P.S. As I noticed this package is not ready for web... use another one.
The text was updated successfully, but these errors were encountered: