Block Encryption Algorithms and Encoding
Question: In our application we have the need to encrypt a 19 character simple string value. When running through the sample test program I found that the resulting encrypted string varied in size from at least 44 to 64 characters depending on the encoding type parameter. Is there a way to generate an encrypted value that will generate a string […]