-1

Please let us know how secure is Rijndael symmetric encryption algorithm. The key is stored in web config file.

1 Answers1

5

The Rijndael algorithm, in conjunction with safe configuration values (i.e. AES), is very robust and secure. The only true measure of an encryption algorithm's security is its consistent and long-lived exposure to cryptanalysis and attempts to defeat it by many cryptographers. AES has thus far been successful at that task.

Storing the symmetric encryption key in source code is a much bigger concern, and orders of magnitude more likely to be the cause of a data leak than Rijndael.

Community
  • 1
  • 1
Andy
  • 13,916
  • 1
  • 36
  • 78