Resources  
  • Comparison Of TDEA And Rijndael Advance Encryption Standard (AES)Jul 16, 2020. This article covers the description of TDEA Algorithm, considerations for use of TDEA.Algorithm, security for TDEA Algorithm, and recommendations for reducing the risk. It also covers the origin of the Rijndael Algorithm, why AES replaced the TDEA algorithm, high-level description of Rijndael Algorithm, Decryption Process and Stability under attack
  • Encrypt a File Using RijndaelJan 03, 2007. In this article, we will encrypt a file and embed an encrypted key through which we encrypt that file.
  • Real World Coding Issues - Design, Diagnostics and Other Common Code IssuesAug 01, 2023. In this article, I will discuss common coding issues that I frequently encounter in the projects I work on. These issues fall into the "Design" and “Diagnostics” category of code analyzers.
  • Generating Symmetric Private Key In C# and .NETJul 07, 2018. Generating Symmetric Private Key In C# and .NET. Major symmetric algorithms are AES, DES, RC2, Rijndael, and TripleDES. The GenerateKey and GenerateIV methods return the private secret key and initialization vector.
  • Sensitive Data Exposure And Its Securing TechniquesJul 07, 2016. In this article you will learn about sensitive data exposure and its securing techniques.
  • Using Symmetric Algorithms to Encrypt DataMay 20, 2008. In this article, I will propose a method of how to encrypt data and store it using symmetric algorithms whose are, in fact, four integrated classes within the .Net framework, namely DES,RC2,Rijndael and TripleDES but I will perform the task using the two last ones as they are the mostly used in real time cases.

About Rijndael

NA

OUR TRAINING