What is Rijndael managed encryption in C#?
This C# program is used to demonstrate how to generate a persistent (i.e. non-random) symmetric key using the Rijndael and use this key to encrypt and decrypt a text string. ... Encrypt the string to an array of bytes and decrypt the bytes to a string. Print the original data and the decrypted data.