-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
51 lines (36 loc) · 1.88 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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