Re: AES pointers needed..

2009-09-18 Thread Dennis Morgan
gt; with OpenSSL? > It depends on what you want to accomplish, and the mode of > operation > in which AES-256 will be operating. Can you offer more > details? > > Jeff > > On 9/18/09, Dennis Morgan > wrote: > > Hello everyone.. > > > > I am p

AES pointers needed..

2009-09-18 Thread Dennis Morgan
Hello everyone.. I am presently looking at implementing AES 256bit into an application which I am working on... What I need is pointers as to where I could find example source code about how to do it... Is it possible to do it with OpenSSL? regards Dennis __

Re: I want you to do my homework for me.

2009-05-04 Thread Dennis Morgan
Hi Nikos, actually I think Miguel may of been trying to find what pushed people's buttons and also offend or annoy as many people in the process, he/she did it a couple of years ago on a Debian mailing list also.. If anyone wants info on this just go to: http://whijo.net/geek-tags/miguel-ghoban

Re: I want you to do my homework for me.

2009-05-03 Thread Dennis Morgan
I honestly don't get these people who think others should do there homework or any work for them.. It would crack me up if the lecturer or teacher is actually reading the list and seen that post immediately busted for plagiarism. --- On Mon, 4/5/09, Robert Butler wrote: > From: Robert Butle

Encryption and Decryption

2001-04-23 Thread Dennis Morgan
Hi, I am trying to find any examples of C code for using the EVP_EncryptInit and EVP_EncyptUpdate, and EVP_EncryptFinal functions as possible... I am trying to code a encryption function for a client/server to encrypt the username and password during authenication.. Any help would be greatly appr