I have a frontend in angular and a backend in C#. I generated a pair of keys (XML format) and I want to use the public key to encrypt some data in the frontend and send it to the backend where I'll decrypt it. However, I couldn't use any of the libraries/modules that I found on the internet. Does anyone know a good library that I can use? If you could also provide an example, it would be great!
Thanks in advance!