I need to decrypt/encrypt based on the machine key. How can we generate the key and IV values? Is there any tool to do like this?
I am using .NET Framework 3.5
To tell what is required Ex:
//24 byte or 192 bit key and IV for AES
private static byte[] KEY_192 = { ... };
private static byte[] IV_192 = { ... };