Download crypto-3.0.jar file - Jar c

Jar examples for c:crypto

Description

Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. Learn about Virgil Crypto Library https://virgilsecurity.com/api-docs/java-android/crypto-library

You can download jar file crypto 3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add crypto-3.0.jar to your project.

<dependency>
   <groupId>com.virgilsecurity.sdk</groupId>
   <artifactId>crypto</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.virgilsecurity.sdk', name: 'crypto', version: '3.0'
libraryDependencies += "com.virgilsecurity.sdk" % "crypto" % "3.0"
<dependency org="com.virgilsecurity.sdk" name="crypto" rev="3.0"/>
@Grapes(@Grab(group='com.virgilsecurity.sdk', module='crypto', version='3.0'))
'com.virgilsecurity.sdk:crypto:jar:3.0'

Download

Click the following link to download the jar file.

crypto-3.0-javadoc.jar
crypto-3.0-sources.jar
crypto-3.0.jar
crypto-3.0.pom



Related Tutorials