#crypto.createSecretKey
5 messages · Page 1 of 1 (latest)
Per this: https://stackoverflow.com/questions/74678984/what-is-createsecretkey-for-in-nodejs-crypto-module
Looks like you can live without it (as a workaround) so long as you bear the security risks in mind.
I believe it's been implemented in https://github.com/denoland/deno/pull/18413 and it should become available soon