This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Use noble-hashes for pbkdf2, sha, hmac #205
Labels
P3
Low: Not priority right now
Comments
Hey @paulmillr I have a stash at least for pbk so I will get there soon enough. But what would be really important for us would be swap out forge for the RSA stuff but web crypto is well .... Do you have any suggestions for libs that can proper RSA sign/verify in the browser ? |
Web crypto has rsa implementation built-in. https://gist.github.com/deiu/2c3208c89fbc91d23226 |
but it is missing PKCS support for encryption, which we need for compatibility reasons |
unfortunately yes: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt supports only OAEP |
… On Sun, Oct 24, 2021, 10:51 Friedel Ziegelmayer ***@***.***> wrote:
unfortunately yes:
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt
supports only OAEP
it supports pkcs for signing only, one of the many unpleasant things about
the webcrypto api
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#205 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMWTWR6ZKISSPGBP5LLALUIPJKFANCNFSM5GSDTXXQ>
.
|
It's been audited now, see the blog post. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey, saw #202. I've also made noble-hashes recently, which implements all primitives in very minimal format.
It's going to be audited soon, unlike
forge
, so you should switch to it.The text was updated successfully, but these errors were encountered: