AES加密与解密使用WebAssembly和Vue

加密后的数据: {{ encryptedData }}

解密后的数据: {{ decryptedData }}

编译wasm的方法:tinygo build -o aes.wasm -target wasm ./aes.go