Quantcast
Channel: Security
Viewing all articles
Browse latest Browse all 4737

FormsAuthentication.Encrypt

$
0
0

So, FormsAuthentication uses RijndaelManaged cryptography. We have FIPS Policy enabled on our servers and must avoid using non-FIPS-compliant algorithms. So, we were using FormsAuthentication.Encrypt like so:

string encryptedTicket = FormsAuthentication.Encrypt(ticket);

What could I use in its place that is FIPS-compliant?


Viewing all articles
Browse latest Browse all 4737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>