#How to do AES encryption with Deno

1 messages · Page 1 of 1 (latest)

proper flax
#

I couldn't find any documentation on how to work with Deno crypto. I would like to encrypt/decrypt data with AES, where is that documentation?

golden topaz
#

Look up “Web Crypto” on Google. You can do AES with that

still pike