Closed Lasoty closed 2 years ago
I have a situation: I'm encrypt data on frontend and send to backend (via RestAPI) and at now I trying to decrypt this data. How I can do this?
This library is only for Blazor aplications, you need to use it in Blazor WebAssembly or Blazor Server. It doesn't works for other proyects like a Web API,
how about decrypting a payload received via api?
I have a situation: I'm encrypt data on frontend and send to backend (via RestAPI) and at now I trying to decrypt this data. How I can do this?