I used RijndaelManaged encryption for encrypt password. I used this this encrypt and decrypt code. http://msdn.microsoft.com/en-us/library/system.security.cryptography.rijndaelmanaged(v=vs.110).aspx Few questions i need to clarify
What is the use of ivalue that we are passing to these methods. i got the understanding about key. but i could not understand why we are using this(I used key and ivalue with same value)
for some key values it shows. {"Specified key is not a valid size for this algorithm."} why i am getting this error. is there any specified length value for this?