Closed GoogleCodeExporter closed 9 years ago
The key that you pass to createEncryptor() must be the actual key -- that means
a WordArray object of the size that the cipher expects. You'll also need to
provide the IV.
Also, don't forget to capture the ciphertext return value of process(),
otherwise you might lose some ciphertext.
Original comment by Jeff.Mott.OR
on 13 Jul 2012 at 4:14
ah ha, thank you!
Original comment by TheU...@gmail.com
on 13 Jul 2012 at 4:15
Original comment by Jeff.Mott.OR
on 13 Jul 2012 at 5:02
Original issue reported on code.google.com by
TheU...@gmail.com
on 13 Jul 2012 at 4:02