<p dir="ltr"><br>
On 13 Nov 2013 00:33, "Steve Weis" <<a href="mailto:steveweis@gmail.com">steveweis@gmail.com</a>> wrote:<br>
><br>
> Hi James. Have you checked out Keyczar? It has similar goals and Google has been maintaining it for use in some Android libraries:<br>
> <a href="https://code.google.com/p/keyczar/">https://code.google.com/p/keyczar/</a><br>
><br>
> One main difference I see on quick inspection is that JACS uses InputStream and OutputStream interfaces and derives keys from user-entered passwords. Keyczar works on ByteBuffers, byte[], and String inputs, and handles key versioning and rotation. Plus, it has been ported to Python and C++.<br>
</p>
<p dir="ltr">Why would you use this over bouncycastle? Which is well established and examined and incredibly complete. Not to mention cross platform. <br>
><br>
> On Mon, Nov 11, 2013 at 1:09 PM, James Yonan <<a href="mailto:james@openvpn.net">james@openvpn.net</a>> wrote:<br>
>><br>
>> I'm releasing a new open source Java library that focuses on encryption of files and streams in a way that tries to integrate current crypto best-practices with a foolproof API, while building on the existing Java Cryptography Extension (JCE).<br>

><br>
><br>
> _______________________________________________<br>
> The cryptography mailing list<br>
> <a href="mailto:cryptography@metzdowd.com">cryptography@metzdowd.com</a><br>
> <a href="http://www.metzdowd.com/mailman/listinfo/cryptography">http://www.metzdowd.com/mailman/listinfo/cryptography</a><br>
</p>