I want to create an encryption/decryption application, that does client-side encryption. I want that all the encryption thing to happen on the client side, since I understood that this is more secure and reliable.
But can I do this only with Blazor and C#, without Javascript? And if yes, what type of Blazor application is necessary? I am a little bit confused about the options Visual Studio has.