B
Brian Mitchell
I'm sorry if this is the wrong group but I couldn't find one relating to
cryptography.
I have a byte array that I am encrypting using the System.Cryptography
classes and it encrypts just fine. However when I decrypt the array the
decryptor removes all the white spaces from the array (byte values of 255).
I've tried setting the padding to none but it doesn't work. As long as the
array doesn't have any white spaces in there it encrypts and decrypts
normally.
Anyone have any ideas on how to fix this?
Thanks!!
Brian
cryptography.
I have a byte array that I am encrypting using the System.Cryptography
classes and it encrypts just fine. However when I decrypt the array the
decryptor removes all the white spaces from the array (byte values of 255).
I've tried setting the padding to none but it doesn't work. As long as the
array doesn't have any white spaces in there it encrypts and decrypts
normally.
Anyone have any ideas on how to fix this?
Thanks!!
Brian