Last Version

IOCipher 0.5

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

License

License

GroupId

GroupId

info.guardianproject.iocipher
ArtifactId

ArtifactId

IOCipher
Version

Version

0.5
Type

Type

aar
Description

Description

IOCipher
NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.
Project URL

Project URL

https://guardianproject.info/code/iocipher

Download IOCipher 0.5

Filename Size
IOCipher-0.5.pom
Browse

<!-- https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/ -->
<dependency>
    <groupId>info.guardianproject.iocipher</groupId>
    <artifactId>IOCipher</artifactId>
    <version>0.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation 'info.guardianproject.iocipher:IOCipher:0.5'
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation ("info.guardianproject.iocipher:IOCipher:0.5")
'info.guardianproject.iocipher:IOCipher:aar:0.5'
<dependency org="info.guardianproject.iocipher" name="IOCipher" rev="0.5">
  <artifact name="IOCipher" type="aar" />
</dependency>
@Grapes(
@Grab(group='info.guardianproject.iocipher', module='IOCipher', version='0.5')
)
libraryDependencies += "info.guardianproject.iocipher" % "IOCipher" % "0.5"
[info.guardianproject.iocipher/IOCipher "0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.