is not current version
Last Version 0.5

info.guardianproject.iocipher:IOCipher 0.4

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.

GroupId

GroupId

info.guardianproject.iocipher
ArtifactId

ArtifactId

IOCipher
Version

Version

0.4
Type

Type

aar

Download IOCipher 0.4

Filename Size
IOCipher-0.4.pom
Browse

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