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
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
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