memd24 / Blazor.SubtleCrypto

21 stars 5 forks source link

How decrypt data on backend side? #1

Closed Lasoty closed 2 years ago

Lasoty commented 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?

memd24 commented 2 years ago

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,

ekjuanrejon commented 1 year ago

how about decrypting a payload received via api?