Re: Examples to encrypt/decrypt

2011-03-25 Thread Anthony Gabrielson
On Mar 25, 2011, at 4:45 PM, Jeffrey Walton wrote: > On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson > wrote: >> This will do what you want: >> http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/ > >memset(plaintext,0,sizeof(plaintext)); > > The optimiz

RE: Examples to encrypt/decrypt

2011-03-25 Thread Jeremy Farrell
> From: David Schwartz [mailto:dav...@webmaster.com] > Sent: Friday, March 25, 2011 11:44 PM > > On 3/25/2011 4:17 PM, Jeremy Farrell wrote: > > >> From: Jeffrey Walton > >> Sent: Friday, March 25, 2011 8:45 PM > >> On Fri, Mar 25, 2011 at 3:56 PM, Anthony > Gabrielson wrote: > > >>> This wil

Re: Examples to encrypt/decrypt

2011-03-25 Thread David Schwartz
On 3/25/2011 4:17 PM, Jeremy Farrell wrote: From: Jeffrey Walton Sent: Friday, March 25, 2011 8:45 PM On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson wrote: This will do what you want: http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/ memset(p

RE: Examples to encrypt/decrypt

2011-03-25 Thread Jeremy Farrell
> From: Jeffrey Walton > Sent: Friday, March 25, 2011 8:45 PM > On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson > wrote: > > This will do what you want: > > > > http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/ > > memset(plaintext,0,sizeof(plaintext)

Re: Examples to encrypt/decrypt

2011-03-25 Thread Jeffrey Walton
--- Original Message - > From: "Venkateswara Rao Chikkireddi (HSSL-Bangalore)" > To: openssl-users@openssl.org > Sent: Friday, March 25, 2011 12:41:36 PM > Subject: Examples to encrypt/decrypt > > Hi > > > > Could you please provide examples to encrypt/decr

Re: Examples to encrypt/decrypt

2011-03-25 Thread Anthony Gabrielson
xamples to encrypt/decrypt Hi Could you please provide examples to encrypt/decrypt 256 char length of data using AES256 algorithm Thanks and Regards C V Rao

Examples to encrypt/decrypt

2011-03-25 Thread Chikkireddi, Venkateswara Rao (HSSL-Bangalore)
Hi Could you please provide examples to encrypt/decrypt 256 char length of data using AES256 algorithm Thanks and Regards C V Rao