Download crypto-1.0.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 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

Crypto-1.0.0-javadoc.jar
Crypto-1.0.0-sources.jar
Crypto-1.0.0.jar
Crypto-1.0.0.pom



Related Tutorials