new line character in cipher text?
843811Aug 1 2006 — edited Aug 7 2006Friends,
I am encrypting a text in Triple DES/CBC mode/Nopadding mode. the length of text is 6500 bytes. in the cipher text that i get, it has new-line character(\n) & carriage return characters. As a result of this i m unable to read the cipher text from a C program(as it is not fully reading the cipher text). is there any methodology to overcome this problem. is there any way to avoid the new-line & carriage return characters in cipher text.
Also is there any criteria like, the plaintext can be only max of this much bytes?
Thanks in Advance