python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extracting a private key buffer from WebCrypto generated CryptoKey (private)
I probably already know the answer (ie. not possible), but hopefully I overlooked something, because otherwise the WebCrypto implementation is truly unbelievably crap..
Basically the problem is this:
...
Patrik Šimunič
Votes: 0
Answers: 0
Issues with E2EE in browser chat application (WebCrypto API)
I am trying to implement a messaging system into a website. The messages between two user should be E2E encrypted. There is a wonderful tutorial at https://getstream.io/blog/web-crypto-api-chat/, that...
Att89
Votes: 0
Answers: 0
Need an expensive way to transform a password
I'm working on a desktop app using NeutralinoJS (an Electron alternative).
The app has password authentication for users, but it won't have access to the internet, so the authentication must be done o...

manidos
Votes: 0
Answers: 0
WebCryptoApi: Cannot wrap&unwrap aes-gcm key into&from "jwk" format with "encrypt" and "decrypt" active
I'm generating a key for encrypting data, then wrap it using a master key and store it alongside the encrypted data. All is well when wrapping into raw format, but when wrapping as jwk I get the error...
Gamer2015
Votes: 0
Answers: 1