hey, i found some source that will encrypt a certain amount of data (128 bits). File: http://www.angelfire.com/droid/willc...d/source/aes.c
i know how to use the functions contained w/in the file, but what i dont know is how to have it encrypt > 128 bits. ? should i break up the segments into 16 bytes a piece and then send them to the function or what? b/c that seems like it would take longer.. and if so, how would i break up a string to be in 16 byte segments?

thanks.