Comment by d4a
4 years ago
I made something similar a few years back when I was learning web dev. It's not nearly as polished, but I'd love to pick apart your code and see what design decisions we did similarly/differently
The big difference is that your project is self-contained in an HTML file, which I think is a much better design
Cool! Added a link to your project
I did the same thing before WebCrypto by including an AES JavaScript library in the page. Nice work.