User-168748142 posted
I am using AES encryption to encrypt my data and using a shared key.
I want to hard code the shared key. The shared key is a combination of numbers and alphabets and it has 32 characters.
The problem is we have to pass a byte array only when we need to generate the key.
How do I pass the key as it is without converting it to byte array?
Am using C#.net 1.1.
Any thoughts on this?