51 lines
1.9 KiB
Text
51 lines
1.9 KiB
Text
TrueZip Android Library
|
|
================================
|
|
An Android port of the TrueZip library.
|
|
|
|
TrueZip 7
|
|
---------
|
|
TrueZIP is a Java based virtual file system (VFS) which enables client applications to
|
|
perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were
|
|
virtual directories, even with nested archive files in multithreaded environments.
|
|
|
|
Checkout latest sources at https://truezip.java.net/
|
|
|
|
This library is released under the [Eclipse Public License, Version 1.0]
|
|
(https://truezip.java.net/license.html) license.
|
|
|
|
Copyright © 2005-2013 Schlichtherle IT Services
|
|
|
|
|
|
BouncyCastle
|
|
------------
|
|
Bouncy Castle is a collection of APIs used in cryptography. It includes APIs
|
|
for both the Java and the C# programming languages.
|
|
|
|
Bouncy Castle is Australian in origin and therefore American restrictions
|
|
on the export of cryptographic software do not apply to it. The APIs are
|
|
supported by a registered Australian Charity: Legion of the Bouncy Castle.
|
|
The charity has experienced a surge in membership very recently, with many
|
|
denizens of Sydney in particular expressing their support for the purpose
|
|
of this association, and thereby automatically becoming eligible for
|
|
membership based on the charity's constitution.
|
|
|
|
Checkout latest sources at http://www.bouncycastle.org/java.html
|
|
|
|
This library is released under the [MIT license]
|
|
(http://www.bouncycastle.org/licence.html) license.
|
|
|
|
Copyright © 2000 - 2013 The Legion of the Bouncy Castle Inc
|
|
|
|
|
|
Commons Compress
|
|
----------------
|
|
The Apache Commons Compress library defines an API for working with ar, cpio,
|
|
Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy,
|
|
DEFLATE and Z files.
|
|
|
|
Checkout latest sources at http://commons.apache.org/proper/commons-compress/
|
|
|
|
This library is released under the [Apache 2.0]
|
|
http://www.apache.org/licenses/LICENSE-2.0.html) license.
|
|
|
|
Copyright © 2014 The Apache Software Foundation
|