Alex
Alex3w ago

Is crypto.subtle.encrypt() supported?

I'm trying to encrypt data within a mutation. From the docs and discord conversations I understand that crypto.subtle is partially supported. However when I attempt to use the following code I get this error message: Not implemented: encrypt for SubtleCrypto. Consider calling an action defined in Node.js instead (https://docs.convex.dev/functions/actions). Here's the code: const encryptedBuffer = await crypto.subtle.encrypt( { name: 'AES-GCM', iv: iv, }, key, data ); I understand that I could use the node environment instead, but ideally I'd like to use encryption directly within the mutation. Any pointers would be really appreciated!
1 Reply
Convex Bot
Convex Bot3w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!

Did you find this page helpful?