Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uint64List is not supported in the web #32

Open
bambinoua opened this issue Apr 15, 2020 · 3 comments
Open

Uint64List is not supported in the web #32

bambinoua opened this issue Apr 15, 2020 · 3 comments
Labels
bugfix Something isn't working in progress Enhancement is being worked on for next release

Comments

@bambinoua
Copy link

bambinoua commented Apr 15, 2020

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.

@AKushWarrior
Copy link
Owner

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

@AKushWarrior AKushWarrior added bugfix Something isn't working in progress Enhancement is being worked on for next release labels Apr 21, 2020
@AKushWarrior
Copy link
Owner

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

@Kili2108
Copy link

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working in progress Enhancement is being worked on for next release
Projects
None yet
Development

No branches or pull requests

3 participants