Title: encryptor.Get() not returning all data given

i again, I am afraid that I am again having some problems perhaps =3D
someone could help with.
passing in 3280 bytes of base64 data.

 outputLength =3D3D encryptor.MaxRetrievable(); //outputLength is =3D
returning 3280
 ciphertext =3D3D new byte[outputLength];
 encryptor.Get(ciphertext, outputLength);               //ciphertext is only 127

so Im just not getting everything back, What is the limit that =3D
encryptor.Get() can handle do I need to break my data up into chunks, =
=3D
encrypt a chunk and cat it to a result string?

AJ Mayorga
FIWC~US.NAVY
RT/RD

Reply via email to