As you're probably aware, aes is export restricted. So it might be better
to simply check for the availability of a particular encryption algorithm
before running a test and avoid making restricted libraries generally
available.

Mark
On Oct 23, 2013 6:10 AM, "Stefan Bodewig" <bode...@apache.org> wrote:

> On 2013-10-23, Bear Giles wrote:
>
> > Should that be PKCS7Padding? Or would that be worse - I don't recall
> > if it's one of the "must have" paddings in the spec.
>
> 7z uses "AES/CBC/NoPadding" and that's what I use during the check
> inside the unit tests as well now.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to