On Tue, Mar 1, 2011 at 7:00 AM, Vinay Kumar L <vinaykuma...@globaledgesoft.com> wrote: > Encoding of string "testencoding" using base64 command: > > #base64 data.txt > encode.txt > data.txt -----> It contains only the string "testencoding" > encode.txt -----> It contains encoded data > #cat encode.txt > dGVzdGVuY29kaW5nCg==
This is actually the encoding for the string "testencoding\n". Note the trailing newline, and check what your data.txt really contains. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org