Re: [compress] Support for writing AES-encrypted ZIP files

2019-09-28 Thread sebb
Fixing subject prefix On Sat, 28 Sep 2019 at 14:00, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > According to > https://commons.apache.org/proper/commons-compress/limitations.html, > ZIP support does not include AES encryption when *writing*

[codec] Support for writing AES-encrypted ZIP files

2019-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, According to https://commons.apache.org/proper/commons-compress/limitations.html, ZIP support does not include AES encryption when *writing* archives. I'm wondering if that was a design decision or just that nobody has volunteered to write

Re: [codec] Hex encode

2019-09-28 Thread sebb
On Sat, 28 Sep 2019 at 06:21, Or Mark wrote: > > Hello, > > About commons-codec Hex encoding methods, > I suggest adding to Hex static encode method which returns byte[] > It will be consistent with other encoding classes that have such method as > Base64(same package) and MessageDigest. Base64