Re: [compress] Support for strong encryption in zip files?

2013-06-17 Thread Benedikt Ritter
How about creating a fork at github [1]? Github has a nice GUI, that makes reviewing easy. And as far as I know, it is even possible to integrate pull requests. Benedikt [1] https://github.com/apache/commons-compress 2013/6/17 Bear Giles bgi...@coyotesong.com What would be the best way to

Re: [compress] Support for strong encryption in zip files?

2013-06-17 Thread Bear Giles
Would that trigger the 'export' clause? The main deliverable I hope to have in the next few days is a method for password-based decryption that will be called at the end of getNextEntry(). It looks like it will take a Cipher initialized by the master password and provide either a Cipher

Re: [compress] Support for strong encryption in zip files?

2013-06-17 Thread Stefan Bodewig
On 2013-06-13, Stefan Bodewig wrote: Hmm, we already have AES support in the new 7z package. I'll take care of the crypto policy stuff. Done, the ECCN page has been updated and the notice sent. Stefan - To unsubscribe,

Re: [compress] Support for strong encryption in zip files?

2013-06-17 Thread Stefan Bodewig
On 2013-06-17, Bear Giles wrote: I also don't want to post code snippets here if it will cause people problems. IANAL but I don't think posting snippets would have caused problems for anybody. Anyway, I've notified the crypto folks of the US government since we already do AES in the 7zip

Re: [LANG] Method to return random byte array?

2013-06-17 Thread Duncan Jones
On 15 June 2013 14:58, Duncan Jones dun...@wortharead.com wrote: On 14 June 2013 07:55, Duncan Jones dun...@wortharead.com wrote: On 13 June 2013 21:26, Phil Steitz wrote: On 6/13/13 1:03 AM, Duncan Jones wrote: snip I am not sure where this little method would fit in [lang]; but it might

Re: svn commit: r1493972 - /commons/sandbox/commons-digest-plugin/trunk/src/main/java/org/apache/commons/plugins/digest/DigestMojo.java

2013-06-17 Thread Bruno P. Kinoshita
Hi sebb,  I think there's a small typo in the Javadocs? s/wildard/wildcard/ Cheers Bruno From: s...@apache.org s...@apache.org To: comm...@commons.apache.org Sent: Monday, June 17, 2013 8:25 PM Subject: svn commit: r1493972 -