Hi,
I am looking for an infrastructure like JCE in java so I can “install” encryption providers.
The one I am going to put in now is Bouncy Castle provider and use “PBEWITHMD5AND256BITAES-CBC-OPENSSL” but I want to be able to change the providers and algorithms just by configuration change. I have that in Java with JCE.
Is there something like that in C# and are there docs / examples?
Thanks.