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" >To: comm...@commons.apache.org >Sent: Monday, June 17, 2013 8:25 PM >Subject: svn commit: r1493972 - >/commons/sandbox/commons-digest-plugin/

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

2013-06-17 Thread Duncan Jones
On 15 June 2013 14:58, Duncan Jones wrote: > On 14 June 2013 07:55, Duncan Jones wrote: >> On 13 June 2013 21:26, Phil Steitz wrote: >>> On 6/13/13 1:03 AM, Duncan Jones wrote: > >> >>> I am not sure where this little method would fit in [lang]; but it might >>> make sense to add there in the si

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 pac

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, e-m

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 initialize