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

crypto.webkitSubtle.encrypt isn't working #27

Open
AlexGladkov opened this issue Apr 19, 2016 · 1 comment
Open

crypto.webkitSubtle.encrypt isn't working #27

AlexGladkov opened this issue Apr 19, 2016 · 1 comment

Comments

@AlexGladkov
Copy link

AlexGladkov commented Apr 19, 2016

Hello! I'm making browser's extensions for every browser. I use webcrypto for chrome and mozilla and it works perfect, but the same code (i replace crypto.subtle to crypto.webkitSubtle) isn't work correctly with Safari. I use RSA-OAEP with Sha-512 hash.
It's correctly generate keys and export them to jwk, but i can't encrypt or decrypt anything with this keys. It is even don't show error just do nothing.
Can you help pls, how use this in Safari?

Thanks in advance.

@guillaumevincent
Copy link

guillaumevincent commented Oct 27, 2016

your right, same here importKey The operation is not supported

Chrome Mobile iOS 54.0.2840 (iOS 10.0.2) LessPass encryptLogin should use pbkdf2 with 8192 iterations and sha256 FAILED
    The operation is not supported.
    importKey@[native code]
    [email protected]:16:46
    [email protected]:42:25
    tests/api.tests.js:6:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants