I used Rijndael algorithm to encrypt/decrypt my data. But it is not FIPS compatible. I want to change it to another one. Could you please give me a suggestion that which one is better? Better means:
- FIPS compatible
- High security level
- This algorithm should came from dotnet 2.0 framework which provided by Microsoft.
Thanks
-Jamebo