#How to do AES encryption with Deno
1 messages · Page 1 of 1 (latest)
Look up “Web Crypto” on Google. You can do AES with that
You might get helped by checking out the source of https://github.com/hexagon/lock
Specifically encrypt() and decrypt() of
https://github.com/Hexagon/lock/blob/master/src/encryption.ts