Re: OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Tarun Thakur
Thank you all for your suggested solutions. Matt Caswell (fr...@baggins.org) wrote: > > On 21 August 2012 12:00, Tarun Thakur wrote: > >> >> Hi All, >> >> Thank you very much for your responses. >> >> Output of my software application (after

Re: OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Tarun Thakur
utput (in binary > format). > base64 encoding this output would result in 24 bytes of printable > characters. > > Matt > > > On 21 August 2012 08:45, Tarun Thakur wrote: > >> >> Hi, >> >> Thanks for your reply.. >> >> But issue

Re: OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Tarun Thakur
software developer > CyberplatSoft Ltd > > 21.08.2012 11:16, Tarun Thakur пишет: >> >> Hi All, >> >> Issue is encrypted code contains '\n' which is an major issue for my >> software application. >> >> Given below is problem summarized. >

OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Tarun Thakur
Hi All, Issue is encrypted code contains '\n' which is an major issue for my software application. Given below is problem summarized. I have used OpenSSL library's DES_ede3_ofb64_encrypt() function to perform encryption byte by byte on chunk of 24 bytes. For example: Input 24 bytes are: [roo

OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Tarun Thakur
Hi All, Issue is encrypted code contains '\n' which is an major issue for my software application. Given below is problem summarized. I have used OpenSSL library's DES_ede3_ofb64_encrypt() function to perform encryption byte by byte on chunk of 24 bytes. For example: Input 24 bytes are: [root