How can I use 128 Bit AES with fixed Len output using C#?
Example: I need to enter a value that might be a between 1 character to 16 character. And I have to encrypt the data using 128 Bit AES. Output must be 16 character. How do I do that?
Kind Regards