Re: access all the question n queries on openSSL

2013-03-24 Thread Satyapraksh Panigrahi
You already are subscribed. On Sun, Mar 24, 2013 at 9:58 AM, Jevin Sonut wrote: > How can i view all the Question the other openssl user has posted ??? > > PLZ tell me the link where all the questions posted by different users are > > > > -- > > From:- > Shanil J.S > > > >

Re: Encrypt / DECRYPT a XML file using AES - break the file into 256 bits...

2013-03-24 Thread Satyapraksh Panigrahi
And as steven mentioned, if you are dealing with XML then you should Base64-encode your encrypted data. On Mon, Mar 25, 2013 at 11:32 AM, Satyapraksh Panigrahi < satya.e...@gmail.com> wrote: > You need not break your files into blocks. You can directly feed your file > (as a string or byte array)

Re: encrypt XML and image

2013-03-24 Thread shathawa
Shanil, I am new to the inner workings of the OpenSSL library. I am copying this message to the OpenSSL-Users group. Yes it is possible to encrypt binary images and any content of 8-bit byte streams with the library. With custom padding, it is also possible to encrypt and decrypt arbitrary strin