Re: AES and strings

2006-07-20 Thread Girish Venkatachalam
Mayorga, --- "Mayorga, Armando CTR NIOC Norfolk N361" <[EMAIL PROTECTED]> wrote: > Hello all, > Could someone please clarify this for me and correct > me if I am wrong > > I am using AES_encrypt and AES_decrypt which > apparently only work on > chunks of 16 bytes of data, my goal is to create my

Re: AES and strings

2006-07-20 Thread Marek Marcola
Hello, > Hello all, > Could someone please clarify this for me and correct me if I am wrong > > I am using AES_encrypt and AES_decrypt which apparently only work on > chunks of 16 bytes of data, my goal is to create my own functions to > encrypt strings, so I am chunking the strings into 16 bytes

AES and strings

2006-07-20 Thread Mayorga, Armando CTR NIOC Norfolk N361
Hello all, Could someone please clarify this for me and correct me if I am wrong I am using AES_encrypt and AES_decrypt which apparently only work on chunks of 16 bytes of data, my goal is to create my own functions to encrypt strings, so I am chunking the strings into 16 bytes and feeding them on