Hello, In terms of this picture, you can see my js code is easy to read for any user, and my important key and logic are naked.
1.Is it possible to hide or encrypt my code to prevent someone from reading my code maliciously? 2.What's the right way to store a public key or symmetric-key in the front-end? Is it correct to write it like this picture?
By the way, this testing project is written by Blazor WebAssembly.