AES加密与解密使用WebAssembly和Vue
加密数据
加密后的数据:
{{ encryptedData }}
解密数据
解密后的数据:
{{ decryptedData }}
编译wasm的方法:tinygo build -o aes.wasm -target wasm ./aes.go